summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2019-08-2844709: incluce sys/capability.h only if HAVE_CAP_GET_PROC is definedJun-ichi Takimoto1-0/+5
2019-08-2744712: Prefer any variety of ncurses to other terminal libraries.Sebastian Gniazdowski1-0/+6
We rely on its features to provide modules where it is available.
2019-08-1944614: apt list option completionOliver Kiddle1-0/+2
2019-08-1944633: complete ansible-vault actions like create, edit, etc.Lajos Koszti1-0/+3
2019-08-1944587: completion option updatesOliver Kiddle1-0/+13
2019-08-1744675: _find: Fix return statusdana1-0/+2
2019-08-17unposted: NEWS: Mention `functions -c`dana1-0/+4
2019-08-1444664: Fix problem with temporary assignment.Peter Stephenson1-0/+6
"foo=bar builtin" inside a function lost any variable from enclosing scope.
2019-08-0344635: Don't apply STAT_NOPRINT to backgrounded jobsPeter Stephenson1-0/+5
2019-08-0344637: = doesn't need quoting in awk regexp.Shlomi Fish1-0/+5
Known to cause warnings in gawk 5.
2019-07-3024102: _user_admin subuids and subgidsEric Cook1-0/+5
2019-07-2644582: Fix foregoing commit to use DPUTS() betterKamil Dudka1-0/+5
2019-07-2444566: make sure Zle doesn't crash if history entry not foundKamil Dudka1-0/+5
2019-07-1944356: complete ansible callback plugins for the relevant environment ↵Oliver Kiddle1-0/+3
variable's value
2019-07-1944551: update for new git changesOliver Kiddle1-0/+4
2019-07-1644523: Add ZTST_handler capability.Peter Stephenson1-0/+5
Defaults to runtests.zsh but can be something else for alternative test management.
2019-07-1544509: Prevent crash with modified path / PATH combination.Peter Stephenson1-1/+6
Crash came from "fn() { typeset -U path=($path); unset PATH; }". Note PATH unset is global as only path was made local.
2019-07-1044305: Fix zsh_directory_name_genericPeter Stephenson1-0/+6
Longest prefix matching was broken if there were suffixes indicating further handling.
2019-07-09unposted: FAQ updates.Peter Stephenson1-0/+5
Typo from previous change; also update old notes on multibyte support.
2019-07-0843755: Fix state management for repeat uses to avoid clobbering command line ↵Bart Schaefer1-0/+4
when NOT a repeat
2019-07-0844502: Quote function name for "autoload -X"Bart Schaefer1-0/+2
2019-07-0844495: Mention coproc under $!Bart Schaefer1-0/+4
2019-07-08users/24030 (minor tweak): note on *.{bla,hbl,ahb}.Peter Stephenson1-0/+5
This is an expansion, not a form of pattern match. Describe the problem and what to do instead.
2019-07-0244480: Don't automatically close externally visible file descroptors.Peter Stephenson1-0/+8
These are descriptors marked FDT_EXTERNAL. Make all sysopen'ed file descriptors FDT_EXTERNAL. Make =(...) call closem() consistent with other substitutions. Document file descriptors are left open.
2019-07-0144469: correct error on missing option argumentMartijn Dekker1-0/+5
2019-06-2444446: Fix here document with file descriptor declarator.Peter Stephenson1-0/+5
Add unit test.
2019-06-2344443: POSIX allows exporting readonly variablesMartijn Dekker1-0/+5
2019-06-2044435: Handling digita arguments for :h and :t.Peter Stephenson1-0/+7
Pick number of leading or trailing path components to substitute. Active in history, brace parameters, glob qualifiers. Add tests for all three environments.
2019-06-19fix multiple bugs in countpromptromkatv1-0/+6
1. Height off by one in the presence of meta characters at the end of the line. The following prompt has height 2 but countprompt used to return 3. PROMPT="${(pl.$COLUMNS..-.)}%f"$'\n' You can observe the effects of the bug with esc-x followed by reset-prompt. 2. Width off by one when a line is broken in the middle of a wide character. Assuming COLUMNS=79, the following prompt has width 2 but countprompt used to return 0. PROMPT="${(pl.40..\u3050.)}" zsh -df Press ctrl-r or type ls<tab> to observe the effects of the bug. 3. Width off by 1-7 when a line is broken in the middle of a tab. Assuming COLUMNS=79, the following prompt has width 1 but countprompt used to return 0. PROMPT="${(pl.10..\t.)}" zsh -df Press Ctrl-R or type ls<TAB> to observe the effects of the bug.
2019-06-19Missed previous ChangeLog entryPeter Stephenson1-0/+5
2019-06-0644387, edited: describe some problems with restricted modeStephane Chazelas1-0/+5
2019-06-0344389: update _iostat and _vmstat for BSDJun-ichi Takimoto1-0/+7
common parts are separated into _bsd_disks and _fbsd_device_types
2019-05-2844361: Initialise variables in pattern matching.Peter Stephenson1-0/+5
These are used recursively and it's a bit obscure if there are case where the value can leak.
2019-05-2844364: refer to zsh base manual page in zsh allJim1-0/+5
2019-05-23unposted: remove spurious reference to nonexistent completion functionOliver Kiddle1-0/+3
2019-05-2344349: completion option updatesOliver Kiddle1-0/+14
2019-05-2344345: fix wordcode traversal where ! without a following command could ↵Oliver Kiddle1-0/+5
result in a crash
2019-05-2044307: allow for atoi() returning a negative numberOliver Kiddle1-0/+3
2019-05-2044308: update Linux modutils completionOliver Kiddle1-0/+5
2019-05-1444284: combination of -T and -p to typeset crashed the shell.Oliver Kiddle1-0/+3
2019-05-1444290: job number exceeding int range and wrapping to a negative number ↵Oliver Kiddle1-0/+3
crashed the shell
2019-05-1444291: printf with argument specifier out of range for an int crashed the shellOliver Kiddle1-0/+5
2019-05-1444296: "typeset Q= {X}" crashed the shell.Peter Stephenson1-0/+5
2019-05-1344259: Ensure we can set signals to default even if ignored.Peter Stephenson1-0/+5
Previously the shell didn't take account of signals marked as ignored on entry, which was inconsistent with other behaviour.
2019-05-08unposted: Fix bad encoding in previous Y01 test patchdana1-0/+2
2019-05-0944279: completion updates for Dragonfly 5.4, FreeBSD 12 and OpenBSD 6.5Oliver Kiddle1-1/+15
2019-05-08unposted: Add compset tests related to workers/44275Oliver Kiddle1-0/+3
(Provided off-list by Oliver)
2019-05-0844275: Fix compset -p/-s multibyte inconsistency and documentationdana1-0/+5
2019-05-0744274: allow finer control of completion match soring with compadd's -o optionOliver Kiddle1-0/+16
2019-05-07gitlab !6: Rudimentary rclone completionGautam Iyer1-0/+5