about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* 49989: Single byte versions of nice quoting.Peter Stephenson2022-04-051-0/+5
| | | | | Align interfaces for "nice" printing of characters with those for multibyte to make more available in single-byte compilation.
* 49992: further unify single- and multi-byte implementations of nicechar()Bart Schaefer2022-04-041-0/+3
|
* 49991: single-byte brace expansion handles $'\0' and control character ↵Bart Schaefer2022-04-041-0/+3
| | | | output aligns with multibyte
* 49990: casemodify() avoids metafying characters that it otherwise did not touchBart Schaefer2022-04-041-0/+5
|
* 49955: Src/glob.c: fix bad free in incremental-pattern-search matchingBart Schaefer2022-04-041-0/+6
|
* 49968: _adb: also replace model names, since device names aren't sent on ↵Mikael Magnusson2022-04-031-0/+3
| | | | wifi listing
* 49967: _adb: Handle dumpsys SurfaceFlinger argumentsMikael Magnusson2022-04-031-0/+3
|
* 49966: _adb: Parse device spec correctlyMikael Magnusson2022-04-031-0/+3
| | | | This was particularly annoying when trying to complete logtags after adb logcat -s
* 49965: _adb: use $CURRENT instead of $#wordsMikael Magnusson2022-04-031-0/+3
|
* 49964: _adb: Complete services for start/stopMikael Magnusson2022-04-031-0/+3
|
* 49963: _adb: Fix device serial completion for hostname:port syntaxMikael Magnusson2022-04-031-0/+3
|
* 49962: _adb: Add dumpsys and cmd completionMikael Magnusson2022-04-031-0/+3
|
* 49961: _adb: handle exec-out like shellMikael Magnusson2022-04-031-0/+3
|
* 49957: Brown paper bag for 49915Mikael Magnusson2022-04-031-0/+2
| | | | | | The code would crash when n == 0. There's not really any point doing any of this when n is 0 so just skip everything. It also tried to NULL terminate a list a little to eagerly.
* 49959: _brace_parameter: add (-)Mikael Magnusson2022-04-031-0/+5
|
* unposted (see 48073): _fc: Complete new -s optiondana2022-04-021-0/+3
|
* unposted: creating-a-release: Normalise white space, clarify some stepsdana2022-04-021-0/+5
| | | | | (The need for these changes was discovered during the release of 5.8.1. Daniel suggested one. They were hinted at in security/107)
* 49943: offer only timezone files starting with uppercaseJun-ichi Takimoto2022-04-011-0/+5
|
* unposted: Fix typoMatthew Martin2022-04-011-0/+2
|
* github #88: Fix typoelig0n2022-03-311-0/+2
|
* 49933: Add nonblock to sysopenMatthew Martin2022-03-311-0/+3
|
* 49932: Update _brace_parameter # descriptionMatthew Martin2022-03-311-0/+3
|
* 49931: Update _bsd_pkgMatthew Martin2022-03-311-0/+2
|
* 49907: Mention _numbers in completion guideMatthew Martin2022-03-311-0/+5
|
* 27639: clarify that ${(#)...} deals with character codes.Peter Stephenson2022-03-311-0/+5
|
* 49906 (Bart), 49911: Fixes to querying jobs in subshell.Peter Stephenson2022-03-301-0/+8
| | | | | | | | Don't attempt to query invalid job off end of table, resulting in crashes from $jobtstates. If background task started in subshell, look at tatsks within subshell instead of main shell. Document and add test.
* 49820: Fix a crash when completing with combination of -Q and bracesMikael Magnusson2022-03-301-7/+10
| | | | | | | | | minimal reproducer .zshrc: zstyle ':completion:*' completer _oldlist _complete setopt nolistambiguous autoload compinit; compinit compdef _foo foo;_foo() { compadd -Q -- stash@{{0,1}} }
* 49813: <<<: Document newline behavior and fix optimizationMikael Magnusson2022-03-301-0/+3
| | | | | The =(<<<foo) optimization forgot to add a newline, but =(cat<<<foo) always did, make the behavior consistent, and document it.
* 49870: Fix NULL reference in match code moreMikael Magnusson2022-03-301-0/+2
| | | | | | | | | | | This reverts "49658: Fix NULL reference in match code." and adds a check inside the block, as well as a failsafe check at the end. The above commit (49658) causes a crash due to ll being calculated as 0 which leads to rr being an invalid pointer. Only adding a check for when ll is 0 just leads to bck-i-search pattern not working at all (the final hunk). Restoring the condition and adding an explicit NULL check for replstr seems to make matters work as intended.
* 49915: Efficient dedup for unsorted completionsMikael Magnusson2022-03-301-0/+3
|
* 49893: Fix comments for UNIQCON/ALLMikael Magnusson2022-03-301-0/+5
|
* 49910: move multibyte-related f-flagged test from E03 to D07Jun-ichi Takimoto2022-03-301-0/+3
| | | | | POSIX requires printf should calculate width/precision in %s conversion in bytes (not in characters) even in multibyte locale
* 49908: reset LC_CTYPE to C during testsJun-ichi Takimoto2022-03-301-0/+4
| | | | and do not export MODULE_PATH since child zsh will not import it
* 49918: Update for 49917 and 49911.Bart Schaefer2022-03-291-0/+2
|
* 49917: change sense of "Ignore insecure ..." answer and use "autoload -r"Bart Schaefer2022-03-291-0/+6
|
* Add entry for 49897.Bart Schaefer2022-03-281-0/+5
|
* 49853 + 49882/49883: make "${arr[*]:off}" compatible with ksh/bashJun-ichi Takimoto2022-03-291-0/+5
|
* 49890: Avoid scanning unallocated memory in saved command line.Peter Stephenson2022-03-281-0/+5
|
* 49875: completion for info -f.Peter Stephenson2022-03-241-0/+4
| | | | Use local files if there's a slash in the argument.
* 49845: man page clarification on option scopePeter Stephenson2022-03-241-0/+5
|
* 49852: Add _routing_domains and _routing_tables typesMatthew Martin2022-03-181-0/+8
|
* 49851: _login_class: Complete login.conf.d classesMatthew Martin2022-03-181-0/+5
|
* 49844: Fix node reference errors from 49446 and 49448.Bart Schaefer2022-03-131-0/+5
|
* promptinit: only exclude current theme from preview if no arguments are givenMikael Magnusson2022-03-081-0/+5
|
* 49802 (+49804): pass MODULE_PATH to zsh started in test W03Jun-ichi Takimoto2022-03-061-0/+5
|
* 49792: Non-interative shell input is line buffered.Peter Stephenson2022-03-031-0/+3
|
* 49787: test for jobs fix in 49783Peter Stephenson2022-03-031-0/+5
|
* unposted: Fix typo in the previous commit's ChangeLog entryDaniel Shahaf2022-03-021-1/+1
| | | | Found-by: Mehtab Singh Mann <https://github.com/mehtabsinghmann>
* 49783: Consistently use old job table in parameter modulePeter Stephenson2022-03-011-0/+3
|
* users/27536: Improved history list documentationPeter Stephenson2022-03-011-0/+5
| | | | Clarify interaction of matching and numbers.