2018-08-07 Peter Stephenson
* Anton Shestakov: 43250: Completion/Unix/Command/_hg: Add hg
forget, phase, summary completions.
* Anton Shestakov: 43251: Completion/Unix/Command/_hg: fix
return value of some hg completion functions.
* Anton Shestakov: 43253: Completion/Unix/Command/_hg: hg
--style is deprecated, use --template.
2018-08-01 Jun-ichi Takimoto
* 43227: Src/Modules/termcap.c, Src/Modules/terminfo.c,
Src/utils.c: fix memory leaks not fixed in 43219
2018-07-31 dana
* 43207 (tweaked): Completion/Unix/Type/_bind_addresses,
Completion/Unix/Command/_php: Add options to control _bind_addresses
behaviour, improve PHP completion
2018-07-31 Jun-ichi Takimoto
* 43219 (except term{cap,info}.c): Src/Modules/db_gdbm.c,
Src/Modules/pcre.c, Src/Zle/compcore.c, Src/init.c, Src/math.c,
Src/subst.c: fix several memory leaks
2018-07-30 Peter Stephenson
* 43225: Src/Zle/zle_main.c: recalculate timeout after calling
handler within ZLE raw read.
2018-07-29 Matthew Martin
* 43185: Completion/Zsh/Type/_command_names: Use [ suffix for
associative arrays. Add + to remove-chars from Oliver.
* 43184: Etc/FAQ.yo: Remove reference to ftp_sites.yo.
2018-07-25 dana
* 43203: Completion/Unix/Command/_lua: Add completion for lua
* Simon Ruderich: 43200: Completion/Linux/Command/_iptables: Add
completion for ip6tables*
2018-07-20 dana
* 43196: Completion/Unix/Command/_nginx: Add completion for nginx
2018-07-20 Jun-ichi Takimoto
* 43192: Completion/Unix/Command/_pgrep: simplify the completions
of comma-separated list of IDs.
2018-07-19 dana
* 43186 (tweaked): Completion/Unix/Command/_crontab: Add completion
for cronie/dcron/Vixie crontab
2018-07-19 Jun-ichi Takimoto
* 43189: Completion/Unix/Command/_install: similar fix as 43187
for option -f (_flags was renamed to _file_flags)
* 43183: Completion/Unix/Type/_ttys, Completion/Unix/Command/_gdb,
Completion/Unix/Command/_pgrep: fix '_ttys -o' on Linux, and use
it in _gdb and _pgrep.
2018-07-19 Yasuhiro KIMURA
* 43187: Completion/Unix/Command/_install: Fix completion error
about 'm' option of 'install' command
2018-07-17 Peter Stephenson
* Doron Behar: 43166: Completion/Unix/Type/_pspdf,
Completion/X/Command/_zathura: new zathura completion.
2018-07-18 Jun-ichi Takimoto
* 43177: Completion/Unix/Command/_grep: support bzgrep, and add
a few options for macOS.
* 43182: Completion/Unix/Command/_lldb: complete process name
after option -n/--attach-name
2018-07-17 Peter Stephenson
* unposted: Doc/Makefile.in: remove ftp_sites.yo.
* Matthew Martin: 43179: Doc/Zsh/contrib.yo,
Doc/Zsh/ftp_sites.yo, Doc/Zsh/metafaq.yo: update distro docs to
remove dead links.
* 43176: Doc/Zsh/intro.yo: note right at start of manual that
default mode is not POSIX.
2018-07-16 Peter Stephenson
* Tim Smith: 43172: Doc/Zsh/mod_zutil.yo: document escaping of
colon in zformat -a.
2018-07-11 Jun-ichi Takimoto
* 43164: Completion/Unix/Command/_gcc: fix 'args=' to 'args+=',
and update a few options.
2018-07-10 Jun-ichi Takimoto
* 43155: Completion/Unix/Command/_gcc: escape : in action for -std
2018-07-10 Peter Stephenson
* 43156, 43157: Src/exec.c: need to allow for possible
update of pointer by two in gethere().
2018-07-09 Peter Stephenson
* users/23531: Src/exec.c, Test/C03traps.ztst: Fix error
exit/return from within shell construct inside nested function,
and in left hand side of pipe (regression due to broken tests);
stop tests from exiting too early and add new test for first fix.
2018-07-07 Matthew Martin
* 43106: Completion/BSD/Command/_ldap: Add ldap completer.
* 43046: Completion/Unix/Type/_pdf, Completion/X/Command/_mupdf:
Add mupdf completer.
* 42995: David Klann: Completion/Linux/Command/_networkmanager:
Only complete active connections for nmcli connection down.
2018-07-03 dana
* 43105 (tweaked): Completion/Unix/Command/_pgrep: Add full procps
support, other improvements
2018-07-03 Peter Stephenson
* dana: 43134: Completion/Unix/Type/_signals: don't complete SIG
in front of numeric signals.
2018-07-02 Jun-ichi Takimoto
* 43108, 43121: Completion/Unix/Command/_killall: complete
various options
2018-07-01 Doron Behar
* 43059: Completion/Unix/Command/_gpg: Use explicit UIDs for
state = public keys.
2018-07-01 Jun-ichi Takimoto
* 43107: Completion/Unix/Type/_ttys, Completion/Unix/Command/_ps,
Completion/BSD/Command/_watch-snoop: add an option to _ttys to
complete only open ttys, and use it in _ps and _watch-snoop.
2018-06-29 Peter Stephenson
* users/23519: README, Completion/Unix/Type/_remote_files: Use tag
remote-files instead of files for remote files.
2018-06-27 Daniel Hahler
* 42746: Completion/Unix/Command/_vim: _vim: handle special values for
-u/-U.
2018-06-27 Eric Cook
* 43096: Eitan: Completion/Unix/Command/_vim, remove duplicate flag
2018-06-25 Daniel Shahaf
* 43091: Src/glob.c: In the (u) glob qualifier, expand and
correct "unknown user" error messages.
2018-06-25 Peter Stephenson
* 43084: Doc/Zsh/zle.yo, Functions/Chpwd/zsh_directory_name_cdr,
Src/Zle/zle_main.c: vared -g suppresses variable creation and
override warnings; also suppress in function.
2018-06-25 Jun-ichi Takimoto
* 43079, 43086: Completion/Unix/Type/_process_names,
Completion/Unix/Command/_dtruss, Completion/Darwin/Command/_fs_usage,
Completion/Darwin/Command/_sc_usage: new utility to complete names
of running processes, and three new completion functions which use it.
* 43080: Completion/Unix/Type/_sys_calls: analyze recent syscall.h
properly
2018-06-24 dana
* unposted: Completion/Linux/Command/_opkg: Fix mistyped variable
name
2018-06-23 dana
* 43081: Completion/Darwin/Command/_networksetup: Add networksetup
completion
* 43088: Completion/Debian/Command/_wajig: Fix sub-command completion
2018-06-18 Oliver Kiddle
* 43074: Eitan: Completion/Unix/Command/_gcc: Completion for
additional linker options for clang and sanitizers for gcc
* 43078: Completion/Unix/Command/_sed: add completion for the
sed expression
* 43073: Completion/Linux/Command/_cryptsetup,
Completion/Linux/Command/_sysstat, Completion/Linux/Command/_ss,
Completion/Linux/Command/_kpartx, Completion/Linux/Command/_tune2fs,
Completion/Unix/Command/_ansible, Completion/Unix/Command/_git,
Completion/Unix/Command/_lynx, Completion/Unix/Command/_mpc,
Completion/Unix/Command/_readelf, Completion/Unix/Command/_sqlite,
Completion/Unix/Command/_subversion, Completion/Unix/Command/_tmux,
Completion/Unix/Command/_user_admin, Completion/Unix/Command/_wget,
Completion/Unix/Command/_xxd, Completion/X/Command/_qiv,
Completion/Zsh/Command/_which, Completion/Zsh/Command/_zed:
various completion option updates
2018-06-20 Peter Stephenson
* 43077: Src/builtin.c: failure of math evaluation didn't
propagate to status of shift builtin.
2018-06-20 dana
* 43075 (based on 24059): Doc/Zsh/mod_stat.yo, Doc/Zsh/prompt.yo,
Src/Modules/datetime.c, Src/Modules/stat.c, Src/compat.c,
Src/prompt.c, Src/utils.c, Src/zsh_system.h, Test/D01prompt.ztst,
configure.ac: Support nanosecond precision in zsh/stat file times
and time formats generally (%9./%N)
* 43061: Completion/Darwin/Command/_open,
Completion/Unix/Command/_webbrowser: Improve open completion, adjust
_webbrowser wording
* 43060: Completion/Unix/Command/_stat,
Completion/Zsh/Command/_stat: Expand stat completion
2018-06-18 dana
* 43047: Completion/Unix/Command/_hostname: Add hostname completion
* 43047: Completion/Unix/Type/_bind_addresses: Always return local IPs
2018-06-18 Peter Stephenson
* unposted: Test/V01zmodload.ztst: updated for 43039.
* Eitan: 43029: Src/Modules/zftp.c, Src/signals.c, Src/signals.h,
configure.ac: remove test for signal handler return type as no
longer needed.
2018-06-18 Oliver Kiddle
* 43006: Tim Smith: Completion/Unix/Command/_git: complete
modified files after `git stash --`
* users/23484: Completion/Unix/Command/_git: be consistent on
matcher specs for branches to fix issue with partial matching
* 43048: Eitan: Completion/Unix/Command/_gcc: add sanitizers,
standards aliases and fix -flto
2018-06-17 dana
* 43043: Completion/Unix/Command/_comm,
Completion/Unix/Command/_sed: Improve comm/sed completion
* 43039: Src/Modules/parameter.mdd: Mark functions_source (et al.)
for auto-loading
2018-06-16 dana
* 43030: Functions/VCS_Info/Backends/VCS_INFO_get_data_bzr,
Functions/VCS_Info/Backends/VCS_INFO_get_data_cvs,
Functions/VCS_Info/Backends/VCS_INFO_get_data_svn,
Functions/VCS_Info/Backends/VCS_INFO_get_data_tla,
Functions/VCS_Info/VCS_INFO_bydir_detect,
Functions/VCS_Info/VCS_INFO_realpath,
Functions/VCS_Info/vcs_info: Replace VCS_INFO_realpath() by :P
* 43031: Etc/completion-style-guide: Add note about quoting/escaping
(cf. 42992)
* 43031: Etc/completion-style-guide: Add note about optional/variant
syntax (cf. 43025)
2018-06-15 dana
* 43024: Completion/Unix/Command/_man: Improve section-name matching
2018-06-15 Matthew Martin
* 42981: Completion/Unix/Command/_ed: Add ed completer
2018-06-15 Peter Stephenson
* users/23472: Doc/Zsh/mod_system.yo, Src/Modules/system.c,
Src/exec.c, Src/zsh.h: Add $sysparams[procsubstpid].
* 43008: Src/options.c: combine suggestion from Sebastian to
silence warnings for double setgid/setuid with suggestion
from Eitan to put setgid first.
2018-06-13 dana
* 42992: Completion/Unix/Command/_bash: Fix minor escaping bug
* 42992: Completion/Darwin/Command/_nvram,
Completion/Darwin/Command/_osascript, Completion/Darwin/Command/_say,
Completion/Darwin/Command/_scselect: Use _call_program to fetch
argument possibilities
2018-06-12 dana
* unposted: Completion/Darwin/Type/_mac_applications: Change
'Mac OS X' to 'macOS'
2018-06-11 dana
* 42983: Completion/Unix/Command/_man: Address misc. feedback
* 42984: Completion/Unix/Type/_files,
Completion/Unix/Type/_object_files: Fix argument pass-through to
compadd
2018-06-10 Oliver Kiddle
* 42978: dana: Completion/Darwin/Command/_pbcopy: fix small bug
* 42977: dana: Completion/Unix/Command/_man: Complete options to
major man variants, otherwise improve especially section matching
2018-06-09 Oliver Kiddle
* 42968: Eitan Adler: Completion/Unix/Command/_shutdown:
add "-c" for _shutdown completion on FreeBSD 12-current
* 42965: dana: Completion/Unix/Command/_bash,
Completion/Unix/Command/_sh: add full completion for bash
* 42964: Eitan Adler: Completion/BSD/Type/_fbsd_architectures:
Update list of fbsd architectures
* 42918: dana: Completion/Unix/Command/_jq: fix file completion
* 42918: dana: Completion/Unix/Command/_ldd: adapt detection of
GNU variant to work on Ubuntu
2018-06-07 Oliver Kiddle
* 42947: Doron Behar: Completion/Unix/Command/_luarocks:
new luarocks completion
* 42948: dana: Completion/Linux/Command/_opkg: new opkg completion
* 42931: dana: Completion/Unix/Command/_base64,
Completion/Unix/Command/_chroot, Completion/Unix/Command/_cksum,
Completion/Unix/Command/_lz4, Completion/Unix/Command/_md5sum,
Completion/Unix/Command/_tee, Completion/Unix/Command/_shasum,
Completion/Unix/Command/_readlink: completion for several
utilities especially for checksums across a variety of systems
* users/23434: Functions/Misc/zed: initialise UNDO_LIMIT_NO so
that an initial undo doesn't clear the whole edit buffer
* 42935: Eitan Adler: Completion/Unix/Command/_arp:
FreeBSD does not support -v for arp
* 42937: Eitan Adler: Completion/BSD/Command/_powerd: add -M/-m
* 43943: Completion/Unix/Command/_samba: update with long options
2018-06-06 Peter Stephenson
* Eitan: 42938: Src/Modules/mathfunc.c: name argument to
math_func is not unused.
* Eitan: 42939: Src/Zle/zle_params.c: pm argument to
set_registers is not unused.
2018-06-05 Peter Stephenson
* Sebastian: 42929 (twaked): Functions/Misc/zed: additional
default bindings for emacs and vi modes.
2018-06-03 Oliver Kiddle
* 42826: Eitan Adler: Misc/bash2zshprompt: remove link to
now-spam website
* 42919: dana: Completion/Unix/Command/_uptime,
Completion/Unix/Command/_shuf: new shuf and uptime completions
* 42922: dana: Completion/Unix/Command/_tac: new tac completion
* 42881: Completion/Unix/Command/_ghostscript: update options in
ghostscript completion and query more matches directly from it
* 42920: Completion/Linux/Command/_dkms: new dkms completion
2018-06-01 Peter Stephenson
* 42888: MACHINES: remove outdated issues and update general
description.
2018-05-31 Jun-ichi Takimoto
* 42870: Src/Zle/compcore.c: another improvement of 'compset -q'
2018-05-29 Peter Stephenson
* c.f. 42865: config.guess, config.sub: update from GNU
distribution.
* Eitan Adler: 42862: configure.ac: AC_PROG_TRADITIONAL is no
longer needed.
* Eitan Adler: 42863: configure.ac: autoconf update to latest
conventions.
2018-05-25 Jun-ichi Takimoto
* 42809: Src/Zle/compcore.c: slightly improve 'compset -q'
2018-05-19 Oliver Kiddle
* 42806: Completion/Unix/Command/_shutdown: fix where options
were lost due to args= assignment where args+= was needed
* 42803: Completion/Unix/Command/_netstat: handle Linux and
the the BSDs in netstat completion
2018-05-17 Oliver Kiddle
* Stephane: 42790: Doc/Zsh/expn.yo, NEWS, Src/pattern.c,
configure.ac: make [[:blank:]] match non-ASCII blanks
* 42784: Completion/Zsh/Command/_typeset: complete -s and -x
options to the functions builtin
2018-05-17 Peter Stephenson
* 42793: Src/jobs.c, Src/zsh.h: Always define FDT_PROC_SUBST to
avoid proliferating #ifdef's.
* 42785: Src/builtins.c: redefining a user math function should
silently work as with redefining other shell objects.
2018-05-14 Peter Stephenson
* 42297: dana: Src/params.c, Test/D06subscript.ztst: (e)
subscript needs extra work with scalars.
* 42234: Stephane: Src/signals.c: don't kill a process that's
already exited when killing a job.
2018-05-13 Oliver Kiddle
* 42488: Src/Modules/mathfunc.c, Src/builtin.c, Src/math.c,
Test/B03print.ztst, Test/C01arith.ztst, Test/V03mathfunc.ztst:
test cases for 42369 and address some issues in the code
* Nelson H. F. Beebe: 19597 (rebased 42369): Src/math.c,
Src/params.c. Src/Modules/mathfunc.c, configure.ac:
return Inf, NaN etc from floating point operations instead
of errors to allow non-stop IEEE 754 arithmetic
* 42760: Src/Zle/zle_thingy.c: move stack variable outside
while loop scope as it is accessed in the while condition
2018-05-11 Peter Stephenson
* 42180: dana: Src/Zle/compcore.c: safety when removing
separators in completion.
* 42101 (tweaked): dana: Src/exec.c, Test/A06assign.ztst:
assigning shell status to array was broken.
2018-05-08 Peter Stephenson
* 42752: Completion/Unx/Command/_git: better completion
handling for git aliases expanding to external command.
* 42751: Src/Zle/zle_main.c: Protect shell status around
time function execution in line editor.
2018-05-02 Oliver Kiddle
* Eitan Adler: 42740: Completion/BSD/Command/_systat:
Teach _systat about the 'zarc' screen
* Eitan Adler: 42732: Completion/Unix/Command/_ifconfig:
Add several more entries to ifconfig
* 42743: Completion/Unix/Command/_vorbis: update vorbis-tools
completion and include vorbiscomment with the rest
2018-05-01 Peter Stephenson
* from branch fork_early, c.f. 42702: Src/exec.c: Various changes
to make forking for a command work better. Move the fork even
earlier; add case of non-final pipeline elements; _exit when
forked; remove previous early fork in caller; replace fix for
leaked file descriptor in pipeline handling.
2018-04-29 Oliver Kiddle
* Matthew Martin: 42730: Completion/Unix/Command/_rmdir,
Completion/Unix/Type/_directories: Complete the options for rmdir
* Matthew Martin: 42729: Completion/Unix/Command/_df:
update df completion for [DFNO]BSD
* 42676: Completion/Unix/Command/_dd: deal with system
specific arguments
* 42728: Completion/Unix/Command/_tiff: update options and
add handling for tiff2pdf
2018-04-29 Barton E. Schaefer
* Ricardo Giorni: 42701: fix 42355 for multiple backslashes
2018-04-26 Peter Stephenson
* c.f. 42726: Test/W02jobs.ztst: Back off fg and bg tests as they
are currently too hard to make robust.
2018-04-25 Daniel Shahaf
* unposted: Src/exec.c: Correct process substitution buffer
size in the PATH_DEV_FD codepath.
2018-04-25 Peter Stephenson
* 42722: Test/ztst.zsh, Test/W02jobs.ztst: replace ed with
dc and hope for better times.
* 42714: Test/W02jobs.ztst, Test/ztst.zsh: add basic fg and bg
tests using ed. Improve output on pattern difference failure in
tests.
2018-04-24 Peter Stephenson
* 42708: Src/exec.c, Src/Modules/clone.c, Src/Modules/zpty.c,
Test/D03procsubst.ztst: don't close file descriptors for
process substitution on closem() tidy up unless we are exiting
as they need to be visible to external processes.
2018-04-23 Peter Stephenson
* 42705: Src/signals.c: another fix for 42630 --- also check
that killpg(pgrp, 0) is -1.
* 23362: Src/parse.c: Allow short loops with "while".
2018-04-20 Peter Stephenson
* 42684 (with extra comments): Src/exec.c: Fork earlier
when executing command if run in background.
2018-04-19 Peter Stephenson
* 42686: Src/signals.c: Fix 42630 only to change process groups
on exited process.
2018-04-17 Peter Stephenson
* 42630: Src/exec.c, Src/signals.c: Improve process group
handling in pipelines. Main shell will reclaim terminal if
leader exits. Allow SIGCHLD to interrupt reading data from
command substitution.
* unposted: Config/version.mk: update to 5.5.1-dev-0.
2018-04-16 Peter Stephenson
* unposted: NEWS, README, Config/version.mk, Etc/FAQ.yo: update
to release 5.5.1.
2018-04-16 Oliver Kiddle
* 42659: Completion/Unix/Command/_git, Completion/Unix/Command/_sed,
Completion/Linux/Command/_ethtool, Completion/Linux/Command/_htop,
Completion/Linux/Command/_pidof, Completion/Unix/Command/_sqlite,
Completion/Unix/Command/_ssh: various completion option updates
* 42658: Completion/Unix/Command/_diffstat: allow compact form of
option arguments to diffstat
* Matthew Martin: 42643, 42644: Completion/BSD/Command/_cksum:
new cksum completion
* Matthew Martin: 42642 (tweaked for Solaris):
Completion/Unix/Command/_chown:
OpenBSD chown does not support -f and dragonfly has -x
2018-04-15 Barton E. Schaefer
* 42650: Src/utils.c: fix 42156 for zero-sized terminals
* 42636: Src/utils.c: fix GLOB_DOTS for !(RM_STAR_SILENT)
2018-04-13 Daniel Hahler
* 42631: Completion/Unix/Command/_pgrep: _pgrep: pkill: fix completion
of signals.
2018-04-12 Oliver Kiddle
* 42624 (plus test): Src/exec.c, Test/C04funcdef.ztst: avoid
freeing memory that's still needed in multiple function
definition that has a duplicated function name
2018-04-11 Peter Stephenson
* 42623: configure.ac: some extra quotes needed (and some
cosmetic) for 42618.
2018-04-10 Peter Stephenson
* Benedikt Morbach: 42618: configure.ac: support signal names
from multiple include files as needed for glibc 2.25.
* unposted: Config/version.mk: update dev version to 5.5-dev-0.
2018-04-09 Eric Cook
* 42613: pda: Completion/Linux/Command/_ss
fix quoting typo
2018-04-08 Peter Stephenson
* unposted: release zsh-5.5.
2018-04-08 Oliver Kiddle
* c.f. 42499: tera torn: Completion/Unix/Command/_twisted:
update twisted completion stub for new twist command
2018-04-07 Oliver Kiddle
* 42605: Src/Modules/mapfile.c, Src/Zle/complete.c,
Src/Zle/zle_params.c: properly free the vi registers hash
* 42601: Src/builtin.c: tidy up code for set -A/+A to not
increment a NULL pointer and to be more efficient
* 42607, CVE-2018-1100: Src/utils.c: check bounds on buffer
in mail checking
* 42600: Src/Zle/computil.c: error paths for _values leaked
the exclusion list array
* 42597: Src/params.c: plug memory leak found by coverity
* 42595: Src/utils.c: remove dead code flagged by coverity
* Matthew Martin: 42604: Completion/BSD/Command/_signify,
Completion/BSD/Command/_vmctl: new completions for OpenBSD's
signify and vmctl
* github #24: Klas Mellbourn: Completion/X/Command/_code:
Add completion script for Visual Studio Code
2018-04-06 Mikael Magnusson
* 42602: Completion/Unix/Command/_gcc: Update _gcc as of GCC
7.3.0 for generic options and x86
2018-04-05 Oliver Kiddle
* 42591: Completion/Debian/Command/_apt: complete *.changes and
*.dsc files alongside *.deb
* 42584: Completion/Unix/Command/_ssh: complete options for
ssh-keyscan and update options for ssh-copy-id
* 42583: Completion/Unix/Command/_column: new column completion
* 42582: Completion/BSD/Command/_cu, Completion/Unix/Command/_uniq,
Completion/Unix/Command/_dhclient, Completion/Unix/Command/_script:
updates to options in completions for OpenBSD 6.3
* 42575: Src/Zle/computil.c, Test/Y03arguments.ztst: fix to not
complete options in the argument to another option
2018-04-05 Jun-ichi Takimoto
* 42590: Completion/Unix/Command/_fmt: fix detection of OSTYPE
* 42585 (cf. 42574: Eitan Adler): Completion/Unix/Command/_tar,
Completion/Unix/Type/_tar_archive: complete all compressed
archives when libarchive-based tar is being used without
compression flag
* 42577: Completion/Unix/Command/_strings: fix macOS support
* 42578: Completion/Unix/Command/_shutdown: add support for macOS
2018-04-04 Peter Stephenson
* unposted: 5.4.2-test-2.
* 42581(?): Src/hist.c, Src/lex.c, Test/X03zlebindkey.ztst: history
expansion within ZLE needs history to be read to conclusion on
error.
2018-03-31 Oliver Kiddle
* 42572: Completion/Linux/Command/_ethtool,
Completion/Linux/Command/_ss, Completion/Unix/Command/_arping,
Completion/Unix/Command/_mosh, Completion/Unix/Command/_notmuch,
Completion/Unix/Command/_mpc, Completion/Unix/Command/_objdump,
Completion/Unix/Command/_prove, Completion/Unix/Command/_rsync,
Completion/Unix/Command/_readelf, Completion/Unix/Command/_ruby,
Completion/Unix/Command/_strip, Completion/Unix/Command/_vim,
Completion/X/Command/_evince: various completion option updates
* 42571: Completion/BSD/Command/_jail,
Completion/BSD/Command/_jexec: new completion for FreeBSD jail
2018-03-30 Oliver Kiddle
* 42568: Completion/Unix/Command/_shutdown: new completion
* 42569: Completion/Unix/Command/_lsof: improve completion after
-i and -s options
* 42567: Completion/Unix/Command/_xmlstarlet: new completion
for xmlstarlet
* 42570: Completion/Unix/Command/_drill,
Completion/Unix/Command/_dig, Completion/Unix/Type/_dns_types:
new completion for drill and factor out DNS type completion
* 42560: Src/utils.c: silence sign-compare compiler warnings
* 42566: Completion/Unix/Command/_strings: new strings completion
2018-03-29 Mikael Magnusson
* 42564: Completion/Unix/Command/_adb: Various improvements
2018-03-28 Oliver Kiddle
* 42548: Completion/Unix/Command/_pwgen: new pwgen completion
* 42549: Completion/Redhat/Command/_yum: also handle the yumdb
command in yum completion
* 42550: Completion/Unix/Command/_gem: completion for ruby's gem
* 42539: Src/utils.c: prevent overflow of PATH_MAX-sized
buffer in spelling correction
2018-03-27 Peter Stephenson
* Martijn: 42538: Src/utils.c, Test/A04redirect.ztst:
temporarily set umask (with signals queued) while reading
here document.
2018-03-25 Barton E. Schaefer
* 42480: Src/utils.c: optimize $#var for single-byte character sets
2018-03-25 Peter Stephenson
* 42505: README. Etc/FAQ.yo: prepare for 5.5 release.
2018-03-24 Oliver Kiddle
* 42520: Completion/Unix/Command/_netcat: don't use an empty
but existing option cache in netcat completion
* 42521 based on 42049 (SATOH Fumiyasu):
Completion/Unix/Command/_make: make always includes relative
to the current directory rather than relative to the Makefile
* 42519, CVE-2018-1083: Src/Zle/compctl.c: check bounds on
PATH_MAX-sized buffer used for file completion candidates
* 42518, CVE-2018-1071: Src/exec.c, Src/utils.c:
check bounds when copying path in hashcmd()
2018-03-24 Jun-ichi Takimoto
* 42501: Src/Zle/complete.c, Src/Zle/computil.c,
Src/Zle/zle_thingy.c: avoid out of bound pointer (as 42487).
* unposted: Src/Modules/db_gdbm.c: add 'static' to a file-local
variable.
2018-03-23 Oliver Kiddle
* 42491 based on 42000 (Andrei Shevchuk):
Completion/Unix/Command/_mosh, Completion/Unix/Command/_git,
Completion/Unix/Command/_ssh, Completion/Unix/Type/_ssh_hosts:
factor ssh host completion for use for mosh and git
* 42497 (tweaked c.f. 42498): Completion/Debian/Command/_apt:
make completion after apt install work on local .deb files
2018-03-22 Jun-ichi Takimoto
* 42191: Completion/Darwin/Command/_otool: new completion
2018-03-21 Peter Stephenson
* 42487: Src/Zle/compctl.c: remove gcc 7.3.0 warnings and
potentially incorrect pointer usage.
2018-03-18 Barton E. Schaefer
* Stephane: 42469: Src/exec.c, Src/Modules/mapfile.c: fix 42465
2018-03-15 Peter Stephenson
* Stephane: 42465: Src/exec.c, Src/Modules/mapfile.c: pass error
status from readoutput, causing more consistent reporting
from $(...) constructs.
2018-03-12 Peter Stephenson
* 42453: Src/jobs.c: fix race looking up status of just
exited background job.
2018-03-07 Oliver Kiddle
* github #22: Ferenc-: Completion/Unix/Command/_gcc:
Add newer C++ standard options to gcc completion
* github #23: Matthijs Tijink: Completion/X/Command/_kdeconnect:
new kdeconnect-cli completion
2018-03-05 Peter Stephenson
* Martijn: 42365: Src/parse.c: use .zwc file if timestamp
identical to source file.
2018-03-04 Peter Stephenson
* Taylor West: 42411: Src/mem.c: assume any current C compiler
will handle NULL argument to free.
2018-02-26 Peter Stephenson
* 23180: Src/Zle/zle_tricky.c: Square brackets in dynamic
directory expansion shouldn't force expansion in
expand-or-complete.
* Joey Pabalinas: 42401: Src/mem.c: replace malloc with use of
realloc to work around crash with gcc using -foptimize-strlen.
* users/23169: Completion/Base/Completer/_expand: treat ~[...]
the same way is other forms of tilde expansion: only expand
if accept-exact is set.
* 42399: Doc/Zsh/builtins.yo: better description of interaction
between echo and dashes.
2018-02-22 Daniel Hahler
* 42364: Completion/Unix/Command/_git: _git: fix __git_ignore_line to
ignore the current word.
2018-02-17 Peter Stephenson
* 42362: Src/jobs.c: protet REPORTTIME logic from bad status.
2018-02-13 Peter Stephenson
* Eitan Adler: Doc/Zsh/params.yo: REPORTMEMORY is in kilobytes,
not megabytes.
2018-02-12 Peter Stephenson
* Martijn: 42355: Src/exec.c, Test/A04redirect.ztst:
Interpreation of backslash on here doc input was inconsistent
and confusing.
2018-02-12 Daniel Hahler
* 42324: Completion/Unix/Command/_git: _git: handle mutually exclusive
options.
2018-02-11 Daniel Hahler
* 42327: Completion/Unix/Command/_make: _make: complete _files.
2018-02-08 Daniel Shahaf
* unposted: Completion/Unix/Command/_subversion: Support
subcommands with hyphens in their names, such as 'shelf-list
(shelves)' from upstream 1.10 development versions.
2018-02-07 Oliver Kiddle
* Christian Hesse: 42333: Completion/Unix/Command/_git: Starting
with version 2.16.0 git no longer accepts an empty string as a
pathspec element. Thus we have to replace empty strings with a dot.
* Matthew Martin: 42330: Completion/Unix/Command/_ln:
-L and -P are POSIX, but not supported by Darwin or NetBSD
* wgh@torlan.ru: 42336: Completion/Unix/Command/_adb: force
single column output when getting filenames with adb ls command
* 42343: Completion/Unix/Command/_subversion: complete
--config-option more than once
2018-01-31 Peter Stephenson
* 42332: Src/builtin.c, Src/utils.c: special case printf for
unsigned integers by looking for constansts, avoiding conversion
to signed.
2018-01-24 Daniel Hahler
* 42323: Completion/Unix/Command/_git: _git: move "local" statement
out of loop.
2018-01-24 Peter Stephenson
* 42322 (tweaked): Src/hist.c, Src/zsh.h: don't discard a
history line with just an interactive comment simply because
there were no words, since the comment now doesn't produce
words.
2018-01-23 Barton E. Schaefer
* Joey Pabalinas: 42313: Src/subst.c: avoid null-pointer deref
when using ${(PA)...} on an empty array result
2018-01-23 Oliver Kiddle
* 42317: Completion/Linux/Command/_cryptsetup,
Completion/Linux/Command/_ethtool, Completion/Unix/Command/_wget,
Completion/Linux/Command/_tune2fs, Completion/Unix/Command/_cowsay,
Completion/Unix/Command/_git, Completion/Unix/Command/_gsettings,
Completion/Unix/Command/_gzip, Completion/Unix/Command/_ssh,
Completion/Unix/Command/_sudo, Completion/Unix/Command/_tidy,
Completion/Unix/Command/_tmux, Completion/Unix/Command/_truss:
option updates for commands that have had recent updates
* 42299: Completion/Zsh/Command/_typeset: correct optional argument
* Matthew Martin: 42309: Completion/Unix/Command/_dhclient,
Completion/Unix/Command/_id, Completion/Unix/Command/_install:
A few small updates for OpenBSD
2018-01-22 Peter Stephenson
* Daniel Tamelin: 42305: INSTALL: CVS should be git.
2018-01-20 Mikael Magnusson
* 42243: Src/Modules/pcre.c: Free stuff properly in zsh/pcre
module
2018-01-19 Barton E. Schaefer
* dana: 41924: Doc/Zsh/params.yo: (wi) subscript flag interaction
* Sebastian Gniazdowski: 41839: Functions/Misc/allopt: force IFS
to default for "read"
2018-01-18 Peter Stephenson
* 42294: Completion/compinit: disable REPORTTIME in completion.
2018-01-16 Peter Stephenson
* Warepire: Src/prompt.c: off by one fix in multiline prompts.
2018-01-14 Barton E. Schaefer
* 42136: Src/prompt.c: empty string check in %~ / %C expansions
* 42043: Src/exec.c: ZSH_DEBUG_CMD should not WARN_CREATE_GLOBAL
2018-01-13 Barton E. Schaefer
* 42264: Doc/Zsh/expn.yo: Follow-up to previous: Clarify that
${histchars[1]} may be backslash-escaped even when it isn't '!'.
2018-01-13 Daniel Shahaf
* 42261: Doc/Zsh/expn.yo, Doc/Zsh/grammar.yo: docs: Expand
documentation of $histchars[1]. Joint with Matthew Martin.
2018-01-10 Oliver Kiddle
* Matthew Martin: 42242: Completion/Unix/Command/_ldconfig:
add [DFNO]BSD to the mix
2018-01-08 Peter Stephenson
* 42245: Src/hist.c, Src/lex.c, Src/zsh.h: Abort last word on
interactive comment to avoid it becoming a useless word.
2018-01-05 Oliver Kiddle
* dana: 42231: Completion/Darwin/Command/_caffeinate,
Completion/Darwin/Command/_mdfind,
Completion/Darwin/Command/_mdls,
Completion/Darwin/Command/_mdutil,
Completion/Darwin/Command/_nvram,
Completion/Darwin/Command/_osascript,
Completion/Darwin/Command/_pbcopy,
Completion/Darwin/Command/_plutil,
Completion/Darwin/Command/_say,
Completion/Darwin/Command/_scselect,
Completion/Darwin/Command/_scutil,
Completion/Darwin/Command/_sw_vers,
Completion/Linux/Command/_chattr,
Completion/Linux/Command/_ldconfig,
Completion/Linux/Command/_lsattr,
Completion/Unix/Command/_attr: new completion functions for simple
utilities belonging to the 'Darwin' and 'Linux' groups.
* 42230: Completion/Unix/Command/_screen: update to 4.06.01
* 42229: Completion/Unix/Command/_awk, Completion/Unix/Command/_df,
Completion/Unix/Command/_ls, Completion/Unix/Command/_od,
Completion/Unix/Command/_tail, Completion/Unix/Command/_timeout:
update completion of GNU programs for coreutils 8.29 / gawk 4.2.0
* dana: 42223 (tweaked): Completion/X/Command/_sublimetext,
Completion/Unix/Command/_getopt, Completion/Unix/Command/_install
Completion/Unix/Command/_mktemp, Completion/Unix/Command/_fold:
new completions
* 42221: Completion/Unix/Command/_enscript:
update enscript completion for GNU enscript 1.6.6
2018-01-05 Jun-ichi Takimoto
* dana: 42222: Completion/Unix/Type/_object_files: recognize
.dylib extension (macOS).
2018-01-04 Peter Stephenson
* dana: 42164: Src/Zle/complist.c, Test/Y01completion.ztst:
numeric values didn't work in format escapes in completion lists.
* Stephane: 42159: Src/params.c: avoid crash copying empty hash table.
* Sebastian: 42188: Src/Modules/system.c: It is necessary to
close the lock descriptor in some failure cases.
2018-01-04 Oliver Kiddle
* dana: 42214: Completion/BSD/Type/_file_flags,
Completion/Unix/Type/_file_modes, Completion/Unix/Command/_find,
Completion/Unix/Command/_mkdir, Completion/BSD/Command/_chflags,
Completion/Unix/Command/_chmod: use less general names on new
functions for completing file flags and modes
* github #21: Maciek Makowski:
Completion/Linux/Command/_networkmanager: update nmcli
completions to be compatible with recent version 1.8.4
2018-01-03 Oliver Kiddle
* dana: 42210: Completion/BSD/Command/_chflags,
Completion/BSD/Type/_flags, Completion/Unix/Command/_chmod,
Completion/Unix/Command/_find, Completion/Unix/Command/_mkdir,
Completion/Unix/Type/_modes: factor out completion of file
modes and flags and handle _comp_priv_prefix for chflags
* dana: 42209: Completion/Unix/Command/_unexpand: take account
of numeric options such as -4 instead of -t4
* dana: 42209: Completion/Unix/Command/_tr: fix option
descriptions for non-GNU variants
* 42208: Completion/Unix/Command/_yp: fix use of cache variables
* dana: 42207: Completion/Unix/Command/_chown,
Completion/Unix/Command/_cat, Completion/Unix/Command/_cut,
Completion/Unix/Command/_dd, Completion/Unix/Command/_df,
Completion/Unix/Command/_env, Completion/Unix/Command/_fmt,
Completion/Unix/Command/_head, Completion/Unix/Command/_paste,
Completion/Unix/Command/_printenv, Completion/Unix/Command/_stty,
Completion/Unix/Command/_stdbuf, Completion/Unix/Command/_tail,
Completion/Unix/Command/_tr, Completion/Unix/Command/_uname,
Completion/Unix/Type/_directories: add g prefixes for GNU variants
* Matthew Martin: 42117: Completion/BSD/Command/_chflags:
use anonymous function rather than define one in user namespace
2018-01-02 Eric Cook
* 42171: Completion/BSD/Command/_portsnap,
Completion/Linux/Command/_ipset,
Completion/Linux/Command/_valgrind,
Completion/Redhat/Command/_rpm,
Completion/Solaris/Command/_prstat,
Completion/Unix/Command/_arp,
Completion/Unix/Command/_cvs,
Completion/Unix/Command/_devtodo,
Completion/Unix/Command/_ffmpeg,
Completion/Unix/Command/_git,
Completion/Unix/Command/_gpg,
Completion/Unix/Command/_ruby,
Completion/Unix/Command/_tr,
Completion/Unix/Command/_whois,
Completion/Unix/Command/_yp,
Completion/Unix/Command/_zfs,
Completion/X/Command/_xset,
Completion/Zsh/Command/_cd: prevent various parameters
from becoming global.
2017-12-31 Jun-ichi Takimoto
* 42183: Completion/Unix/Command/_objdump: support LLVM variant
2017-12-30 Daniel Shahaf
* 42186: Completion/Debian/Command/_apt: Fix completion of
target_release names, e.g., 'apt install zsh/'.
* unposted: Functions/VCS_Info/VCS_INFO_formats,
Functions/VCS_Info/VCS_INFO_set: vcs_info: Add docstrings to
the internal functions VCS_INFO_formats and VCS_INFO_set.
2017-12-28 Jun-ichi Takimoto
* 42175 + 42177 (+ 24178 by Daniel):
Completion/Base/Utility/_arguments,
Completion/Base/Utility/_call_program,
Completion/Debian/Command/_aptitude, Completion/Unix/Command/_a2ps,
Completion/Unix/Command/_subversion, Completion/Unix/Command/_tar,
Doc/Zsh/compsys.yo: avoid localized output from external commands
for easier analysys by the completion system.
2017-12-27 Jun-ichi Takimoto
* 42176: Completion/Unix/Command/_tar: update long options
2017-12-22 Peter Stephenson
* dana: 42156 with tweak as per 42158: Doc/Zsh/options.yo,
Src/builtin.c, Src/options.c, Src/utils.c, Src/zsh.h,
Test/W02jobs.ztst: add CHECK_RUNNING_JOBS opion and job tests;
remove debug error when rows or columns are zero as this is
normal without a physical terminal.
* dana: 42156: Doc/Zsh/options.yo, Src/builtin.c,
Src/options.c, Src/zsh.h, Test/W02jobs.ztst: new
CHECK_RUNNING_JOBS option demanded by bash groupies.
* danda: 42155: Completion/Unix/Command/_ssh: various
improvements for OpenSSH.
* 42152: Src/exec.c, Src/zsh.h: improved line numbering for
functions (in particular anonymous functions) defined inside
others, also flag for anonymous functions.
2017-12-20 Peter Stephenson
* dana: 42145: Src/Zle/computil.c, Test/Y03arguments.ztst: fix
for completion option arguments.
2017-12-20 Daniel Shahaf
* 42146: Src/hashtable.c, Test/A02alias.ztst: type -w +=
global aliases
* 42138: Completion/Unix/Command/_git: _git-revert: Complete
recent commits first.
* Stephane (rebased by Mikael): users/13148, workers/42060:
Src/exec.c: Abort the command line when replying "[n] No" to
the RM_STAR_SILENT prompt.
2017-12-20 Jun-ichi Takimoto
* 42143: Completion/Unix/Type/_object_files: fix a pattern for
matching object files
2017-12-18 Jun-ichi Takimoto
* 42412: Src/Zle/zle_word.c: fix a bug in 42116. Also fix a few
widgets which were calling wrong function when negative numeric
argument was given.
2017-12-18 Jun-ichi Takimoto
* 42116: Src/Zle/zle_word.c, Src/Zle/textobjects.c, Src/Zle/zle.h,
Test/X02zlevi.ztst: multibyte support for Zle vi-mode word motion
2017-12-15 Peter Stephenson
* 42123 (tweaked further): Src/exec.c: need to take account of
Dash when comparing functions names for autoloading.
2017-12-14 Peter Stephenson
* dana: 42119: Doc/zsh/params.yo, Src/jobs.c,
Test/A01grammar.ztst: add millisecond and microsecond options to
TIMEFMT variable.
2017-12-13 Peter Stephenson
* Matthew Martin: 42114: Completion/BSD/Command/_bsd_pkg,
Completion/BSD/Type/_fbsd_architectures,
Completion/BSD/Type/_nbsd_architectures,
Completion/BSD/Type/_obsd_architectures: Remove FreeBSD use of
pkg_* tools and add BSD architecture utilities.
2017-12-12 Peter Stephenson
* 42110: Src/parse.c, Test/A04redirect.ztst: fix redirection in
between variable assignments at start of line.
2017-12-01 Peter Stephenson
* dana: 42065: Test/B10getopts.ztst: new getopts tests.
* dana: 42063: Src/builtin.c: getopts errors now report "+" if
appropriate for option.
2017-11-24 Daniel Shahaf
* 42031 + 42048: Doc/Zsh/cond.yo, Doc/Zsh/options.yo, README,
Src/cond.c, Test/C02cond.ztst: Make [[ -o invalidoption ]]
a normal(ish) false value, rather than a syntax error.
2017-11-20 Peter Stephenson
* Dima Kogan: 42040: Src/glob.c: buffer for glob qualifiers
loses stat information in corner case.
* Evan Underscore / pws: 42037: Completion/bashcompinit: recent
change caused wrong word to be used for COMP_POINT.
2017-11-13 Oliver Kiddle
* 42019: Completion/Unix/Command/_git: update options to 2.15
and improve format completion for git tag and for-each-ref
* gitlab #1: Completion/Unix/Command/_sqlite: update options
for sqlite 3.21.0
* github #18: Malcolm Ramsay: Completion/Redhat/Command/_dnf:
Explicitly use system python so the dnf module can be found
* github #19: Chris Bracken: Doc/Zsh/options.yo: Fix minor typo
in INC_APPEND_HISTORY documentation
2017-11-11 Peter Stephenson
* Martijn: 42004: Doc/Zsh/builtins.yo: fix parentheses.
2017-11-04 Daniel Shahaf
* unposted: Completion/Linux/Command/_sshfs: Make the -o option
repeatable, accept "--".
2017-11-04 Oliver Kiddle
* 41983: Src/Zle/computil.c, Test/Y03arguments.ztst:
fix exclusion of long options with (-) on a normal argument
2017-11-03 Daniel Shahaf
* 41969: Completion/Unix/Command/_sort: Clarify option
description.
2017-11-02 Oliver Kiddle
* 41971: Completion/Linux/Command/_modutils,
Completion/Unix/Command/_make, Completion/Zsh/Command/_zmodload:
correctly break out of certain tag loops when there are matches
2017-11-02 Peter Stephenson
* Martijn: 41866: Src/builtin.c, Src/hashtable.c: no error for
unsetting nonexistent function if POSIXBUILTINS.
2017-10-31 Oliver Kiddle
* 41965: Completion/Zsh/Command/_typeset: complete functions -W
* 41965: Completion/Zsh/Command/_zmodload: complete zmodload -s
* 41963: Completion/Unix/Command/_gnutls: update for gnutls 3.6.1
2017-10-30 Daniel Shahaf
* 41939: Doc/Zsh/grammar.yo: docs: Move aliases corner case to
the dangerous bends section. (after 41482)
2017-10-29 Oliver Kiddle
* Sebastian: 41960: Completion/Zsh/Command/_zstyle,
Completion/Zsh/Type/_globquals: declare MATCH, MBEGIN, MEND local
* 41961: Completion/Unix/Command/_ansible: new ansible completion
* 41958: Completion/Linux/Command/_losetup,
Completion/Linux/Command/_lsblk, Completion/Linux/Command/_wipefs,
Completion/Unix/Command/_hexdump, Completion/Unix/Command/_last:
update util-linux completions to 2.31; new hexdump completion
2017-10-28 Oliver Kiddle
* 41957: Completion/Unix/Command/_git: update for git 2.14.3
* 41927: Completion/Zsh/Command/_typeset: complete
"typeset -p"'s optional argument for multi-line output
2017-10-25 Alexey Sokolov
* 41952: Functions/VCS_Info/Backends/VCS_INFO_get_data_hg: Use
HGPLAIN instead of HGRCPATH in VCS_INFO_get_data_hg
2017-10-20 Christian Brabandt
* 41943: Completion/Unix/Command/_vim: Completion: add --clean for
vim
2017-10-17 Barton E. Schaefer
* unposted: Test/D04parameter.ztst: tests for 41902
* 41902: Src/lex.c: ${(z)...} continues parsing on unmatched
quote when CSH_JUNKIE_QUOTES is set.
* unposted (cf. Sebastian: 41891): Test/D04parameter.ztst:
regression test for 41873
2017-10-17 Daniel Shahaf
* unposted: Doc/Zsh/builtins.yo: Document "typeset -p"'s optional
argument in the inline synopsis.
2017-10-16 Peter Stephenson
* gi1242+ZSH: 41907: Completion/Debian/Command/_deborphan:
further update.
* gi1242+zsh: 41904: Completion/Debian/Command/_deborphan,
Completion/X/Command/_xrandr: new and updated completions.
2017-10-15 Barton E. Schaefer
* 41898: Functions/Zle/edit-command-line: handle multi-word values
of $VISUAL et al., and line counting of buffer for emacs startup
2017-10-13 Barton E. Schaefer
* 41873: Src/lex.c: temporarily disable effects of ${(Z:n:)...}
for parsing $(...) expressions within the parameter value
2017-10-13 Daniel Shahaf
* 41833 + 41838: Completion/Unix/Command/_jq: New completion.
2017-10-13 Peter Stephenson
* 41877: Src/subst.c, Test/E01options.ztst: Separate out
SH_FILE_EXPANSION loop from parameter substitution as the latter
can add nodes: SH_FILE_EXPANSION should see following nodes
only, but on the next loop parameter substitution needs to see
added nodes for further expansion.
2017-10-11 Daniel Shahaf
* 41825/0002: Completion/Zsh/Command/_stat: Complete -x options
to zsh/stat's 'zstat'.
* 41825/0001: Completion/Zsh/Command/_stat: Only complete 'stat'
if it's provided by the zsh/stat builtin.
2017-10-10 Oliver Kiddle
* 41855: Completion/Unix/Command/_dhclient,
Completion/BSD/Command/_pfctl, Completion/Unix/Command/_id,
Completion/Unix/Command/_rm: completion option updates for
OpenBSD 6.2 and handle macOS in rm completion
* 41854: Completion/Unix/Command/_ping: also complete options
for ping on Solaris, macOS, NetBSD and OpenBSD and for ping6
* 41853: Completion/Unix/Command/_texinfo: update options for
texinfo 6.5 and complete also for the pinfo info reader
* 41849: Completion/Unix/Command/_unexpand: handle both unexpand
and expand in a single function: they have some commonalities
and it dodges around the clash with the _expand completer
* 41831: Completion/Unix/Type/_tilde_files,
Completion/Unix/Command/_less, Completion/Unix/Command/_vorbis,
Completion/Zsh/Type/_globquals: fix compset usage in ogg123
completion and tweak where compset -p is a better choice than -P
* 41835: Src/Zle/complete.c: handle multibyte characters with
compset -p and -s
2017-10-10 Peter Stephenson
* uposted, c.f. 41846: Completion/Unix/Command/_expand ->
_expand_cmd: rename to avoid clash with completer.
* 41842: Doc/Zsh/grammar.yo: split alias documentation, adding
more on problems.
2017-10-08 Barton E. Schaefer
* 41830: Test/E01options.ztst: test for 41828.
* 41828: Src/subst.c: skip SHFILEEXPANSION for new nodes added
by stringsubst() in prefork().
2017-10-07 Oliver Kiddle
* 41827: Completion/Zsh/Context/_brace_parameter: correct
sense of description for ${...:?...} expansion
* dana: 41826: Completion/Zsh/Context/_brace_parameter: fix
inaccuracies in completion description wording
* 41824: Src/Zle/computil.c, Test/Y03arguments.ztst: fix to
not complete rest args from an _arguments set alongside
the argument to and option in a separate set
* 41823: Completion/Unix/Command/_expand,
Completion/Unix/Command/_mv, Completion/Unix/Command/_numfmt,
Completion/Unix/Command/_seq, Completion/Unix/Command/_split,
Completion/Unix/Command/_stdbuf, Completion/Unix/Command/_cp,
Completion/Unix/Command/_timeout,
Completion/Unix/Command/_unexpand: new completions for some
GNU coreutils utilities
2017-10-07 Daniel Shahaf
* unposted: Doc/Zsh/mod_stat.yo: zsh/stat docs: Rephrase to
avoid ambiguity due to the ambiguous relative precedence of the
'other than' and 'and' operators.
2017-10-04 Noah Pendleton
* 41808: Completion/Unix/Command/_git: _git-cherry-pick:
Typo fixes
2017-10-04 Peter Stephenson
* 41802 (minor tweaks): Src/exec.c, Src/parse.c: use heap
instead of stack for temporary storage over shell function call,
also fix debug message when FUNCNEST increased.
2017-10-02 Peter Stephenson
* 41787 (minor corrections): configure.ac, README,
Doc/Zsh/params.yo, Src/exec.c, Src/parms.c,
Test/C04funcdef.ztst: reduce default nested function depth to
500 and expose as $FUNCNEST.
2017-10-01 Peter Stephenson
* 41797 (tweaked): Doc/Zsh/builtins.yo, Src/builtin.c,
Src/params.c, Src/subst.c, Src/zsh.h, Test/B02typeset.ztst:
typeset -p1 outputs arrays and associative arrays with newlines
and indented elements.
2017-09-29 Peter Stephenson
* 41789: Src/exec.c: Don't try to mark an FD as saved if it
couldn't be moved.
2017-09-28 Oliver Kiddle
* 41772: Src/Zle/computil.c, Test/Y03arguments.ztst: fix bug
in handling of long options with _arguments' -A option
* 41762: Completion/Zsh/Context/_value: fix for completion
in assignment to associative array element
2017-09-27 Barton E. Schaefer
* 41767: Src/exec.c: preserve nonzero exit status on interrupt
2017-09-27 Peter Stephenson
* 41773: Test/D04parameter.ztst: Array index assignment tests
for KSH_ARRAYS.
* 41764 (test tweaked): Doc/Zsh/params.yo, Src/params.c,
Src/subst.c, Src/zsh.h, Test/D04parameter.ztst: allow
[key]+=value when modifying array or associative array.
2017-09-26 Peter Stephenson
* 41761: Src/exec.c: Ensure status from interrupt is propagated
from builtin.
2017-09-25 Peter Stephenson
* 41747: Sr/hist.c, Src/params.c, Src/subst.c. Src/zsh.h: add
flag so as not to create hash table when checking existence.
2017-09-24 Daniel Shahaf
* 41755: Doc/Zsh/params.yo: Followup to last: minor clarification
to docs.
2017-09-24 Peter Stephenson
* 41754: Doc/Zsh/params.yo, NEWS, README,
Src/Zle/zle_tricky.c, Src/exec.c, Src/params.c, Src/subst.c,
Src/zsh.h, Test/B02typeset.ztst, Test/D04parameter.ztst:
allow mix of [ind]=val and traditional assignment for normal
(but not associative) arrays, add tests.
2017-09-22 Oliver Kiddle
* 41742: Completion/Unix/Command/_mtr: update for mtr 0.92
* 41743: Completion/Linux/Command/_tune2fs: update options in
completion through e2fsprogs 1.43.6
* 41732: Completion/Unix/Command/_tmux: bring completion in
line with tmux 2.5 - removing completion of mode tables
2017-09-21 Daniel Shahaf
* unposted (cf. 41672): Src/utils.c: checkrmall: Record the
41672 bug in a TODO.
* unposted (cf. 41707): Src/utils.c: internal: Document the
count==0 case of checkrmall().
2017-09-20 Barton E. Schaefer
* 41736: NEWS, Src/exec.c: NO_INTERACTIVE_COMMENTS in $(...)
* 41731: Doc/Zsh/params.yo: reformat and expand doc for 41698.
2017-09-18 Oliver Kiddle
* 41729: Completion/Unix/Command/_gnutls: update options for
gnutls plus cleanup and rearrange the function
* 41728: Completion/Unix/Command/_flac (was _metaflac): new
completion for flac and update options in metaflac completion
* 41727: Completion/Unix/Command/_tidy: run tidy -xml-config
to get HTML options for completion
2017-09-18 Barton E. Schaefer
* 41723: Src/loop.c: one more case of 41627 in "while" loops.
2017-09-18 Oliver Kiddle
* 41726: Completion/Linux/Command/_cryptsetup: add + and = to
option specs taking arguments and update options to 1.7.5
* 41720: Completion/Linux/Command/_chrt,
Completion/Linux/Command/_ionice,
Completion/Linux/Command/_losetup,
Completion/Linux/Command/_wipefs: update completion of options
for util-linux 2.30.1
* 41725: Completion/BSD/Command/_sysrc,
Completion/Linux/Command/_mii-tool,
Completion/Redhat/Command/_scl, Completion/Unix/Command/_env,
Completion/Unix/Command/_dhclient,
Completion/Unix/Command/_getfacl, Completion/Unix/Command/_gpg,
Completion/Unix/Command/_ls, Completion/Unix/Command/_screen,
Completion/Unix/Command/_setfacl,
Completion/Unix/Command/_strip, Completion/Unix/Command/_truss,
Completion/Unix/Command/_vim, Completion/Unix/Command/_wget:
assorted minor updates to completion functions
* 41724: Completion/Linux/Command/_ethtool: update
completion for new options
2017-09-15 Oliver Kiddle
* 41711: Completion/Unix/Command/_dconf: new dconf completion
* 41710: Completion/Unix/Command/_smartmontools:
new smartctl completion
* 41709: Completion/Linux/Command/_sysstat,
Completion/Unix/Command/_iostat: update options in completion
2017-09-15 Peter Stephenson
* unposted: Doc/Zsh/params.yo: nodref -> noderef.
2017-09-14 Peter Stephenson
* 41705: Doc/Zsh/expn.yo, Doc/ZSh/params.yo, Src/params.c,
Test/B02typeset.ztst, Test/V10private.ztst: typeset -p output
for associative arrays and some rephrasings.
2017-09-13 Peter Stephenson
* unposted: typo in proceeding Doc noticed by Oliver.
* 41698: Doc/Zsh/params.yo, Src/builtin.c, Src/exec.c,
Src/params.c, Src/zsh.h, Test/B02typeset.ztst,
Test/D04parameter.ztst: add ([key]=val) assignment syntax.
Still to do: allow to mix with other syntax, improve typeset -p,
implement [key]+=value.
2017-09-13 Peter Stephenson
* 41688: Src/jobs.c: "wait" for all active jobs should ignore
those marked STAT_NOPRINT.
* 41679: Doc/Zsh/builtins.yo: slight clarifcation on exec of
builtins.
2017-09-11 Daniel Shahaf
* unposted: Src/utils.c: internal: Document zreaddir().
2017-09-11 Peter Stephenson
* unposted: Doc/Zsh/invoke.yo: YODL compatibility fix for
--emulate.
* Thierry Ghelew: 41666: Src/Modules/zpty.c: zpty compatibility
for OpenBSD.
* 41668: Doc/Zsh/invoke.yo, Src/builtin.c, Src/init.c,
Src/zsh.h, Test/B07emulate.ztst: Add option --emulate at
invocation to start in correct emulation, as the ARGV0 trick
doesn't work from other shells.
2017-09-10 Peter Stephenson
* 41622: Src/exec., Test/A01grammar.ztst: exec -a arguments
weren't sanitised.
* 41661: Src/subst.c, Test/D04parameter.ztst: need to remove
tokens before passing to bufferwords() for (z).
2017-09-09 Jun-ichi Takimoto
* 41628 (plus 41645 by Oliver): Completion/Unix/Command/_ps:
update options; do not reset compstate
2017-09-05 Peter Stephenson
* 41641: Src/math.c: more arithmetic operations need to be
marked as rvalues, in particular increment and decrement.
2017-09-04 Peter Stephenson
* 41633: Src/parse.c: make sure function definitions including
anonymous functions put into the background are run in the
background.
2017-09-04 Daniel Shahaf
* 41621: Completion/Unix/Command/_mkdir: Honour the 'command'
and 'builtin' precommand modifiers.
* 41620 (tweaked per 41622): Completion/Unix/Command/_mkdir:
Don't offer a linux-specific option in the 'zsh' variant.
2017-09-04 Peter Stephenson
* 41637: Marc Aldorasi: Completion/Unix/Command/_objdump:
explicit completion instead of generating from _object_files.
2017-09-02 Peter Stephenson
* 41623: Etc/FAQ.yo: update to align with Yodl 3.
2017-08-31 Peter Stephenson
* unposted: Functions/Misc/zed: zstyle -m can set match,
mbegin, mend, so declare locally.
* 41627: Src/loop.c, Test/C03traps.ztst: fix problem with
ERR_RETURN in initialisation scripts and also on nested
function involving ERR_RETURN suppression in the caller.
2017-08-30 Daniel Shahaf
* 41567: Completion/Unix/Command/_tmux: Complete detached
sessions first for attach-session.
* 41566: Completion/Unix/Command/_tmux: Complete only attached
sessions for detach-session.
* 41564: Completion/Unix/Command/_tmux: Complete environment
variables and their values for set-environment and
show-environment.
* 41557: Completion/Unix/Command/_tmux: show-environment,
set-environment: Make -g,-t mutually exclusive.
* 41558: Completion/Unix/Command/_tmux: Complete option names
for show-options and show-window-options.
2017-08-27 Peter Stephenson
* 41608 (plus tests): Src/exec.c, Test/C03traps.ztst: ERR_EXIT
behaviour restored when executing a function in body of else.
2017-08-29 Андрей Стоцкий (_RuRo_)
* 41618: Completion/Unix/Command/_todo.sh: Added some arguments
autocompletion to _todo.sh.
2017-08-29 Oliver Kiddle
* 41617: Completion/Linux/Command/_tracepath: complete new options
* 41616: Completion/Unix/Command/_entr: update options to 3.8
* unposted: Completion/Unix/Type/_bpf_filters:
add missing #autoload directive
2017-08-28 Daniel Shahaf
* unposted: Config/version.mk: Post-release version bump.
2017-08-27 Peter Stephenson
* unposted: Config/version.mk: 5.4.2.
2017-08-25 Peter Stephenson
* 41599: README, Etc/FAQ.yo: updates for 5.4.2.
2017-08-25 William da Silva
* 41602 (tweaked): Completion/Unix/Command/_gpg: Improve wording
in gpg completion.
2017-08-25 Oliver Kiddle
* 41601: Completion/Unix/Command/_arp,
Completion/Unix/Command/_route: handle system differences
in arp completion and add function for route
* 41600: Completion/Unix/Command/_mpc: fix quoting of
songs for completion and avoid sending errors to stderr
* 41598: Completion/Unix/Command/_w,
Completion/Unix/Command/_who: new who and w completions
2017-08-24 Peter Stephenson
* 41590 (modified as per 41595): README, Doc/Zsh/options.yo,
Src/exec.c, Src/init.c, Src/loop.c, Src/signals.c, Src/zsh.h,
Test/E01options.ztst: make ERR_RETURN work within each function
context, leaving ERR_EXIT global.
2017-08-22 Daniel Shahaf
* 41565: Functions/VCS_Info/VCS_INFO_patch2subject: vcs_info
patch2subject: Support `svn log -r N --diff` output.
2017-08-18 Oliver Kiddle
* 41568: Completion/Unix/Command/_vmstat: handle vmstat options
on NetBSD and Solaris and add some exclusion lists
* 41563: Completion/Base/Utility/_regex_words: fix completion
description alignment with _regex_words
* 41562: Completion/BSD/Command/_rcctl: correct completed word
* 41561: Completion/Unix/Command/_dhclient: handle Free/OpenBSD
and bring options up-to-date for the ISC implementation
* 41560: Completion/Unix/Command/_chsh: cleanup chsh completion
for different platforms
2017-08-16 Oliver Kiddle
* Tomasz Pala: users/22834: Completion/Linux/Command/_modutils:
fix irritating bug in file glob for Linux kernel modules
* Tomasz Pala: users/22834: Completion/Unix/Command/_ip:
allow completion after -c and a few other new options
* 41556: Completion/Solaris/Command/_snoop
Completion/Unix/Command/_ngrep, Completion/Unix/Command/_tcpdump,
Completion/Unix/Type/_bpf_filters: complete BPF (libpcap) filters
* 41552: Completion/Unix/Command/_git: complete only branches
after git worktree add --detach because the --detach is
superfluous for other commits
2017-08-15 Peter Stephenson
* posted twice but has not shown up: Src/exec.c, Src/zsh.h:
record file desriptors that remain open to save ones in the
range 0 to 9 in fdtable and close them on forking.
2017-08-14 Peter Stephenson
* Phil: 4152: Src/Modules/pcre.c, Test/V07pcre.ztst: fix big
with uninititialised memory in logic for extracting matched
parentheses.
2017-08-11 Peter Stephenson
* Phil: 41527 (tweak to use heap memory): Src/module.c,
Test/V07pcre.ztst: fix [[ ... ]]] conditions passed to modules.
2017-08-09 Peter Stephenson
* unposted: README: 5.4,1 typo fixed.
* 41504: Src/lex.c, Src/parse.c, Test/A01grammar.ztst: make
empty strings work in case patterns with no opening
parenthesis.
2017-08-08 Peter Stephenson
* unposted: Config/version.mk: update to 5.4.1-dev-0.
* unposted: Config/verson.mk, README, Etc/FAQ.yo: update to version
5.4.1.
* unposted: back off 41499 as it has side effects which, while
perfectly logical, are not what POSIX expects.
2017-08-08 Peter Stephenson
* 41510: Doc/Zsh/params.yo: update doc for $ZSH_PATCHLEVEL.
2017-08-08 Daniel Shahaf
* 41481: Completion/Unix/Command/_df,
Completion/Unix/Command/_mount, Completion/Unix/Type/_umountable:
_df: Complete mounted device and mount points.
* 41486: Completion/Unix/Command/_tmux: Correct completions of
new-window, split-window, respawn-window, respawn-pane.
* unposted: Config/version.mk: Post-release version number bump
to 5.4-dev-0.
2017-08-07 Peter Stephenson
* unposted: version 5.4.
* 41499 (with one further tweak): Src/utils.c,
Doc/Zsh/options.yo, Test/E01options.ztst: With POSIX_STRINGS
ignore terminating separator when splitting.
2017-08-07 Peter Stephenson
* Anthony: 41500: Doc/Zsh/mod_zutil.yo: document '-' to end
zparseopts options.
2017-08-05 Oliver Kiddle
* 41493: Completion/Unix/Command/_git: fix to not print hash
into terminal and update options for git 2.14
* 41492: Completion/BSD/Command/_gstat,
Completion/Unix/Command/_flex, Completion/Unix/Command/_sqlite,
Completion/Unix/Command/_sudo: update options in completions
2017-08-03 Peter Stephenson
* 41485: Test/A03quoting.ztst: test for previous fix.
* Martijn: 41484: Src/utils.c: ${(q+)...} didn't properly
quote backslashes.
2017-08-02 Daniel Shahaf
* 41479: Completion/Unix/Command/_xz: Complete compressed,
rather than uncompressed, files after -d.
* 41475: Completion/Unix/Command/_git: Complete files after
'reset' when there are no commits, when the 'verbose' style
is set.
2017-08-01 Peter Stephenson
* 41470: Doc/Zsh/builtins.yo: note that 41464 stops exec finding
other precommand modifiers with POSIX_BUILTINS (for now, at
least).
2017-08-01 Daniel Shahaf
* 41474: Completion/Debian/Command/_pbuilder,
Completion/Debian/Type/_deb_codenames: Fix pbuilder's
--distribution,--architecture completion.
2017-07-31 Peter Stephenson
* unposted: Config/version.mk: test release 5.3.1-test-2.
2017-07-31 Daniel Shahaf
* unposted: Completion/Unix/Command/_git: Fix style lookup for
'max-verbose'.
2017-07-29 Barton E. Schaefer
* 41472: Doc/Zsh/contrib.yo, Functions/Prompts/prompt_bart_setup,
Functions/Prompts/prompt_default_setup,
Functions/Prompts/prompt_off_setup,
Functions/Prompts/prompt_restore_setup,
Functions/Prompts/promptinit: introduce cleanup hooks default and
restore special themes, and update documentation
2017-07-29 Peter Stephenson
* unposted: Etc/FAQ.yo, NEWS, README: update in preparation for
5.4 release.
2017-07-28 Daniel Shahaf
* 41467: Completion/Unix/Command/_tmux,
Completion/Unix/Type/_cmdambivalent, Doc/Zsh/compsys.yo:
Correct completion of 'tmux new '.
* 41471 (tweaked): Completion/Unix/Command/_subversion: _svn:
Complete propvals in 'propset'.
* 41458: Completion/Unix/Command/_subversion: Don't cache an
empty commands list when svn is not available at the first
invocation of _svn.
2017-07-26 Peter Stephenson
* 41464, 41466 (modified): Doc/Zsh/builtins.yo,
Doc/Zsh/options.yo, Src/exec.c, Test/E01options.ztst:
POSIX_BUILTINS stops "exec" finding builtins or shell
functions. Document existing behaviour.
* Jim: 41461: Doc/Zsh/seealso.yo: complete list of zsh manual
pages in introduction.
2017-07-20 Peter Stephenson
* 41433: Doc/Zsh/expn.yo: Further clarification about expansion
processing.
2017-07-17 Peter Stephenson
* 41429: Doc/Zsh/expn.yo: Better documentation of how stages of
expansion fit together.
2017-07-15 Oliver Kiddle