2014-09-23 Peter Stephenson
* unposted: Completion/Unix/Command/_dvi: add dvipdf to list of
commands.
* Richard Hartmann: 33218: Completion/X/Command/_mplayer:
complete m4a files.
2014-09-22 Oliver Kiddle
* 33198: Completion/Unix/Command/_augeas: new augtool completion
* users/19113: Completion/Linux/_cryptsetup: reorganised function
2014-09-22 Daniel Hahler
* 33217: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
vcs_info: use `--ignore-submodules=dirty` with diff/diff-index
2014-09-22 Peter Stephenson
* 33208: Tanu Kaskinen: improve printing of paths at end of
configuration.
2014-09-20 Peter Stephenson
* 33214 (modified yet further): configure.ac: test prefixes better.
* 33213: configure.ac, Config/defs.mk.in: try again.
* 33212: Src/zsh.mdd: Src/init.c, Src/zsh.mdd, configure.ac: add
/usr/local/share/zsh/site-functions to head of fpath if not
present in configurable. Not configurable as serves as fallback
only if no handling /etc/zshenv.
* Tanu Kaskinen: 33209: Doc/Makefile.in: don't fail
catastrophically when builing zsh.texi if yodl isn't available.
2014-09-19 Barton E. Schaefer
* 33206: Doc/Zsh/mod_computil.yo: fix compdescribe doc
* 33205: Completion/Base/Utility/_describe: if passed both an
array of completions and an array of display strings, keep them
in sync when filtering for matches.
2014-09-18 Peter Stephenson
* users/19097: Doc/Zsh/mod_parameter.yo,
Src/Modules/parameter.c: remove functypetrace and instead add
cross-reference to zsh_eval_context.
2014-09-16 Marc Finet
* 33188: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
vcs_info git: set rrn before using it
* 33184: Doc/Zsh/contrib.yo,
Functions/VCS_Info/Backends/VCS_INFO_get_data_git: vcs_info git:
consider patches for rebase
2014-09-16 Mikael Magnusson
* 33136: Doc/Zsh/expn.yo, Src/glob.c: P glob qualifier appends
words when negated.
* 33137: Completion/Unix/Type/_path_files: complete # to introduce
a glob flag
2014-09-14 Marc Finet
* 33149: Misc/vcs_info-examples: vcs_info examples: fix typo
* 33151: Completion/Unix/Command/_git: completion git: support
aliases when \n exist
* 33147: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
vcs_info git: detect revert or cherry-pick with multiple commits
* 33148: Functions/VCS_Info/VCS_INFO_quilt: vcs_info quilt:
refactor standalone detection
* 33145: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
vcs_info git: fix applied-string name
* 33150: Completion/Unix/Command/_git: completion git: fix
send-email --confirm values
2014-09-12 Barton E. Schaefer
* 33143: Src/init.c: POSIX_ARGZERO more closely matches bash et al.
2014-09-12 Peter Stephenson
* users/19075: Doc/Zsh/mod_parameter.yo,
Src/Modules/parameter.c: $functypestack gives "function",
"source" or "eval" for parallel element of $funcstack.
2014-09-09 Peter Stephenson
* Eric Cook: 33132: Completion/Unix/Type/_net_interfaces: use ip
on Linux to get interface names.
2014-09-08 Peter Stephenson
* users/19059 based on users/19058 (Paulo César Pereira de
Andrade): Src/pattern.c, Test/D02glob.ztst: remove inefficiency
with multiple "*"s in pattern matching and add test.
2014-09-07 Barton E. Schaefer
* 33122: Src/Modules/pcre.c, Test/V07pcre.ztst: typo from 32891
caused incorrect matches for pcre_match -n
2014-09-06 Barton E. Schaefer
* 33118: Src/subst.c: record original param unset state when
${name:#word} et al. need to treat empty the same as unset, to
avoid incorrect NO_UNSET error
* 33116: Src/hist.c: followup to 32580 to prevent double-locking
with shared or incremental history
* unposted: Doc/Zsh/expn.yo: clarify ${(~j.|.)array} example
2014-08-21 Mikael Magnusson
* 33061: Completion/Zsh/Command/_setopt,
Completion/Zsh/Command/_unsetopt: More useful setopt / unsetopt
completion.
2014-09-04 Peter Stephenson
* 33110: Doc/Zsh/expn.yo: document use of $IFS[1] for variable
padding.
2014-09-04 Peter Stephenson
* Alexandre Rames: 33108: Completion/Unix/Command/_stgit:
--patch completion.
* 33091: Doc/Zsh/builtins.yo: improve documentation for ttyctl.
2014-09-03 Barton E. Schaefer
* 33100: Src/exec.c: check $fd more rigorously in "exec {fd}<&-"
* 33088: Completion/Base/Widget/_complete_debug: indentation in $PS4
2014-09-01 Peter Stephenson
* Mark Oteiza: 33081: Completion/Unix/Type/_mime_types: suppress
error message if unnecessary file not found.
2014-08-31 Barton E. Schaefer
* unposted: Test/A05execution.ztst: further tweaking of the
descriptor leak regression test that sometimes hangs
* 33077: Src/exec.c: SHTTY = -1 when closing it in closem()
2014-08-30 Barton E. Schaefer
* 33070: Doc/Zsh/prompt.yo, Src/prompt.c: add %(e..) based on %e
* 33069: Completion/Base/Completer/_expand_alias: remove internal
quoting before looking up aliases when expanding aliases in an
unquoted word
2014-08-29 Peter Stephenson
* 33057: Doc/Zsh/prompt.yo, Src/prompt.c: %e in prompts shows
evaluation / execution depth.
2014-08-28 Peter Stephenson
* 33062: Etc/zsh-development-guide: update note on use of
.distfiles based on 33047.
* unposted: Config/version.mk: update to 5.0.6-dev-0 for new
commits post release.
* unposted: Config/version.mk: 5.0.6.
2014-08-24 Peter Stephenson
* unposted: Config/version.mk: 5.0.5-dev-3.
2014-08-24 Barton E. Schaefer
* unposted (see 33050): Completion/Unix/Command/_git: un-transpose
help text for git merge -{-no,}-verify
2014-08-23 Peter Stephenson
* 33047: .distfiles, Completion/.distfiles,
Completion/AIX/.distfiles, Completion/AIX/Command/.distfiles,
Completion/AIX/Type/.distfiles, Completion/BSD/.distfiles,
Completion/BSD/Command/.distfiles, Completion/Base/.distfiles,
Completion/Base/Completer/.distfiles,
Completion/Base/Core/.distfiles,
Completion/Base/Utility/.distfiles,
Completion/Base/Widget/.distfiles,
Completion/Cygwin/Command/.distfiles,
Completion/Darwin/Command/.distfiles,
Completion/Darwin/Type/.distfiles, Completion/Debian/.distfiles,
Completion/Debian/Command/.distfiles,
Completion/Debian/Type/.distfiles,
Completion/Linux/Command/.distfiles,
Completion/Linux/Type/.distfiles,
Completion/Mandriva/.distfiles,
Completion/Mandriva/Command/.distfiles,
Completion/Redhat/.distfiles,
Completion/Redhat/Command/.distfiles,
Completion/Solaris/Command/.distfiles,
Completion/Solaris/Type/.distfiles, Completion/Unix/.distfiles,
Completion/Unix/Command/.distfiles,
Completion/Unix/Type/.distfiles, Completion/X/.distfiles,
Completion/X/Command/.distfiles, Completion/X/Type/.distfiles,
Completion/X/Utility/.distfiles, Completion/Zsh/.distfiles,
Completion/Zsh/Command/.distfiles,
Completion/Zsh/Context/.distfiles,
Completion/Zsh/Function/.distfiles,
Completion/Zsh/Type/.distfiles,
Completion/openSUSE/Command/.distfiles, Config/.distfiles,
Doc/.distfiles,Doc/Zsh/.distfiles, Doc/help/.distfiles,
Etc/.distfiles, Functions/.distfiles,
Functions/Calendar/.distfiles, Functions/Chpwd/.distfiles,
Functions/Compctl/.distfiles, Functions/Example/.distfiles,
Functions/Exceptions/.distfiles, Functions/MIME/.distfiles,
Functions/Misc/.distfiles, Functions/Newuser/.distfiles,
Functions/Prompts/.distfiles, Functions/TCP/.distfiles,
Functions/VCS_Info/.distfiles,
Functions/VCS_Info/Backends/.distfiles,
Functions/Zftp/.distfiles, Functions/Zle/.distfiles,
Misc/.distfiles, Scripts/.distfiles, Src/.distfiles,
Src/Builtins/.distfiles, Src/Modules/.distfiles,
Src/Zle/.distfiles, StartupFiles/.distfiles, Test/.distfiles,
Util/.distfiles, Util/mkdisttree.sh: Files controlled by git
are part of the source distribution unless explicitly included
in DISTFILES_NOT. The .distfiles file is still needed for
the directory to be processed.
* unposted: Etc/.gitignore: ignore generated FAQ*.html files.
2014-08-23 Barton E. Schaefer
* 33046: Completion/Unix/Command/.distfiles,
Completion/Unix/Command/_chsh, Completion/Unix/Type/_users: new
completion for "chsh"
2014-08-22 Barton E. Schaefer
* 33042: NEWS, Src/jobs.c: $? and $pipestatus report 128+signal
number for stopped jobs as well as terminated jobs
2014-08-21 Mikael Magnusson
* 33038: Src/glob.c: Fix {a..b} expansion hanging when either
endpoint is a literal NUL character
2014-08-20 Barton E. Schaefer
* Lokesh Mandvekar: 33032: Completion/Linux/Command/_docker,
Completion/Linux/Command/.distfiles: new completion for docker
2014-08-15 Barton E. Schaefer
* unposted (see 33006): Test/A05execution.ztst: timeout the final
"read" in hung shell regression
* 33012: Src/utils.c: add an error return value (-1) to xsymlinks()
to differentiate when xbuf is set to the empty string; silences
bogus warning about failed expansion
2014-08-14 Oliver Kiddle
* 32998: Completion/Unix/Command/_dsh, Completion/Unix/Command/_nm,
Completion/Unix/Command/_mosh, Completion/Unix/Command/_rsync,
Completion/Unix/Command/_wget: completion function updates
* 32997: Completion/Base/Utility/_sequence, Doc/Zsh/compsys.yo,
Completion/Unix/Command/_mount, Completion/Unix/Command/_nmap,
Completion/Unix/Command/_pgrep, Completion/Unix/Command/_zip:
add completion utility function for lists
2014-08-14 Peter Stephenson
* 33002: Doc/Zsh/tcpsys.yo, Functions/TCP/tcp_expect: add option
-P to tcp_expect for tagging matches with a string rather than
a parameter index.
2014-08-13 Oliver Kiddle
* 32925: Completion/Zsh/Command/_kill: complete process groups,
partly as a way to suppress insertion of ambiguous PID prefix
* 32893: Completion/Unix/Type/_pids: move use of _call_program
inside the _tags loop to allow processes to be separated
2014-08-12 Peter Stephenson
* Config/version.mk: update to 5.0.5-dev-2.
2014-08-12 Mikael Magnusson
* 32985: NEWS: Add NEWS entry for array zipping operators.
2014-08-12 Peter Stephenson
* Axel Beckert: 32975, 32984: Doc/Zsh/Makefile.in: texi2html.conf
location was inconsistent when building out of tree.
2014-08-10 Peter Stephenson
* unposted: Completion/Base/Completer/.distfiles,
Completion/Linux/Command/.distfiles,
Completion/Unix/Command/.distfiles, Config/version.mk,
Etc/.distfiles, Etc/FAQ.yo, Functions/Zle/.distfiles, NEWS,
README: updates for 5.0.5-dev-1 and 5.0.6 release.
2014-08-10 Axel Beckert
* unposted: Doc/Zsh/expn.yo: Fix typo.
2014-08-08 Barton E. Schaefer
* unposted: NEWS, Doc/Zsh/prompt.yo: mention 32971 in NEWS,
clarify RPROMPT behavior in docs.
2014-08-07 Barton E. Schaefer
* 32971 (plus doc tweak): Doc/Zsh/prompt.yo, Src/prompt.c:
negative argument with %(l..) conditional and with %<< or %>>
truncation calculates space available before right margin
(positive argument still counts space used since left margin).
2014-08-06 Peter Stephenson
* unposted, see 32968: Completion/openSUSE/Command/.distfiles
Completion/openSUSE/Command/_SuSEconfig ->
Completion/openSUSE/Command/_SUSEconfig: rename file.
2014-08-04 Barton E. Schaefer
* Miles Ohlrich: 32958: Src/Zle/compctl.c: bitwise logic fix
2014-08-04 Peter Stephenson
* 32954: Doc/Zsh/expn.yo: missed this.
* 32954 (plus new test): Src/cond.c, Test/D02glob.ztst:
(#q) on patterns with [[ ... = ... ] and [[ ... != ... ]]
shouldn't force a glob, it should simply be ignored.
* unposted: Src/subst.c: remove unused variables.
2014-08-04 Mikael Magnusson
* 32949 (wip 32928, 32937): Doc/Zsh/expn.yo, Src/subst.c,
Test/D04parameter.ztst: Add :^ and :^^ for zipping arrays.
2014-08-03 Peter Stephenson
* 32944: Doc/Zsh/builtins.yo: read -qs is handled properly.
* users/19006: Doc/Zsh/expn.yo: document position of
RC_EXPAND_PARAM handling during parameter substitution.
2014-08-01 Peter Stephenson
* 32932: Src/glob.c, Src/utils.c: add hmkarray() and
use to fix leak.
2014-07-31 Barton E. Schaefer
* 32931: Src/glob.c: with NO_NOMATCH, using a subscript glob
qualifier on a not-matching pattern should still return the
original pattern
2014-07-30 Peter Stephenson
* unposted: Src/Builtins/sched.c, Src/Modules/datetime.c,
Src/Modules/stat.c: missed updates to ztrftime().
* 32919: Doc/Zsh/tcpsys.yo Functions/TCP/tcp_output: %P
at start of prompt in TCP function system causes standard
%-style substitution.
* 32918: Doc/Zsh/prompt.yo, Src/builtin.c,Src/prompt.c,
Src/utils.c, Src/watch.c: add ability to display times with
fractions of a second in prompts.
2014-07-28 Barton E. Schaefer
* 32593: Completion/Unix/Command/_qemu: update --vga option
2014-07-26 Axel Beckert
* Omari Norman: 32817: Add completion for moosic.
* Sebastian Ramacher: 32816: Add completion for bpython and
variants.
* 32911: Expand bpython completion to bpython2 and bpython3.
2014-07-26 Barton E. Schaefer
* 32910: Src/mkmakemod.sh: quiet update of timestamp files
2014-07-24 Barton E. Schaefer
* 32853: configure.ac, Src/mem.c, Src/zsh_system.h: redefine
the VARARR() macro to use heap rather than stack allocation;
enable old behavior via "configure --with-stack-allocation"
* unposted (see 32892): Src/builtins.c: 'fc -I' is an error
* 32903: Src/Modules/parameter.c: new empty (unset) elements in
the special parameter hash tables are special themselves, so that
adding elements via assignment syntax handles them correctly.
2014-07-24 Peter Stephenson
* unposted: Functions/Zle/replace-argument, Doc/Zsh/contrib.yo:
allow negative numeric prefix to count backwards from last
argument.
2014-07-23 Peter Stephenson
* Jai Keerthan: users/18981: Completion/Unix/Command/_tmux:
improved function completion.
2014-07-23 Barton E. Schaefer
* 32898 (credit Jun T.): Doc/Zsh/mod_pcre.yo: fix bug in 32891.
2014-07-23 Ansgar Burchardt
* 32895: Completion/Unix/Command/_nm: Match more shared library
names.
2014-07-20 Barton E. Schaefer
* unposted: Doc/Zsh/builtins.yo: force retention of whitespace
in "fc" item prototype
* 32891: Doc/Zsh/mod_pcre.yo Src/Modules/pcre.c: the CASE_MATCH
option should apply to =~ when using pcre; fix pcre_match bug
with handling of empty string argument.
2014-07-17 Barton E. Schaefer
* 32882 (cf. Augie Fackler 32879): Src/hist.c: restore correct
reload of backslash-continuation lines from history, broken by
workers/30443 just before the zsh 5.0.0 release; fix bad history
write of events ending with an even number of backslashes.
2014-07-17 Oliver Kiddle
* 32849: Completion/Linux/Command/_ss: new completion function
* 32848: Completion/Unix/Command/_perl,
Completion/Unix/Command/_python, Completion/Unix/Command/_ruby:
fix words array before using _normal for script arguments
2014-07-17 Peter Stephenson
* 32866 (plus extra undo fix in read-from-minibuffer):
Doc/Zsh/contrib.yo, Functions/Zle/read-from-minibuffer,
Functions/Zle/replace-argument: new replace-argument function;
fixes in read-from-minibuffer not to pass through numeric
argument to recursive edit and to hide minibuffer edit from
undo history.
2014-07-15 Peter Stephenson
* Koen Wilde: 32863: Completion/Unix/Command/_mpc: mpc "insert"
command.
2014-07-08 Peter Stephenson
* Dominic Hopf: 32837: Config/defs.mk.in: improve handling of
installation location for help directories.
* 32832: Doc/Zsh/grammar.yo Doc/Zsh/params.yo: attempt to
improve documentation for how assignment works.
2014-07-03 Axel Beckert
* Felipe Sateler: 32819: Completion/Debian/Command/_axi-cache:
Update for axi-cache completion.
* Vincent Lefevre: 32818: Completion/Unix/Command/_gzip:
--rsyncable option is missing
* Daniel Bolton: 32815: Completion/Debian/Command/_aptitude:
missing resolver options
* Sebastian Ramacher: 32814: Completion/Debian/Command/_dpkg:
Add --add-architecture, --remove-architecture, and
--print-foreign-architectures options.
2014-07-03 Mikael Magnusson
* 32821: Completion/Unix/Command/_gcc: Update _gcc as of GCC
4.8.3 for generic options and x86.
2014-07-03 Peter Stephenson
* Jun T: 32833: Completion/Unix/Command/_python,
Completion/Unix/Command/_ruby: complete file arguments as for
perl.
2014-06-30 Peter Stephenson
* Jun T: 32823: Completion/Unix/Command/_perl: complete file
instead of script after -e.
2014-06-26 Peter Stephenson
* Jun T: 32812: Doc/zsh.yo, Doc/ztexi.yo: put table of contents
at front of manual.
2014-06-26 Peter Stephenson
* 32799: Doc/Zsh/builtins.yo, Src/Builtins/rlimits.c: resource
NTHR is not properly handled on netBSD.
2014-06-24 Peter Stephenson
* 32789: Src/lex.c Src/mem.c Src/zsh_system.h configure.ac:
--enable-zsh-valgrind allows valgrind to analyse heap
allocations.
2014-06-16 Peter Stephenson
* Jun T: 32781: Doc/Zsh/options.yo: source builtin and path
search doc.
2014-06-14 Jun T
* 32779: Doc/Zsh/options.yo: fix a typo in options.yo
2014-06-13 Peter Stephenson
* 32768, with further modifications: Doc/Zsh/options.yo,
Src/exec.c, Src/options.c, Src/zsh.h, Test/E01options.ztst,
Test/ztst.zsh: LOCAL_LOOPS option to restrict effect of
continue and break in function scope.
* 32666: Doc/Zsh/compat.yo: shell emulation based on executable
name incompletely documented.
2014-06-11 Barton E. Schaefer
* Jun T: 32767: Src/glob.c: another spot to tweak bracechardots()
2014-06-10 Barton E. Schaefer
* 32766: Src/glob.c: bracechardots() agrees with xpandbraces()
about what constitutes a {C1..C2} pattern, thus preventing crash
* Jun T: 32765: Src/glob.c: fix build when not MULTIBYTE_SUPPORT
2014-06-09 Peter Stephenson
* Jun T: 32755: Doc/Zsh/grammar.yo: move line that was in the
wrong place.
2014-06-07 Barton E. Schaefer
* Nikolas Garofil: 32737: Src/utils.c: properly ifdef declarations
* Nikolas Garofil: 32736 (tweak per 32741): Src/zsh_system.h:
memmove() should return its dest argument
* Nikolas Garofil: 32735: Src/signals.c: define ret before use
* Nikolas Garofil: 32734: Src/mem.c: remove unused pointers
* Nikolas Garofil: 32733: Src/prototypes.h: use size_t in bcopy()
* Nikolas Garofil: 32732 (tweak per 32739): Src/compat.c: fix
const declaration inconsistency
2014-06-06 Peter Stephenson
* Jun T: 32719: Doc/Zsh/contrib.yo: minor issues.
* Jun T: 32715: Doc/Zsh/calsys.yo, Doc/Zsh/grammar.yo,
Doc/Zsh/zle.yo: formatting fixes.
* 32682 with tweaks: Doc/Zsh/options.yo, Src/hist.c,
Src/options.c, Src/zsh.h: INC_APPEND_HISTORY_TIME is new
behaviour, with INC_APPEND_HISTORY reverting to its previous
behaviour.
* Andrew Magee: 32698: Completion/Unix/Command/_hg: show
committable files.
2014-06-05 Barton E. Schaefer
* 32723: Src/glob.c: add braces around some if/else branches
* 32716 (via Jun T. 31714): Src/utils.c: properly test iconv
return values for error conditions
2014-06-04 Barton E. Schaefer
* 32711: Test/A07control.ztst: run "continue" test in a new
shell, lest it inadvertently continue the loop that reads the
test chunks from this file
* Daniel Shahaf: 32708: Doc/Zsh/expn.yo, Src/glob.c,
Test/D02glob.ztst: glob qualifier (Y) implies (oN), plus
incidental patch to avoid adding a meaningless bitvalue to
sort-order flags
2014-06-03 Barton E. Schaefer
* Daniel Shahaf: 32694: Completion/Zsh/Type/_globquals,
Doc/Zsh/expn.yo, Src/glob.c, Test/D02glob.ztst: the number
of matches to find is the suffix argument of (Y) qualifier
2014-06-03 Peter Stephenson
* Jun T: 32681: Doc/Zsh/zle.yo: formatting issue.
2014-06-03 Peter Stephenson
* unposted: Src/cond.c: restore cond_match() in case used in
modules.
2014-06-02 Barton E. Schaefer
* 32656 (via Jun T. via waltarix on github): when __APPLE__ is
defined at compile, normalize Unicode filenames in zreaddir()
2014-06-02 Peter Stephenson
* Daniel Shahaf: users/18870: Src/glob.c, Test/D02glob.ztst:
glob scanner needed some coaxing with counting matches with (Y)
glob qualifier.
2014-06-02 Daniel Shahaf
* 32662: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
vcs_info git: Fix stagedstr for empty repos
2014-06-01 Barton E. Schaefer
* 32653: Completion/Unix/Command/_php: complete files with the
".phar" extension as well as ".php", and respect the suffixes
zstyle to change this
* 32634 (plus doc): Doc/Zsh/options.yo, Doc/Zsh/params.yo,
Src/init.c, Src/options.c, Src/params.c, Src/zsh.h: add the
POSIX_ARGZERO option to allow toggling between the original
value of $0 and the value set by FUNCTION_ARGZERO
* Daniel Shahaf: users/18857: Doc/Zsh/expn.yo, Src/glob.c,
Test/D02glob.ztst: add (Y) glob qualifier
2014-06-01 Peter Stephenson
* 32640: Doc/Zsh/cond.yo, Doc/Zsh/expn.yo, NEWS, Src/cond.c,
Src/glob.c, Test/D02glob.ztst: (#q) with EXTENDED_GLOB forces
globbing in [[ ... ]].
2014-05-29 Peter Stephenson
* 32624: Src/builtin.c, Src/jobs.c: use correct scaling factor
(clock ticks) for times.
* Keerthan Jai: users/18860: Completion/Unix/Command/_man: man
-M overrides manpath.
* unposted: Src/params.c: use DIGBUFSIZE for pipestatus numeric
buffer.
2014-05-29 Daniel Shahaf
* 32619: Functions/VCS_Info/Backends/VCS_INFO_get_data_svn:
vcs_info svn: Use the revision of cwd
* 32621: Functions/VCS_Info/Backends/VCS_INFO_get_data_svn:
vcs_info svn: 'Fix set-branch-format' when in subdirs
* 32620: Doc/Zsh/contrib.yo: Typo fix after commit eb4c70d
2014-05-18 Peter Stephenson
* Jun T: 32616: Src/Builtins/rlimits.c: unnecessary printf
argument in limits on some systems.
2014-05-16 Peter Stephenson
* Roman Neuhauser: users/18827 (plus tweaks to original
comments): Doc/Zsh/contrib.yo: more efficient way of extracting
hg bookmarks.
2014-05-13 Barton E. Schaefer
* 32609: Src/parse.c, Test/CO2cond.ztst: [[ $var ]] behaves as
[[ -n $var ]] for bash/ksh compatibility; restore ksh [ -t ]
compatibility when POSIX_BUILTINS is not set; allow operators
defined by modules to be called with no arguments, although
this affects only runtime interpretation, not parsing.
2014-05-09 Peter Stephenson
* Eric Cook: 32602: Doc/Zsh/grammar.yo: status of try + always
block is from the former, not the latter.
2014-05-08 Peter Stephenson
* m0viefreak: 32600: Src/Zle/computil.c: fix problem with
_arguments thinking -- is a single letter option called '-',
which it isn't.
2014-05-06 Daniel Shahaf
* 32597: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
vcs_info git: Describe detached heads symbolically.
2014-04-29 Peter Stephenson
* Tomoki Sekiyama: 32592: add CORRECT_IGNORE_FILE variable.
2014-04-23 Peter Stephenson
* Sebastien Alaiwan: 32562: Completion/Unix/Command/_bzr:
updates for bzr completion.
* Jasper Lievisse Adriaanse: 32558: configure.ac:
_XOPEN_SOURCE_EXTENDED now works OK on OpenBSD.
2014-04-25 Barton E. Schaefer
* 32580: Src/hist.c: avoid indefinite wait in lockhistfile() by
checking for lock file time stamp far in the future relative to
the local clock. Change behavior of HIST_FCNTL_LOCK to use only
fcntl() locking, rather than applying both kinds of lock.
2014-04-20 Barton E. Schaefer
* 32569: Src/loop.c: lastval ($?) should not be reset between
word list substitution and loop body execution in for/select.
* 32568: Src/exec.c, Src/loop.c: consistency in handling of errflag
condition during substitutions in for/select word lists, function
definition name position, and anonymous function argument lists.
2014-04-17 Barton E. Schaefer
* Andrew Waldron: 32552 (updated by 32560): Src/exec.c,
Src/parse.c, Src/subst.c, Test/C04funcdef.ztst: fix segfault
when using process substitution in anonymous function argument
list; disallow process substitution in function name position.
2014-04-15 Barton E. Schaefer
* Jun T: 32546: Completion/Unix/Type/_path_files: better handling
of ignored files when using -W to specify prefixes.
2014-04-13 Barton E. Schaefer
* 32540: Src/Zle/zle_tricky.c, Src/Zle/zle_utils.c: following
successful history expansion, discard saved line position data
rather than restoring from it (updates 32531).
2014-04-07 Peter Stephenson
* 32527: Doc/Zsh/contrib.yo, Functions/Misc/zcalc,
Functions/Zle/zcalc-auto-insert: zcalc-auto-insert widget
for key binding in zcalc.
2014-04-06 Barton E. Schaefer
* unposted: Doc/Zsh/options.yo: fix typo in option cross-reference
* 32531: Src/Zle/zle_refresh.c, Src/Zle/zle_tricky.c, Src/hist.c:
fix memory leaks detected by valgrind, two in ZLE region highlight
and one in :A history modifier.
2014-04-06 Peter Stephenson
* Sebastian Ramacher: 32533: Completion/Debian/Command/_apt: add
completion for "apt-mark".
* Alessandro Ghedini: 32532: Completion/Debian/Command/_apt:
support 'apt' command.
* 32530: llua: Completion/Unix/Command/_zfs: repeatable -o
argument.
* 32521: Doc/Zsh/params.yo: document that LOGNAME comes
from getlogin().
2014-04-05 Daniel Shahaf
* 32528: Completion/Zsh/Command/_zstyle, Doc/Zsh/contrib.yo,
Functions/VCS_Info/Backends/VCS_INFO_get_data_git,
Misc/vcs_info-examples: vcs_info: Add check-for-staged-changes
* 32528: Doc/Zsh/contrib.yo: vcs_info: Document 'post-backend'
hook and bzr 'check-for-changes' support.
2014-03-28 Peter Stephenson
* Danek Duvall: 32505: Completion/Unix/Command/_pgrep: improved
Solaris compatibility for pgrep completion.
2014-03-23 Barton E. Schaefer
* m0viefreak: users/18660: Src/Zle/compresult.c,
Src/Zle/zle_misc.c, Src/Zle/zle_refresh.c: fix auto-removable
suffix highlighting
* m0viefreak: users/18657: Completion/Unix/Command/_git: fix
compadd for auto-removable suffix in _git_stash
* m0viefreak: users/18655: Completion/Unix/Command/_git: fix
compadd for auto-removable suffix in _git_commit_ranges
2014-03-21 Peter Stephenson
* Takeshi Banse: 32502: Completion/Unix/Command/_git: fix typo
in argument list.
2014-03-20 Peter Stephenson
* users/18644: Doc/Zsh/zle.yo: bindkey -s doc should refer to
documentation for argument interpretation.
* Completion/Unix/Command/_perforce: finally, after more than
ten years, complete depots after // in file paths as it always
should have done.
2014-03-18 Barton E. Schaefer
* 32500: Src/pattern.c: handle interrupts during pattern matching
* Jun T: 32497: Test/X02zlevi.ztst, Test/comptest: avoid using
comptesteval in the middle of a series of tests; the change in
control required for sourcing the command file can confuse the
simulated interactive input
2014-03-17 Peter Stephenson
* Jun T: 32494: Doc/zman.yo: Yodl hack to fix indentation
in nroff -man output.
* Jun T: 32493: Doc/Zsh/contrib.yo, Doc/Zsh/mod_pcre.yo,
Doc/Zsh/mod_regex.yo, Doc/Zsh/mod_sched.yo: some formatting
fixes.
2014-03-16 Peter Stephenson
* Mariusz Fik: 32847: Completion/openSUSE/Command/_zypper: new
options.
2014-03-14 Peter Stephenson
* unposted: Doc/Zsh/options.yo: document effect of 32479.
* Jun T: 32482: Doc/zman.yo: fix character translation table
usage with some versions of Yodl.
2014-03-14 Peter Stephenson
* 32479: Src/builtin.c, Src/signals.c: with POSIXTRAPS
never propagate an implicit return from within a trap.
2014-03-13 Peter Stephenson
* Kosuke Asami: 32473: Completion/Unix/Command/_pgrep: tidy up
* Kosuke Asami: 32471: Completion/Unix/Command/_pgrep: handle
BSD process options.
* Kosuke Asami: 32472: Completion/Unix/Command/_pgrep: new options.
2014-03-13 Peter Stephenson
* Jun T: 32480: Src/Zle/zle_vi.c: fix crash in vi mode when too
few previous changes.
2014-03-09 Barton E. Schaefer
* 32468: Src/Modules/zutil.c: save/restore match/mbegin/mend
when doing pattern lookups against zstyle contexts
2014-03-03 Barton E. Schaefer
* users/18550: Doc/Zsh/compsys.yo: matcher-list clarifications
2014-03-03 Simon Ruderich
* 32289: Doc: Add zsh version to footer in HTML documentation.
2014-03-03 Oliver Kiddle
* 32441: Completion/Base/Completer/_extensions, Doc/Zsh/compsys.yo:
add completer for file extensions
* 32450: Src/Zle/zle_hist.c: make get-line set the history
number that was saved with the line
* 32448: Src/Zle/zle_params.c: fix seg fault after recursive-edit
* 32439 (with Yuri D'Elia): Completion/Base/Core/_main_complete:
add new show-ambiguity style
* 32436: Src/Zle/complist.c: allow = to be used in ZLS_COLORS
patterns if it is quoted or inside parentheses
2014-03-01 Peter Stephenson
* 32453: Functions/Misc/zcalc: fix default base handling.
* Manuel Presnitz: 32412 modified c.f. 32415:
Completion/Zsh/Type/_globquals, Doc/Zsh/expn.yo, Src/glob.c,
Src/zsh.h: gigabyte and terabyte units for glob qualifiers.
2014-02-28 Peter Stephenson
* users/18531 plus doc etc.: Doc/Zsh/contrib.yo,
Functions/Zle/.distfiles, Functions/Zle/expand-absolute-path:
new expand-absolute-path ZLE widget.
2014-02-26 Peter Stephenson
* Jun T: 32435: Completion/Base/Core/_description,
Completion/Unix/Command/_rm: improved quoting for ignore-line
style.
2014-02-24 Oliver Kiddle
* unposted: Doc/Zsh/compsys.yo: fix typo
* unposted: Completion/X/Command/_x_utils: duplicate local
statement was printing variable value
* users/18498: Completion/Base/Completer/_expand_alias: observe
add-space style in _expand_alias so suffix can be disabled
* users/18485: Completion/Unix/Command/_git: add .. as an
auto-removable suffix in git revision ranges
2014-02-24 Peter Stephenson
* Hong Xu: 32492: Completion/Unix/Command/_npm: fix outdated
completion.
* Sebastien Alaiwan: 32462: Completion/Unix/Command/_bzr:
improve completion with directory path.
2014-02-23 Barton E. Schaefer
* 32427: Doc/Zsh/zle.yo, Src/Zle/zle_main.c: avoid busy loop
on closed descriptors for "zle -F" handlers. Assure that the
handlers are called on error conditions and document the extra
argument that is passed in the error case.
2014-02-19 Peter Stephenson
* 32414: Src/glob.c: improved error message for missing glob
qualifier delimiters.
2014-02-18 Peter Stephenson
* Eric Cook: 32408: Completion/Linux/Command/_btrfs: additional
completions
* Eric Cook: 32409: Completion/Linux/Command/_btrfs: updated
completion for subcommands.
* Eric Cook: 32411: Completion/Linux/Command/_btrfs: minor typo.
* Eric Cook: 32410: Completion/Linux/Command/_btrfs: remove hard tabs.
* m0viefreak: Util/helpfiles: 32402: prefer col -bx to colcrt.
* m0viefreak: Util/helpfiles: 32405: Util/helpfiles: remove old
example now shell code is integrated in distribution.
* m0viefreak: 32404: Util/helpfiles: use env to find perl.
* m0viefreak: 32403: Doc/Zsh/contrib.yo: update zshcontrib
manual for helpfiles improvements.
2014-02-18 m0viefreak
* 32396: Completion/Unix/Command/_git: _git: fix
__git_committish_range_{first,last} and __git_is_committish_range
* 32395: Completion/Unix/Command/_git: _git: diff: refactor and
fix wrong completions
* 32397: Completion/Unix/Command/_git: _git: fix __git_submodules
to only use the actual name of the submodule
* 32398: Completion/Unix/Command/_git: _git: completion updates up
to latest git v1.9.0
2014-02-17 Barton E. Schaefer
* unposted (users/18468): Doc/Zsh/builtins.yo, Doc/Zsh/params.yo:
document interactions of "fc -R" etc. with "fc -l" and $HISTCMD
2014-02-15 Barton E. Schaefer
* 32389 (with Jun Takimoto): Test/X02zlevi.ztst, Test/comptest:
additional PTY and keybinding adjustments
* 32388: Doc/Zsh/mod_zutil.yo, Src/Modules/zutil.c: zparseopts -K
preserves individual associative array elements
2014-02-14 Oliver Kiddle
* 32361: Src/Zle/zle_tricky.c: don't reset lastline before completion
2014-02-13 Barton E. Schaefer
* 32377: Test/comptest: change keybindings and PTY control for
vi-mode tests to make them more reliable
2014-02-08 Barton E. Schaefer
* 32365: Src/Zle/zle_refresh.c, Src/init.c: another stab at the
heuristic for initializing rprompt_indent
2014-02-07 Peter Stephenson
* Martin Vaeth: 32356: Util/helpfiles: fix a typo.
2014-02-05 Oliver Kiddle
* 32355: Doc/Zsh/zle.yo Test/X02zlevi.ztst Test/comptest: document
and test vi mode undo changes
* 32342: Src/Zle/zle_main.c, Src/Zle/zle_vi.c: fix overstrike for vi
mode and use varying vi commands at line start
* 32334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based on
Jun T: 32324, 32330), 32347, Jun T: 32344, 32349: Src/Zle/iwidgets.list,
Src/Zle/zle_main.c, Src/Zle/zle_utils.c, Src/Zle/zle_vi.c
add split-undo zle widget for configurable breaks in undo sequence
2014-02-02 Barton E. Schaefer
* unposted: Doc/Zsh/builtins.yo, Doc/Zsh/expn.yo,
Doc/Zsh/roadmap.yo: tweak index markers and related whitespace
to make appearance consistent with other pages
* 32341: Src/init.c: guess at best ZLE_RPROMPT_INDENT based on
termcap/terminfo description
* unposted: Src/Zle/zle_tricky.c: whitespace in comment
* 32340: Src/init.c, Src/Zle/compctl.c: add specifics to error
messages explaining failure of "read -c" / "read -l".
* 32338: Doc/Makefile.in: create Doc/help.txt as an empty file
when Util/helpfiles fails, so that the rest of the build does not
yeild a spurious error
* 32337: Src/params.c: initialize several special parameters to
unset for better compatibility in emulation modes; for the same
reason, remove the readonly flag from $_
2014-01-31 Oliver Kiddle
* 32314: Src/Zle/zle_main.c, Src/Zle/zle_tricky.c,
Src/Zle/zle_utils.c, Src/Zle/zle_vi.c: merge undo events
corresponding to vi change in the vi-cmd-mode widget so undo from
insert mode is useful again
2014-01-30 Barton E. Schaefer
* 32322: Completion/Base/Core/_main_complete: display a message
when completion is interrupted from the keyboard
2014-01-30 Peter Stephenson
* Jun T: 32300: Completion/Unix/Command/_od: +
Completion/Unix/Command/.distfiles: new completion.
2014-01-29 Peter Stephenson
* Christian Hesse: 32316: Completion/Unix/Command/_ssh: complete
new ssh key type.
2014-01-28 Peter Stephenson
* 32303: Src/Zle/compcore.c, Completion/Zsh/Type/_parameters,
Completion/Zsh/Context/_brace_parameter: allow completion
of modifiers for parameters in a fairly simplistic way.
2014-01-28 Peter Stephenson
* 32308 (slightly modified to use "a" as the vi command at start
of line): Src/Zle/zle_main.c, Src/Zle/zle_vi.c: improve
initialising of vi mode change when entering viins at start of
editing.
2014-01-27 Barton E. Schaefer
* users/18368: Completion/Unix/Command/_git: in __git_files,
retry ls-files if nothing matched the prefix pattern, to give
_multi_parts a shot at the whole file list. Restores partial
path completion inadvertently removed by 31159.
2014-01-27 Peter Stephenson
* unposted: Src/zsh.mdd: update 31983 to suppress stdout from
cmp, too.
2014-01-23 Bart Schaefer
* unposted: Doc/Zsh/arith.yo: use LPAR()+RPAR() instead of parens
in sqrt example
2014-01-23 Peter Stephenson
* 32299: Doc/Zsh/arith.yo, Functions/Misc/zcalc, Src/math.c,
Src/params.c, Src/subst.c, Test/C01arith.ztst: add
ability to use "_" at the end of a [#] arithmetic expression
to get underscores to space numeric output.
2014-01-22 Barton E. Schaefer
* unposted: Src/mem.c: reformulate 32285 to lift the fheap->sp
test out of the loop, improve commentary
2014-01-19 Barton E. Schaefer
* 32294 (plus typo fix): Src/utils.c: prevent buffer overflow when
scanning very long directory paths for symbolic links
* users/18335: Completion/Zsh/Command/_typeset: avoid passing to
"functions" those typeset options that it does not accept
2014-01-18 Barton E. Schaefer
* 32285: Src/mem.c (freeheap): when the last-arena-with-free-space
pointer (fheap) points to an arena that is going to be discarded
because it has become empty, loop back through the entire linked
list of arenas to find another partly-filled arena; fixes crash
wherein pushheap followed by freeheap could orphan the whole list
of arenas in some circumstances
* 32283: Src/Zle/complist.c: avoid using a negative number for
available vertical space when the terminal has only a small number
of lines; fixes crash in menu selection
2014-01-17 Peter Stephenson
* Daniel Hahler: 32271: Doc/Zsh/compsys.yo: fix matcher list
example.
2014-01-17 Peter Stephenson
* sergio: 32267: Completion/Linux/Command/_modutils: modinfo may
not be in user's path, so use explicit path as already done for lsmod.
2014-01-17 Frank Terbeck
* 32264: Functions/VCS_Info/Backends/VCS_INFO_detect_hg: vcs_info,
hg: Support detecting repos using ShareExtension
2014-01-16 Barton E. Schaefer
* Thomas Mitterfellner: 32265: Completion/openSUSE/Command/_zypper:
better handling of large lists of packages
2014-01-16 Peter Stephenson
* Holger Macht: 32257: Completion/openSUSE/Command/_zypper:
updates.
2014-01-14 Peter Stephenson
* 32255: Completion/Unix/Command/_python: complete for Python
with command names python2.4 ... python3.4.
2014-01-11 Peter Stephenson
* 32246: Doc/Zsh/builtins.yo, Src/builtin.c, Test/.distfiles,
Test/B08shift.ztst: add "shift -p" to pop arguments from the end
of arrays.
2014-01-10 Peter Stephenson
* Koen Wilde: 32245: Completion/Unix/Command/_mpc: complete more
arguments.
2014-01-09 Peter Stephenson
* users/18298 (tidied up): Doc/Zsh/expn.yo, Src/glob.c,
Test/D09brace.ztst: add {..} expansion.
2014-01-07 Peter Stephenson
* Mark Oteiza: 32238: suppress error output completing after ip.
2014-01-06 Peter Stephenson
* unposted: Config/version.mk: update to 5.0.5-dev-0 to avoid
installation clash with 5.0.5 release.
2014-01-05 Peter Stephenson
* unposted: Config/version.mk, Doc/Zsh/compsys.yo: update
release to 5.0.5 and correct typo in compsys.yo making texinfo
format unusable.
* unposted but c.f. 32231: Doc/Zsh/compsys.yo: the parameter
'line' doesn't include the original command.
* Jun T: 32231: Completion/Unix/Command/_chmod: was confused by
options before the mode argument.
* Axel Beckert: 32229: LICENCE: was not correctly referring to
Gnu General Public License.
2014-01-03 Peter Stephenson
* unposted: README: update another reference to 5.0.5.
* users/18271 plus some additional rewriting: Etc/FAQ.yo: add
FAQ entry to explain pattern exclusions.
* unposted: README, Etc/FAQ.yo: update source documentation for
5.0.5.
2014-01-02 Peter Stephenson
* Danek Duvall: 32216: Completion/Solaris/Command/_svcadm,
Completion/Solaris/Command/_zoneadm,
Completion/Unix/Command/_zfs, Completion/Unix/Command/_zpool,
Completion/Unix/Type/_zfs_dataset: updates for Solaris 11,
Update 1.
* 32196: Carl Drougge: Src/Zle/zle_misc.c: copy-prev-shell-word
needs an extra flag to work properly.
2013-12-31 Barton E. Schaefer
* Eric Cook: 32210: Completion/Linux/Command/_sysstat: completion
for mpstat, iostat, etc.
2013-12-30 Barton E. Schaefer
* 32208: Src/params.c: always reset pathchecked when the path
array is modified in arrvarsetfn(), to avoid bad dereference
* 32205: Completion/Zsh/Command/_cd: skip cdpath search when
the prefix begins with "../" (bug introduced by 31714)
* unposted (cf. Carlo: 32202): MACHINES: OS X 10.9.1. gcc problem
2013-12-28 Barton E. Schaefer
* 32190 (cf. Alexey Bezhan: 32189): Completion/Zsh/Command/_cd:
quote _path_files -W path in case of spaces or special characters
when completing relative to ../
* 32186: Completion/Base/Completer/_expand: fix bad backreference;
handle glob patterns that include backslashed quote characters
2013-12-26 Barton E. Schaefer
* unposted (cf. Jun Takimoto: 32184): Test/comptest,
Test/Y01completion.ztst: back 32183 out of comptest and instead
reset path in the individual tests in Y01completion.ztst
2013-12-25 Barton E. Schaefer
* 32183: Test/comptest, Test/Y01completion.ztst: regression tests
for 32182 and 31611
* 32182: Src/Zle/zle_tricky.c: re-enable command completion after
a separator (tweak to 31611)
* 32178: Src/jobs.c: fix another acquire_pgrp() infinite loop
2013-12-21 Barton E. Schaefer
* PWS + Bart: 32176: plug additional descriptor leaks causing
deadlock via different code paths; expand regression test
2013-12-21 Peter Stephenson
* Config/version.mk: update version to 5.0.4-dev-0 so as
not to clash with release.
2013-12-20 Barton E. Schaefer
* 32172; Test/A05execution.ztst: regression test for 32171
* 32171: Src/exec.c: fix leaked pipe descriptor that could
deadlock a pipeline from a complex shell construct or function
into an external command
2013-12-20 Peter Stephenson
* unposted: Config/version.mk, Etc/FAQ.yo, README: release 5.0.4.
2013-12-18 Barton E. Schaefer
* 32157: Doc/Zsh/params.yo, Src/Zle/zle_refresh.c, Src/init.c,
Src/params.c: make ZLE_RPROMPT_INDENT a special variable tied to
an internal C global, to avoid having the shell variable value
fetched on every keystroke and to make it available when testing
how to reposition the cursor after the right-prompt is output.
Fixes erasure in completion listing when ZLE_RPROMPT_INDENT=0.
* 32150: Completion/compaudit: Reference loop variable rather
than absolute path in executable ownership test
2013-12-17 Phil Pennock
* 32143: INSTALL: Fix --enable-custom-patchlevel name in INSTALL
2013-12-16 Barton E. Schaefer
* Jun Takimoto: 32137: Test/comptest: set pseudo-terminal speed to
prevent padding characters which confuse output parsing.
2013-12-16 Peter Stephenson
* 32136: Src/pattern.c, Src/zsh.h, Test/D02glob.ztst:
fix problem with +*, @*, !* when kshglob is set introduced
by pattern disable feature.
* unposted: NEWS: add ZLE_PROMPT_INDENT.
* 32119: Src/Zle/zle_tricky.c: left square bracket completed in
command position is not part of a subscript expression
* Patrick Oscity + pws: 32114: Doc/Zsh/params.yo,
Src/Zle/zle_refresh.c: ZLE_RPROMPT_INDENT allows you to make the
right prompt flush if your terminal supports it.
2013-12-16 Barton E. Schaefer
* Jun Takimoto + Bart: 32131: Src/Modules/zpty.c: avoid infinite
loop reading pseudo-terminal on platforms that do not buffer pty
contents after child process exits
2013-12-15 Barton E. Schaefer
* users/18219: Completion/Zsh/Type/_command_names: compadd -Q for
builtins, aliases, and reserved words to preserve special chars
2013-12-14 Peter Stephenson
* unposted: increment version to 5.0.3-dev-0 to avoid confusion
with released 5.0.3.
* unposted: version 5.0.3, finally.
2013-12-13 Barton E. Schaefer
* Martin Vaeth: 32105: Util/helpfiles: support all combinations of
man or nroff with colcrt or col.
* Aaron Peschel: 32103: Completion/Unix/Type/_hosts: parse
host:port format in ssh known_hosts files.
2013-12-10 Barton E. Schaefer
* 32099: Src/init.c: fix pointer declaration to avoid compile
time error when arithmetic on void * is not allowed.
2013-12-09 Peter Stephenson
* users/18210: Doc/Zsh/builtins.yo: document print -D better.
* 32093: INSTALL: describe the dependency issues fixed
by the doc bundle.
2013-12-09 Peter Stephenson
* Jun T.: 32056: Completion/Unix/Command/_iconv: Handle
different versions of iconv.
2013-12-06 Peter Stephenson
* Daniel Shahaf: 32091: Src/exec.c, Test/E01options.ztst:
WARN_CREATE_GLOBAL false positive for assignment before
commands.
2013-12-05 Peter Stephenson
* Daniel Shahaf: 32089:
Functions/VCS_Info/Backends/VCS_INFO_detect_svn: tweak for
detecting Subversion repository.
2013-12-02 Barton E. Schaefer
* 32080 (plus unposted second instance of same):
Test/A05execution.ztst: suppress any error output from
nonessential "setopt MONITOR"
2013-12-01 Peter Stephenson
* unposted: Config/version.mk: 5.0.2-test-3.
2013-11-30 Barton E. Schaefer
* Hong Xu: 32069: Completion/Unix/Command/_git: completion for
"git submodule update --remote"
2013-11-29 Barton E. Schaefer
* 32066 (via 31985 Clemens Hammacher and 32064 Hong Xu):
Functions/VCS_Info/Backends/VCS_INFO_get_data_git,
Functions/VCS_Info/VCS_INFO_reposub: fix %r and %S in vcs_info
formats when a repository subdirectory is accessed via a symlink.
2013-11-27 Barton E. Schaefer
* 32061: Src/utils.c: Fix "use of uninitialized memory" in metafy
2013-11-27 Peter Stephenson
* unposted, see 32054 and thread:
Completion/Unix/Command/_cdrdao, Completion/Unix/Command/_git,
Completion/Unix/Command/_growisofs, Etc/ChangeLog-3.0,
Etc/ChangeLog-3.1, LICENCE, Src/Modules/clone.c,
Src/Modules/example.c, Src/module.c: Rationalise character
encodings: shell functions are strictly ASCII for maximum
portability; other files needed for building and documentation
are ASCII or UTF-8; test files may use ISO-8859-X (we don't
require the Euro symbol) where needed to get single character
input with the top bit set.
2013-11-25 Peter Stephenson
* unposted, see 32050, 32051: remove non-ASCII characters in
installed functions as this causes sed on MacOS problems.
2013-11-25 Peter Stephenson
* unposted: Completion/Unix/Command/.distfiles,
Config/version.mk: update for 5.0.2-test-2.
2013-11-25 Barton E. Schaefer
* 32045 (as corrected by Martin Vaeth 32047): Config/defs.mk.in,
Doc/Makefile.in, configure.ac: use dependencies to determine
whether to rebuild helpfiles.
2013-11-23 Peter Stephenson
* 32031 plus missed _run_help: Completion/Zsh/Command/_run-help,
Config/defs.mk.in, Config/installfns.sh, Doc/Makefile.in,
Functions/Misc/run-help, Makefile.in: turn @runhelpdir@ in
installed functions into the actual installation path.
2013-11-20 Peter Stephenson
* 32030: revert 31995 as it caused (N) to fail on an empty
failed glob. Add test for this case.
2013-11-19 Barton E. Schaefer
* 32023: Src/utils.c: better interrupt handling at RM_STAR_WAIT
2013-11-18 Peter Stephenson
* unposted but see 32012: Doc/help/.cvsignore,
Doc/help/.distfiles: were created in the wrong place, so move.
2013-11-18 Barton E. Schaefer
* Martin Vaeth: 32008: Completion/Zsh/Command/.distfiles
Completion/Zsh/Command/_run-help Doc/Makefile.in: follow-up to
31988 - complete "." and ":" for run-help, distribute _run-help,
clean up better during make
* Han Pingtian: 31995: Src/glob.c: glob qualifiers cannot
follow an empty pattern, so a leading paren means grouping
2013-11-17 Peter Stephenson
* 32001: Src/subst.c: fix crash on empty arrays with array
intersection and disjunction.
2013-11-15 Barton E. Schaefer
* Martin Vaeth: 31988: Doc/Makefile.in, Util/helpfiles: remove
LC_CTYPE heuristics, assure clean environment, force LANG=C
2013-11-14 Peter Stephenson
* Jun T.: 31984: Completion/Unix/Command/_df: new completion.
* 31983: Src/zsh.mdd: suppress warning from cmp that doesn't
indicate a problem when generating patchlevel header.
* 31982: Src/math.c, Test/C01arith.ztst: detection of floating
point constants had run rampant in users/17445. Fix the original
problem another way.
2013-11-13 Peter Stephenson
* 31977: Src/module.c: no error if autoloading a feature that
is already loaded in a consistent fashion.
* Jun T.: 31971: locale fix for helpfiles.
* Martin Vaeth: 31959: .gitignore, Doc/help/.cvsignore,
Doc/help/.distfiles: missed files.
2013-11-12 Bart Schaefer
* 31966: Util/helpfiles: skip introductory paragraphs processing
"man zshbuiltins" by assuming that all real command names start
with a lower case letter. Check "ztcp" file as a guess that all
builtins were processed.
2013-11-12 Peter Stephenson
* Martin Vaeth: 31959: .gitignore,
Completion/Zsh/Command/_run-help, Doc/.cvsignore,
Doc/.distfiles, Doc/Makefile.in, Makefile.in,
StartupFiles/zshrc, Util/helpfiles, configure.ac: make help
files during installation.
* 31961: Src/Zle/zle.h, Src/Zle/zle_main.c,
Src/Zle/zle_thingy.c: rationalise fd watch to use structures.
2013-11-08 Peter Stephenson
* unposted: fix ChangeLog to say 5.0.3 instead of 4.0.3.
* unposted: NEWS: refer to zle -Fw.
* 31940: Doc/Zsh/contrib.yo, Functions/Misc/zcalc: add -e option
to zcalc to use input from arguments to command.
2013-11-07 Peter Stephenson
* 31937: Doc/Zsh/zle.yo, Src/Zle/zle_main.c,
Src/Zle/zle_thingy.c, Src/Zle/zle_utils.c, Src/math.c,
Test/C01arith.ztst: zle -Fw uses widget semantics for
file descriptor handler.
2013-11-06 Peter Stephenson
* unposted: Completion/Debian/Command/.distfiles,
Completion/Unix/Type/.distfiles, Config/version.mk, Etc/FAQ.yo,
README, Src/pattern.c, Src/signals.c, Test/.distfiles: updates
for 5.0.2-test-1 in preparation for 5.0.3. Updated files
in .distfiles and add mod_export declarations.
2013-11-03 Peter Stephenson
* Stefan Neudorf: 31936: Doc/Zsh/builtins.yo,
Src/Builtins/rlimits.awk, Src/Builtins/rlimits.c: rationalise
thread limits
* Stefan Neudorf: 31935: Doc/Zsh/builtins.yo,
Src/Builtins/rlimits.awk, Src/Builtins/rlimits.c: further
limit updates for 31930, 39134.
2013-10-31 Peter Stephenson
* Stefan Neudorf: 31930 / 31934: Doc/Zsh/builtins.yo,
Src/Builtins/rlimits.awk, Src/Builtins/rlimits.c, configure.ac,
Src/Builtins/rlimits.c: New BSD limits; avoid clash with
ulimit -k.
2013-10-29 Barton E. Schaefer
* 31929: Src/jobs.c: fix DPUTS3() test condition from 31906.
2013-10-28 Bart Schaefer
* unposted: NEWS: mention HISTORY_IGNORE
2013-10-28 Peter Stephenson
* 31922: Src/Zle/zle_utils.c (zlecharasstring): missing
flip of bit five when Meta marker inserted.
2013-10-27 Barton E. Schaefer
* 31912: Src/exec.c: in closemn(), distinguish closing for >&-
from closing for a real redirect. Fixes knock-on multios bug
introduced by workers/20666 way back in 2005.
* unposted (cf. users/18063): Functions/Zle/keeper: clean up
some syntax nits, add working link to old Unix Review article
* 31919: Src/exec.c, Src/init.c: fix deadlock when a shell builtin
with a multio redirection is used on the left side of a pipeline,
by making sure stdin/out/err file descriptors are closed for the
multio copy process, which means not re-using those descriptors
after they are closed and marked FDT_UNUSED in fdtable[]. For
completeness, initialize their fdtable[] state to FDT_EXTERNAL.
2013-10-27 Peter Stephenson
* Jun T: 31909: Completion/Unix/Command/_cat: new completion.
2013-10-26 Barton E. Schaefer
* 31906: Src/jobs.c, Test/A05execution.ztst: printjob() should not
reference oldjobtab for job numbers unless it is being called from
bin_fg(). Add a DPUTS check in case this goes horribly wrong.
printjob() also must not attempt to update pipestats when called
from bin_fg(). Finally, acquire_pgrp() cannot acquire the tty
group leader if the shell is not interactive, so avoid looping
infinitely in the attempt. Update the $pipestatus stress test so
that it also exercises the oldjobtab repair.
2013-10-26 Peter Stephenson
* Jun T: 31902: rationalise gamma function in mathfunc for
consistency with various libraries and user expectations.
2013-10-25 Peter Stephenson
* 31890 (with Mikael's fixes in 31891): NEWS: add descriptions
of new features since 5.0.2.
2013-10-24 Peter Stephenson
* 31889: Test/D02glob.ztst: tests for disable -p.
* 31877: Src/pattern.c: fix behaviour of disable -p for
entities with parentheses.
2013-10-24 Barton E. Schaefer
* 31885: Src/jobs.c: fix PIPEFAIL behavior when the last command
in a pipeline is executed within the current shell; add comments
2013-10-24 Peter Stephenson
* 31888: Test/A05execution.ztst: add test of pipestatus
that was reliably failing before 31879.
* 31882: Src/Zle/compcore.c: better insulation of
completion widget excecution against job environment.
* 31884: Test/A05execution.ztst: eliminate variable output
from test due to vagaries of uniq implementation.
2013-10-23 Barton E. Schaefer
* 31879: Src/jobs.c: improve $pipestatus behavior when the last
command in the pipeline is executed within the current shell
* unposted (cf. Frank Terbeck: 30047): Test/A05redirect.ztst:
stress test for $pipestatus handling
2013-10-23 Peter Stephenson
* 31873: Doc/Zsh/builtins.yo: Document conventions for use of
command options with builtin commands.
2013-10-21 Barton E. Schaefer
* 31869: Src/input.c: reduce WINCH-twaddling in shingetline()
2013-10-21 Øystein Walle
* 31861: Completion/Unix/Command/_git: _git: Add git-clean
-i/--interactive support
* 31863: Completion/Unix/Command/_git: _git: Add new arguments
introduced in Git v1.8.4
* 31862: Completion/Unix/Command/_git: _git: Add status.short and
status.branch
* 31866: Completion/Unix/Command/_git: _git: Reword --heads to
match new meaning
* 31864: Completion/Unix/Command/_git: _git: Add two sub-comamnds
introduced in v1.8.4
* 31865: Completion/Unix/Command/_git: _git: Make --batch(-check)
accept an argument
2013-10-21 m0viefreak
* 31856: Completion/Unix/Command/_git: _git: fix a few
"undocumented" options
* 31855: Completion/Unix/Command/_git: _git: revert: add
'-e,--edit'
2013-10-21 Øystein Walle
* 31858: Completion/Unix/Command/_git: _git: fix wrong default
value
2013-10-21 m0viefreak
* 31857: Completion/Unix/Command/_git: _git: Remove unsupported -q
option from diff options
2013-10-21 Øystein Walle
* 31853: Completion/Unix/Command/_git: _git: Add missing column.*
config variables
* 31854: Completion/Unix/Command/_git: _git: Make git-show accept
diff arguments
* 31859: Completion/Unix/Command/_git: _git: re-order the last two
git-blame arguments
2013-10-19 Peter Stephenson
* 31851: Src/exec.c: execstring() should display string to
be executed with VERBOSE option.
2013-10-19 Barton E. Schaefer
* 31849: Doc/Zsh/params.yo: note effect of KSH_ZERO_SUBSCRIPT
on the arrays of positional parameters e.g. ${argv[0]} vs. $0
2013-10-18 Peter Stephenson
* 31846: Src/exec.c: fix NOEXEC option in execsimple().
2013-10-18 Barton E. Schaefer
* 31840: Completion/Unix/Command/_make: "read" used wrong $IFS
2013-10-17 Barton E. Schaefer
* 31836 (cf. 31823): Doc/Zsh/params.yo, Src/hist.c: add
HISTORY_IGNORE pattern to exclude matching lines in the
internal history from the HISTFILE at write time.
* 31832: Src/exec.c: make execrestore() more signal-safe.
2013-10-17 Peter Stephenson
* 31830: Doc/Zsh/func.yo, README, Src/hist.c, Src/zsh.h:
If a zshaddhistory hook returns status 2, save the line on
the internal history but don't write it out.
2013-10-16 Peter Stephenson
* Users/18033: Doc/Zsh/builtins.yo, Doc/Zsh/jobs.yo,
Doc/Zsh/options.yo: try to document interaction between exit and
asynchronous jobs that don't look asynchronous.
2013-10-16 Peter Stephenson
* 31827: Doc/Zsh/func.yo: options needed for example. Only
works with INCAPPENDHISTORY or SHAREHISTORY.
2013-10-15 Peter Stephenson
* unposted: Doc/Zsh/func.yo: trivial typo in zshaddhistory doc.
2013-10-12 Barton E. Schaefer
* 31818: Completion/Unix/Command/_sh, Doc/Zsh/compsys.yo: to avoid
side effects, reposition the _arguments call in _sh for the zsh
special case. Document the side effects so avoided, and clean up
the _arguments documentation a bit along the way.
2013-10-11 Mikael Magnusson
* 31805: Doc/Zsh/mod_parameter.yo, Src/Modules/parameter.c,
Src/Modules/parameter.mdd, Src/pattern.c, Test/V01zmodload.ztst:
Add $patchars and $dis_patchars to zsh/parameter module
* 31805: Completion/Zsh/Command/_disable,
Completion/Zsh/Command/_enable, Doc/Zsh/builtins.yo: Update
_enable and _disable for -p, fix related typo in docs
* 31806: Completion/Zsh/Command/_disable,
Completion/Zsh/Command/_enable, Workaround special characters
in alias and function names breaking _arguments syntax
2013-10-11 Peter Stephenson
* 31815: Src/hist.c: more fallout from 31789: we need to save
using pushed history file before we pop.
2013-10-10 Peter Stephenson
* 31810: Test/E02xtrace.ztst: tests for simple cases of XTRACE
output for conditions.
* 31809: Src/exec.c: make whitespace clear in trace output for
patterns.
2013-10-08 Peter Stephenson
* Eric Cook: 31801: Completion/Linux/Command/_btrfs: some
additional variables need to be local.
2013-10-08 Barton E. Schaefer
* 31797: Src/hist.c: partly fix long-standing history expansion
bug in which in some circumstances a default history expansion
would occur even when there is neither an event nor a word
designator, which is contradictory to the documentation.
There are still some cases in which expansion is attempted
when it should not be, but in most of those cases the expansion
simply fails.
2013-10-07 Peter Stephenson
* 31794: Src/hist.c: further refinement that SHAREHISTORY should
work as it always did because it's careful about file locking.
* 31793: Src/hist.c (hbegin): Modify 31789 so that the save
history here only happens for interactive editing.
2013-10-06 Wayne Davison
* users/18024: Completion/Unix/Command/_rsync: add new options for
rsync 3.1.0.
2013-10-06 Peter Stephenson