2015-09-10 Peter Stephenson
* 36468: Src/hist.c: Infinite loop if we tried to exit from a
Zle widget but the lexer thought the current lexical expression
needed finishing.
* 36460: Test/E01options.ztst: Discard benign error on failure
to write to pipe with no one reading.
2015-09-08 Oliver Kiddle
36422: Src/compat.c: add missing unmeta()
2015-09-07 Daniel Shahaf
* 36437: Doc/Zsh/zle.yo Src/Zle/zle.h: Document interaction of
$region_highlight and $zle_highlight.
* unposted: Doc/Zsh/zle.yo: ZLE_STATE: fix obvious documentation
typo.
2015-09-07 James Clarke
* 36441: Completion/Unix/Command/_git: _git: Fixed typo in
--author-date-order description
2015-09-06 Peter Stephenson
* unposted: Config/versiom.mk, Etc/FAQ.yo, NEWS, README: make
5.1-test-1 with updates for 5.1.1.
2015-09-05 Daniel Shahaf
* unposted: Doc/Zsh/params.yo Doc/Zsh/zle.yo: Minor documentation
tweaks.
* 36410: Doc/Zsh/contrib.yo
Functions/VCS_Info/Backends/VCS_INFO_get_data_git: vcs_info git:
Present merge heads as patches
2015-09-04 Peter Stephenson
* 36421: Src/pattern.c: can't-get-the-staff fix for idiocy in
36415.
2015-09-04 Jun-ichi Takimoto
* 36417: Doc/Zsh/manual.yo: fix/update top level texinfo menu
2015-09-04 Peter Stephenson
* 36415: Src/pattern.c, Test/D07multibyte.ztst: remap bytes from
invalid multibyte characters to 0xDC00 + index which is invalid
in Unicode. Strictly this only works if whcar_t is
ISO-10646-compliant, however it ought to be at least as good as
the current fudge in any case.
2015-09-03 Peter Stephenson
* 36416: Src/Zle/zle_refresh.c, Src/Zle/zle_utils.c: If
keyboard interrupt during getzlequery(), don't propagate further,
just redraw the line. Also handle logical error that we
attempted to redraw the line partially if an error or interrupt
was propagated.
2015-09-03 Daniel Shahaf
* 36403: Src/hashtable.c Test/A02alias.ztst: type -w +=
suffix alias
2015-09-02 Barton E. Schaefer
* unposted: Test/A05execution.ztst: test for 36393
* 36393: Src/signals.c: process queued signals during dotrap()
2015-09-02 Peter Stephenson
* 36378: Src/exec.c: skip directories when looking for autoload
files.
2015-09-02 Peter Stephenson
* 36399: Src/text.c, Test/A04redirect.ztst: shell code with
multiple here documents wasn't shown properly.
2015-09-01 Mikael Magnusson
* 36380: Src/utils.c: Avoid gcc case syntax
* 36347: Src/params.c, Test/A06assign.ztst: Fix appending empty
array to associations
2015-09-01 Barton E. Schaefer
* 36376: Src/utils.c: handle signals during read1char() so it is
possible to interrupt correct/correctall prompts
2015-09-01 Peter Stephenson
* 36365: Src/Zle/zle_tricky.c: magic-space removed the rest of
the line if the lexer found something complicated.
* unposted: Config/version.mk: update version to 5.1-dev-0 to
avoid clash with 5.1 release.
2015-09-01 Daniel Shahaf
* 36353: Completion/Unix/Command/_git: _git: Unbreak after
previous.
2015-08-30 Mateusz Karbowy
* 36328 + 36340: Completion/Unix/Command/_git: _git-cherry-pick:
Complete other branches only
2015-08-30 Axel Beckert
* 36338: Functions/Zle/*-magic: s/5.0.9/5.1/ in source comments
2015-08-30 Peter Stephenson
* unposted: Config/version.mk: Release version 5.1
2015-08-29 Daniel Shahaf
* 36321: Completion/Debian/Command/_debcheckout: _debcheckout:
New completion.
2015-08-28 Daniel Shahaf
* 36306: Completion/Unix/Command/_subversion: _subversion:
Complete --show-item values
2015-08-28 Peter Stephenson
* users/20475: Doc/Zsh/contrib.yo: mention that cdr mechanism
keeps unique list with most recent use first.
* users/20466: Test/V09datetime.ztst: make test for skipping
strftime extention tests one that is known to fail on
Solaris. Reason is not yet known, but there's no current
evidence for a shell bug so replace the failure by skipping
test for the release.
2015-08-28 Mikael Magnusson
* 36302: Src/Modules/attr.c: Fix compilation with libcap 2.24
* 36314: Functions/Prompts/prompt_bart_setup: Avoid using
short_loops syntax in distributed files
2015-08-27 Daniel Shahaf
* unposted: Completion/Unix/Command/_subversion: _subversion:
Avoid SHORT_LOOPS
* 36304: Completion/Unix/Command/_git: _git-cat-file: Fix
regression in 36237
2015-08-27 Barton E. Schaefer
* unposted (cf. Axel Beckert 36292): Test/A05execution.ztst:
discard even more extraneous stderr in "hang" test
2015-08-26 Barton E. Schaefer
* 36288: Src/Zle/zle_tricky.c: refine 36825, slightly different
test for redirect context
* 36285: Src/Zle/zle_tricky.c: update 36025, context cannot be
command and redirect at the same time, redirect wins
* 36282: Test/A05execution.ztst: discard stderr of "hang" test
2015-08-25 Peter Stephenson
* unposted: Config/version.mk: 5.0.8-test-3.
2015-08-24 Daniel Shahaf
* 36277: Completion/Unix/Command/_git: _git: Updated for
git-clone 2.4.5.
2015-08-24 Peter Stephenson
* unposted: Etc/FAQ.yo: replace 5.0.9 with 5.1.
2015-08-23 Jun-ichi Takimoto
* users/20455: Src/Modules/zpty.c: do not use posix_openpt()
on OpenBSD
2015-08-22 Barton E. Schaefer
* 36274: Src/Zle/zle_vi.c: clear virangeflag when getvirange()
has an error (the next keystroke is not a motion/selection).
* 36273: Src/Zle/zle_move.c: teach endofline() and endoflinehist()
about invicmdmode() cursor placement.
2015-08-21 Peter Stephenson
* unposted: Config/version.mk, Src/parse.c, Src/Zle/zle_misc.c:
update to 5.0.8-test-2 and fix some exports.
2015-08-21 Barton E. Schaefer
* 36266: Functions/Zle/bracketed-paste-magic: preserve emulation
and setopt context for init and finish functions, handle vi modes
* 36256: Src/builtin.c: local options should remain in effect
for "emulate -L" even if additional option settings are applied
2015-08-21 Peter Stephenson
* 36268: Test/C04funcdef.ztst: test for 36265.
* 36265 plus FAQ: fix alias expansion after "function"
Names after the first were treated as command words so had
non-global aliases expanded. Add an FAQ note that use of the
function keyword works around other alias problems. Also
fixes problem that "function { ... }" didn't work with
IGNORE_BRACES set.
* 36264: Src/glob.c: pathbuf is apparently metafied; document
this and unmetafy for system calls.
* unposted: README, Etc/FAQ.yo: update latest release from 5.0.8
to 5.1 in descriptive text.
* 36262: Src/builin.c, Src/compat.c, Src/utils.c,
Test/D07multibyte.ztst: replace 36232: the unmeta()
was needed at a place higher up. Add test.
* 36250, tweaked: README, NEWS: highlight bracketed paste mode;
next version will be 5.1 rather than 5.0.9.
2015-08-20 Jun-ichi Takimoto
* 36243: Completion/Unix/Type/_pids: fix a few problems of
"_pids -m pattern"
2015-08-19 Daniel Shahaf
* 36247: Completion/Unix/Command/_git: __git_objects: Complete
HEAD:./foo correctly in worktree subdir
* 36237: Completion/Unix/Command/_git: __git_objects: Complete
HEAD:foo correctly in worktree subdir
* 36236: Completion/Unix/Command/_git: _git-log: Complete
multiple revspecs
* 36236: Completion/Unix/Command/_git: _git-log: complete
'git rm'd files
2015-08-19 Oliver Kiddle
* 36148: Completion/Unix/Command/_git: _git-log: Complete flags
after positional argument
2015-08-19 Peter Stephenson
* 36241: Test/V09datetime.ztst: Test for 36227.
2015-08-19 Daniel Shahaf
* 36208: Completion/Unix/Command/_subversion: _subversion:
Complete a few more option switches
2015-08-18 Peter Stephenson
* 36232: Src/compat.c: Unmeta an additional chdir().
* 36227: Src/Builtins/sched.c, Src/Modules/datetime.c,
Src/Modules/stat.c, Src/builtin.c, Src/prompt.c, Src/utils.c,
Src/watch.c: real fix for metafication problem in ztrftime:
unmetafy fmt on input and metafy return value with correct
length.
* unposted: revert 36222, not the correct fix.
* 36222: Src/Modules/datetime.c: unmetafy output from strftime.
* 36218: Src/files.c: use unmetafied file name for mkdir()
system call.
* 36216: Doc/Zsh/zle.yo: Simpler saving of UNDO_LIMIT_NO.
2015-08-17 Barton E. Schaefer
* 36212: Functions/Zle/narrow-to-region: save and restore HISTNO
along with other editor state, for sanity of "zle undo"
2015-08-18 brian m. carlson
* 36209: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:
vcs_info: avoid grep error message when file is missing
2015-08-17 Daniel Shahaf
* unposted: Completion/Linux/Command/_sshfs: _sshfs: Fix
completion of options with values
* 36158: Completion/Linux/Command/_sshfs: _sshfs: Fix completion
of and after -o
* 36109: Src/Zle/zle_misc.c: bracketed-paste: change quoting
style
* 36186: Etc/FAQ.yo: FAQ (3.24): Update for bracketed paste
2015-08-17 Mikael Magnusson
* 36172: Completion/Unix/Command/_imagemagick: Use $formats a
bit more correctly
2015-08-17 Barton E. Schaefer
* unposted (cf. 36200): Completion/Base/Completer/_expand: back out
backslash handling change from 34961.
2015-08-17 Peter Stephenson
* unposted: Doc/Zsh/contrib.yo: use of $f in zmv.
2015-08-17 Oliver Kiddle
* 36165: Completion/Unix/Type/_files: simplify file-patterns
default to a single pattern
2015-08-17 Barton E. Schaefer
* unposted: Functions/Zle/url-quote-magic: mention
bracketed-paste-magic in comment
2015-08-17 Mikael Magnusson
* 36177: Completion/Zsh/Command/_setopt: complete printexitvalue
both ways
* 36183: Completion/Unix/Command/_ssh: update to 7.0
2015-08-16 Barton E. Schaefer
* 36195, 36196: Functions/Zle/bracketed-paste-magic: wrapper of
bracketed-paste for compatibilty with url-quote-magic and other
self-insert wrapper widgets
2015-08-15 Barton E. Schaefer
* 36180: Src/jobs.c: avoid infinite job stop/continue loop on
"wait PID" for a background job
2015-08-15 Mikael Magnusson
* Eric Cook: 36091: Completion/Unix/Command/_ncftp: search
XDG_DATA_HOME for bookmarks saved by lftp
2015-08-14 Oliver Kiddle
* 36146: Completion/Zsh/Type/_command_names,
Completion/Zsh/Command/_zmodload: avoid mix of -/ and -g with
_files as that just overrides user preferences
2015-08-13 Daniel Shahaf
* unposted: Completion/Unix/Command/_subversion: _subversion:
Complete property names for propdel
2015-08-13 Oliver Kiddle
* 36131: Functions/Zle/narrow-to-region, Src/Zle/zle_utils.c:
make use of undo limits; call mkundoent() when $UNDO_CHANGE_NO is
referenced for a clear change number marking the current state
* Eric Cook: 36113: Completion/Unix/Type/_find_net_interfaces:
ip(8) may add suffixes which is not good for completion matches
* Wieland Hoffmann: 36123: Completion/Unix/Command/_git:
protect against word splitting in __git_is_committish_range
2015-08-12 Peter Stephenson
* Kamil Dudka: 36106: Src/Zle/zle_keymap.c: fix const parameter.
2015-08-12 Oliver Kiddle
* 36127: Completion/Zsh/Context/_brace_parameter,
Completion/Unix/Command/_git, Completion/Unix/Command/_ifconfig,
Completion/Unix/Command/_kvno, Completion/Unix/Command/_mh,
Completion/Unix/Command/_rm, Completion/Unix/Command/_ssh,
Completion/Unix/Command/_stty, Completion/Unix/Command/_vim,
Completion/Unix/Type/_pdf, Completion/Unix/Command/_clay:
assorted minor completion function changes
* 36125: Src/Zle/zle_hist.c: don't set history context in get-line
* 35834 (tweaked): Src/Zle/zle_misc.c: strip a final newline from
pasted text: inserting is hard to tell apart from accepting it
2015-08-12 Mikael Magnusson
* 36077: Functions/VCS_Info/Backends/VCS_INFO_get_data_bzr,
Functions/VCS_Info/Backends/VCS_INFO_get_data_hg,
Functions/VCS_Info/Backends/VCS_INFO_get_data_p4,
Functions/VCS_Info/Backends/VCS_INFO_get_data_svk,
Functions/VCS_Info/Backends/VCS_INFO_get_data_svn,
Functions/VCS_Info/VCS_INFO_formats,
Functions/VCS_Info/VCS_INFO_hook,
Functions/VCS_Info/VCS_INFO_quilt,
Functions/VCS_Info/VCS_INFO_set, Functions/VCS_Info/vcs_info,
Functions/VCS_Info/vcs_info_lastmsg,
Functions/VCS_Info/vcs_info_printsys: vcs_info: stop exporting
everything
* 36078: Doc/Zsh/contrib.yo: vcs_info: Adjust documentation for
no longer exporting
* 36116: Completion/Unix/Command/_git: various fixes
* 36117: Completion/Unix/Command/_wget: complete headers for
--header and add --no-use-server-timestamps
* 36120: Completion/Unix/Command/_sort: Fix syntax error
* 36119: Completion/Zsh/Command/_strftime: Add completion for
zsh/datetime's strftime builtin
2015-08-11 Barton E. Schaefer
* 36108: NEWS: list of major changes so far since 5.0.8
* 36104: Src/exec.c, Src/jobs.c: change order of child_block()
and dont_queue_signals() to resolve yet another race condition
* 36092: Doc/Zsh/mod_zpty.yo, Src/Modules/zpty.c: return the pty
master file descriptor in $REPLY for use with "zle -F" etc.
* 36090: Src/init.c: keep signals queued for preprompt()
2015-08-11 Oliver Kiddle
* 36096: Src/Zle/zle_move.c: special . mark in vi mode
* 36044: Doc/Zsh/zle.yo, Src/Zle/iwidgets.list, Src/Zle/zle_keymap.c,
Src/Zle/zle_move.c: deactivate-region widget for escape in visual mode
* 35952: Jun-ichi Takimoto: Src/Zle/zle_bindings.c: bind escape in
vi mode so it is a full key sequence and later keys aren't dropped
2015-08-11 Jun-ichi Takimoto
* 36067: Doc/Zsh/builtins.yo, Doc/Zsh/compsys.yo,
Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo: fix typo and format
2015-08-10 Barton E. Schaefer
* 36084: Src/glob.c, Src/text.c: use zrealloc() consistently
* 36079: Src/signals.c: do not allow update_job() and its helpers
to run the signal queue while we are processing a job exit.
2015-08-10 Peter Stephenson
* 36083: Src/builtin.c, Test/B02typeset.ztst: set array value
when consistently retying scalar and array.
2015-08-10 Peter Stephenson
* 36074: Src/signals.c: Don't rely on implicit value for
saving status of background process.
2015-08-10 Frank Terbeck
* 36046: Completion/Unix/Command/_tmux: _tmux: Update command line
options
* 36048: Completion/Unix/Command/_tmux: _tmux: Update options for
supported commands
* 36062: Completion/Unix/Command/_tmux: _tmux: Add support for new
sub-commands
* 36063: Completion/Unix/Command/_tmux: _tmux: Remove dead code
* 36050: Completion/Unix/Command/_tmux: _tmux: Don't unset, set
empty in local scope
* 36058: Completion/Unix/Command/_tmux: _tmux: No need to unset
local variables
* 36057: Completion/Unix/Command/_tmux: _tmux: Replay all
arguments when dispatching to new _tmux()
* 36054: Completion/Unix/Command/_tmux: _tmux: "local -x" serves
no purpose
* 36049: Completion/Unix/Command/_tmux: _tmux: options =>
session_options
* 36056: Util/check-tmux-state: Add helper script to check state
of _tmux completion
* 36052: Completion/Unix/Command/_tmux: _tmux: Remove old
sub-commands and their aliases
* 36064: Completion/Unix/Command/_tmux: _tmux: Add new command
aliases
* 36047: Completion/Unix/Command/_tmux: _tmux: Fix options with
changed scope
* 36051: Completion/Unix/Command/_tmux: _tmux: Remove support for
old options
* 36059: Completion/Unix/Command/_tmux: _tmux: Add new session
options
* 36055: Completion/Unix/Command/_tmux: _tmux: Add support for new
server options
* 36061: Completion/Unix/Command/_tmux: _tmux: Add support for new
window options
* 36060: Completion/Unix/Command/_tmux: _tmux: Update TODO
* 36070: Completion/Unix/Command/_tmux: _tmux: Update bell-action
and prefix options
* 36069: Completion/Unix/Command/_tmux: _tmux: Fix \ooo display in
completion list
* 36075: Util/check-tmux-state: Disable "local" keyword in
script to make data retrieval work
2015-08-10 Peter Stephenson
* 36045: Test/A05execution.ztst: make effect of failures
in wait test cleare.
* not quite posted: Src/Modules/socket.c, Src/Modules/tcp.c:
check for error return before testing for EINTR.
* Joshua Krusell: 36039: Src/Modules/socket.c,
Src/Modules/tcp.c: Restart socket commands on EINTR.
* 35885: Doc/Zsh/mod_system.zo: document how to close
fd's opened with sysopen.
2015-08-09 Barton E. Schaefer
* 36033: Src/glob.c, Src/pattern.c: a few more queue_signals()
to protect global state changes
2015-08-09 Mikael Magnusson
* unposted: Test/C03traps.ztst: add tests for outputting traps
specified with SIG prefix or numbers fixed by 36008.
2015-08-09 Peter Stephenson
* 26027: Src/builtin.c: fix retying variables in opposite
order (should be an error).
* 36025:Src/Zle/zle_tricky.c: Catch another case of context in
get_comp_string(): after "foo=bar; setopt " we didn't recognise
"setopt" as the command. Attempt to do this without actually
understanding what the command context code is attempting to do
after a command separator.
2015-08-09 Barton E. Schaefer
* 36026: Src/Modules/zftp.c: zero freed pointers in cleanup_()
in case the module is re-loaded after unloading.
* 36022: Src/loop.c: fix bug that some loop constructs could
not be interrupted if all they did was variable assignments or
math expressions
* 36022: Src/exec.c, Src/init.c, Src/input.c, Src/parse.c,
Src/signals.c: revise signal queueing to better control the
circumtances in which trap handlers are executed
2015-08-08 Daniel Shahaf
* 36008: Src/builtin.c: trap: Fix listing of traps created
under non-alias non-canonical signal spelling
2015-08-08 Mikael Magnusson
* 35954: Doc/Zsh/mod_system.yo: sysopen -u is not optional
2015-08-09 Jun-ichi Takimoto
* 35929: Src/jobs.c: protect FDT_PROC_SUBST by #ifdef
2015-08-08 Jun-ichi Takimoto
* 35928: Src/utils.c, Doc/Zsh/prompt.yo: date/time format such
as '%-m' should work even if strftime(3) doesn't support it.
Also clarify document.
2015-08-05 Mikael Magnusson
* 35989: Completion/Unix/Command/_ssh: update to 6.9
* unposted: Completion/Unix/Command/_ssh: use -q for the
option suffix
* Christian Hesse: 35991: Completion/Unix/Command/_ssh: add ssh
option FingerprintHash
2015-08-05 Oliver Kiddle
* Eric Cook: 35973: Completion/BSD/Command/_systat,
Completion/Unix/Command/_vmstat: new completions
* Eric Cook: 35972: Completion/Unix/Command/_ssh: allow for
Directive=Value format in .ssh/config
* Christian Hesse: 35986: Completion/Unix/Command/_ssh:
add ssh option UpdateHostKeys
* unposted (c.f. 35902): Functions/Zle/incremental-complete-word:
use - after zle -U in case $key starts with -
2015-08-04 Daniel Shahaf
* unposted: Src/builtin.c: Typo fix.
2015-08-02 Daniel Hahler
* 35970: Completion/Unix/Command/_git,
Completion/Zsh/Context/_brace_parameter: completion: fix typos in _git
and _brace_parameter.
2015-08-01 Jun-ichi Takimoto
* 35957: Completion/Unix/Command/_make: fix _make-expandVars(),
and use variables set in the command line and environment.
2015-07-31 Oliver Kiddle
* 35963: Src/Modules/system.c: simplify condition found by
coverity scan to include tautology
* Matthew Martin: 35960 (tweaked): Completion/Unix/Command/_find:
complete correct options for OpenBSD's find
2015-07-29 Barton E. Schaefer
* 35953: Src/lex.c, Test/A01grammar.ztst: fix handling of command
substitution in math context, particularly in "for ((...))"
2015-07-28 Barton E. Schaefer
* 35947: Etc/zsh-development-guide: update discussion of module
wrappers, some examples
2015-07-27 Barton E. Schaefer
* 35937: Functions/Misc/zargs: wait for process IDs instead of
job numbers in parallel mode, in case zargs is in a pipeline
2015-07-26 Daniel Shahaf
* 35274 (plus tweaks): Completion/BSD/Command/_watch-snoop
Completion/Unix/Command/_watch: completion: Add FreeBSD's
watch(1)
2015-07-26 Oliver Kiddle
* 35901: Completion/X/Type/_x_font: complete full names as removing
later components was broken for aliases and unwanted in any case
2015-07-26 Jun-ichi Takimoto
* Antony Lee: 35899: Completion/Unix/Type/_python_modules:
faster method of generating list of python modules
2015-07-25 Barton E. Schaefer
* unposted: Functions/Prompts/prompt_bart_setup: add RPS2 handling,
update help text, clean up indentation whitespace
2015-07-25 Peter Stephenson
* 35910: Src/input.c: Don't add to raw lex buffer if lex
stopped. Fixes crash on completion of incomplete
math expresion e.g. '$((3*4)'.
* 35909: Src/utils.c: fix $((...) completion in _expand by
normalising quoting of the math expression containing tokens.
* 35908: Src/ZLe/zle_tricky.c: fix $((...)) completion
by expand-or-complete widget.
2015-07-24 Barton E. Schaefer
* 35896: Doc/Zsh/params.yo, Doc/Zsh/zle.yo: index zle_highlight
* 35882: Src/Zle/iwidgets.list: read-command has ZLE_NOTCOMMAND
2015-07-24 Daniel Shahaf
* 35810: Etc/FAQ.yo: FAQ += edit-command-line
* 35809: Util/zyodl.vim: zyodl.vim: Fix nested parentheses
* 35807: Functions/Zle/edit-command-line: edit-command-line:
Fix for non-7bit-data (after 35769)
2015-07-24 Oliver Kiddle
* 35865: Doc/Zsh/prompt.yo: document %^ prompt expansion
* 35864: Doc/Zsh/mod_system.yo, Src/Modules/system.c,
Src/Modules/system.mdd: add sysopen, sysseek and systell to
system module
* 35879: Eric Cook: Completion/Linux/Command/_btrfs: fix for
subcommands that don't have a second subcommand
2015-07-24 Peter Stephenson
* 35883: Src/hist.c: Don't attempt to back up over history if
expanding alias.
2015-07-23 Peter Stephenson
* 35873: Test/D03procsubst.ztst: add original test from 35847:
* 35872: Src/utils.c: protect against NULL pointers in unmeta().
* 35849: Src/exec.c, Src/jobs.c, Test/D03procsubst.ztst: close
file descriptors from process substitution in parent after
fork.
* 35854: Stc/hist.c: ensure character unget doesn't cause
infinite recursion.
* 35793: Src/zsh.h: avoid undefined behaviour shifting signed
number.
2015-07-23 Oliver Kiddle
* 35753: Completion/Zsh/Type/_ps1234: allow for numbers after
the ( in ternary expressions and fix backslash quoting
* 35867: Completion/Unix/Command/_patchutils: new completion
* 35866: Completion/Unix/Command/_gzip: complete also for pigz
* 35866: Completion/Unix/Command/_zcat: allow for NetBSD gzip
* 35824: Doc/Zsh/zle.yo, Src/Zle/iwidgets.list, Src/Zle/zle.h,
Src/Zle/zle_misc.c, Src/Zle/zle_refresh.c: allow highlighting of
just pasted text, put text from bracketed paste in cut buffers
* 35815: Functions/Misc/nslookup: fix for newer nslookup
* 35814: Src/Zle/zle_main.c: POSTEDIT needs to be unmetafied
2015-07-22 Barton E. Schaefer
* 35839: Joshua Krusell :
Src/Modules/socket.c, Src/Modules/tcp.c: fix select polling in
ztcp and zsocket
* unposted: Completion/Zsh/Type/_directory_stack: move some more
recent code so an old comment is connected to the correct bit of
older code
* users/20324: Completion/Zsh/Type/_directory_stack: add (D) flag
for tilde-fied completion listing
* 35826: Src/Modules/newuser.c, Src/Modules/zftp.c,
Src/Zle/complist.c, Src/Zle/zle_misc.c, Src/init.c, Src/params.c,
Src/utils.c, Src/watch.c: add getsparam_u() to return unmetafied
string, use it for a number of references to non-special params
* 35823: Functions/Zle/narrow-to-region: fix handling of MARK
and CURSOR, clean up documentary comment
2015-07-22 Barton E. Schaefer
* unposted: Test/B02typeset.ztst: fix another test for 35581
* 35582: Test/A06assign.ztst, Test/B02typeset.ztst: test for 35581
* 35581: Src/params.c: output array assignments with spaces inside
the parens
2015-07-16 Barton E. Schaefer
* 35805: Test/E01options.ztst: tests for 35799
2015-07-15 Barton E. Schaefer
* 35799: Src/params.c: with NO_EXEC, parse parameter subscript
expressions to correctly balance enclosing braces, but do not
perform the subscripting
2015-07-15 Mikael Magnusson
* unposted: Completion/Zsh/Type/_ps1234: unposted: _ps1234:
Fix ternary test char completion
2015-07-14 Oliver Kiddle
* 35789: (tweaked c.f. Bart: 35791) Completion/Unix/Type/_files:
duplicate glob qualifier handling from _path_files so it is
called once and not for each file pattern
2015-07-13 Daniel Shahaf
* 35790: Util/zyodl.vim: zyodl.vim: Be compatible with Vim 6.
* 35775: Doc/Zsh/.vimrc Etc/zsh-development-guide Util/zyodl.vim:
New zsh-specific yodl vim syntax highlighting.
2015-07-13 Daniel Shahaf
* 35769: Functions/Zle/edit-command-line: edit-command-line:
Go to the right byte offset
2015-07-13 Oliver Kiddle
* 35737: (tweaked c.f. Peter: 35759): Src/Zle/zle_utils.c,
Functions/Zle/read-from-minibuffer: use new undo limit for
minibuffer and beep when limit is reached
* 35756: Completion/Zsh/Type/_ps1234: use the actual
colours in the completion list for terminal colours
* 35774: Completion/Unix/Type/_dates: fix double
formatting of date explanation message
2015-07-13 Daniel Hahler
* 35779: Completion/Unix/Command/_git: _git-config: remove
extraneous "local expl".
2015-07-12 Daniel Shahaf
* unposted: Test/B01cd.ztst: Typo
2015-07-10 Peter Stephenson
* unposted: Test/B01cd.ztst: notes on ZTST_unimplemented: and
ZTST_skip.
2015-07-10 Mikael Magnusson
* 35761: Test/V09datetime.ztst: Make sure to skip alternate
format extension test properly
2015-07-10 Peter Stephenson
* unposted: another ZTST_skip.
* 35760: Test/A01grammar.ztst, Test/C02cond.ztst,
Test/V09datetime.ztst, Test/ztst.zsh: ZTST_skip
can be used to skip test case.
2015-07-09 Peter Stephenson
* 35708: Doc/Zsh/zle.yo, Src/Zle/zle_params.c,
Src/Zle/zle_utils.c; UNDO_LIMIT_NO.
2015-07-09 Peter Stephenson
* 35751: Src/exec.c, Test/C03traps.ztst: fix ERR_RETURN /
ERR_EXIT in else branch of if.
2015-07-09 Mikael Magnusson
* 35745: Src/utils.c, Test/V09datetime.ztst: ztrftime: Pass
everything unhandled to the system strftime()
* unposted: (c.f. Jun T: 35754): Test/V09datetime.ztst: Make
V09 set a known timezone
2015-07-09 Oliver Kiddle
* 35748: Completion/Zsh/Type/_ps1234,
Completion/Zsh/Command/_print: fixes to prompt spec completion
where it contains date formats
* 35749: (c.f. Jun T: 35732): Completion/Unix/Type/_date_formats:
fix exclusion list for flags/modifiers
2015-07-08 Oliver Kiddle
* 35729: Completion/Zsh/Command/_compadd: new compadd completion
* Matthew Martin: 35727: Completion/Unix/Type/_diff_options:
support OpenBSD for diff options
2015-07-07 Oliver Kiddle
* 35700: Completion/Unix/Type/_date_formats: complete OS specific
date format specifiers and put % in a prefix
* 35718: Completion/Unix/Command/_find, Completion/Unix/Type/_dates,
Completion/Zsh/Type/_globquals: new calendar style date completion
2015-07-07 Peter Stephenson
* unposted: Src/Zle/complete.c: remove compiler warning.
2015-07-06 Barton E. Schaefer
* unposted: Doc/Zsh/expn.yo: alphabetize ${(b)...} flag
* 35709: Doc/Zsh/expn.yo: explain :s/// modifier contexts
* 35694: Src/subst.c, Test/D04parameter.ztst: fix handling of
history modifiers (specifically :s/l/r/) when applied across all
elements of an array parameter value
2015-07-06 Oliver Kiddle
* 35704: Doc/Zsh/compwid.yo, Src/Zle/compcore.c, Src/Zle/complete.c:
compadd -E 0 should imply -J and -2
2015-07-06 Mikael Magnusson
* 35696: Completion/Unix/Type/_ps1234: complete colors for %F{
and %K{
* 35697: Completion/Unix/Type/_date_formats,
Completion/Unix/Type/_ps1234: Complete strftime formats for %D{}
2015-07-06 Daniel Shahaf
* 35441: Etc/zsh-development-guide: Make devs' ChangeLog
generator scripts discoverable
2015-07-05 Peter Stephenson
* 35692: Src/Zle/computil.c: cfp_matcher_range used wrong raw
character if it couldn't be converted to wchar_t.
* 35688: Src/text.c: Slightly more nearly definitive version of
turning wordcode case statements back to text.
2015-07-04 Peter Stephenson
* 35682: Src/text.c, plus Test/A01grammar.ztst: turning case
statements parsed as multiple alternatives back into text.
2015-07-03 Oliver Kiddle
* 35681: Src/Modules/datetime.c: fix day of month initialisation
* 35674: Src/Zle/zle_main.c: make an undo event for
initial buffer contents
2015-07-03 Mikael Magnusson
* 35673: Completion/Zsh/Function/_zargs: Improve _zargs
2015-07-02 Peter Stephenson
* Han Pingtian: 35665: Src/Zle/complete.c: better error handling
for command line match processing.
* Eric Cook: 35663: Completion/Unix/Command/_zpool: fix for
changed interface.
* 35668: Src/input.c, Src/lex.c, Src/zsh.h,
Test/D03procsubst.ztst: replacement for 35667:
use input flag to stop unwanted backtracking,
additional test.
2015-07-01 Peter Stephenson
* 35667: Src/lex.c, Src/zsh.h, Test/D03procsubst.ztst,
Test/D08cmdsubst.ztst: fix command expansion which
starts but does not finish within alias.
2015-06-29 Peter Stephenson
* unposted: Doc/Zsh/options.yo: fix formatting typo.
* 35655: Doc/Zsh/options.yo, Src/exec.c, Src/options.c,
Src/zsh.h: APPEND_CREATE option gives POSIX compatible behaviour
for NO_CLOBBER.
2015-06-28 Barton E. Schaefer
* 35660: Functions/Prompts/prompt_adam1_setup: avoid perl, fix help
2015-06-29 Oliver Kiddle
* 35637: Src/Zle/zle.h, Src/Zle/zle_main.c, Src/Zle/zle_tricky.c:
remove the now unused module hook for reverse-menu-complete
* 35627: Src/Zle/compcore.c, Src/Zle/compctl.c, Src/Zle/complete.c,
Src/Zle/complist.c, Src/Zle/compresult.c, Src/Zle/zle_tricky.c:
make reverse-menu-complete start with last match in menu selection
* 35623: Src/Zle/complist.c: fix menu-selection where initial
selection would not be displayed without scrolling
2015-06-28 Peter Stephenson
* 35643: Src/parse.c: redirections after typeset assignments
were broken.
2015-06-27 Barton E. Schaefer
* 35642: Src/context.c: signal queueing in zcontext_save_partial()
* 35634: Src/exec.c: handle failure of gettempname() in namedpipe()
2015-06-27 Peter Stephenson
* 35635: Src/builtin.c: a bit more consistency about
making elements of things local.
* users/20281: Completion/Base/Core/_main_complete:
don't require MULTIFUNCDEF as _main_complete is parsed
before we can ensure it's set.
* 35623: Src/builtin.c, Src/zsh.h, Test/B02typeset.ztst: 35610
was incomplete: all is_array asignments should be treated as
having a value.
2015-06-26 Barton E. Schaefer
* 35626: Doc/Zsh/options.yo: update POSIX_CD to note that it is on
in ksh and sh emulations
2015-06-26 Peter Stephenson
* 35615: Src/lex.c, Src/Zle/zle_tricky.c:
fix completion after typeset.
* 35613: Src/builtin.c, Test/B02typeset: handle
array slices in typeset.
2015-06-25 Peter Stephenson
* 35610: Src/builtin.c: typeset is silent if
arguments is x=() even if array x already exists.
* 35604: Src/exec.c, Test/B02typeset: create
empty arrays in typeset with array=().
2015-06-24 Jun-ichi Takimoto
* 35550: Src/Zle/complist.c: fix backspace in interactive
mode of menu-select
2015-06-24 Peter Stephenson
* 35514: Han Pingtian: Src/pattern.c: [[:foo:]]
tests in completion weren't specific enough about
foo.
* 35590: Src/text.c, Test/B02typeset.ztst: tweak and
test text output for typeset.
* various culminating in 35586, c.f. commits on typeset-array
branch: Config/version.mk, Doc/Zsh/builtins.yo,
Doc/Zsh/grammar.yo, Doc/Zsh/options.yo, NEWS, README,
Src/builtin.c, Src/exec.c, Src/hashtable.c, Src/lex.c,
Src/options.c, Src/parse.c, Src/text.c, Src/zsh.h,
Test/B02typeset.ztst, Test/D01prompt.ztst, Test/E01options.ztst:
Implement assignment handling for typeset etc. when matched as
reserved words. Document and test.
2015-06-23 Peter Stephenson
* 35573: Completion/compinit: turn off POSIX_BUILTINS
in completion, needed to get usable OPTIND behaviour.
* unposted: Src/Zle/zle_misc.c: add missing "void" argument
list.
2015-06-23 Oliver Kiddle
* 35568: Completion/Zsh/Type/_file_descriptors: use symlinks in
/proc/$$/path on Solaris and procstat on FreeBSD
* 35529: Completion/Unix/Command/_java: fix filename completion
after java -jar
2015-06-22 Peter Stephenson
* 35566: Src/Modules/regex.c: didn't handle faile
parenthesis matches.
2015-06-22 Mikael Magnusson
* 35554: Doc/Zsh/contrib.yo: Document narrow-to-region -l and -r.
* 35558: Functions/Zle/narrow-to-region: narrow-to-region:
Use unique parameter names for new feature.
2015-06-21 Peter Stephenson
* 35545: Functions/Zle/narrow-to-region: Add ability to return
buffer components from narrowed region.
2015-06-19 Oliver Kiddle
* 35531: Completion/Unix/Command/_adb: fallback on file completion
* 35527: Completion/Unix/Type/_email_addresses,
Completion/Zsh/Command/_fc, Completion/Zsh/Command/_zpty:
use list-separator style in cases where separator was hardcoded
* 35528: Completion/Unix/Type/_pids: allow for IPREFIX
2015-06-18 Oliver Kiddle
* 35474, 35492: Doc/Zsh/params.yo, Doc/Zsh/zle.yo,
Src/Zle/complist.c, Src/Zle/iwidgets.list, Src/Zle/zle_hist.c,
Src/Zle/zle_keymap.c, Src/Zle/zle_main.c: support the
bracketed paste mode of newer terminal emulators
* 35487, 35496: Doc/Zsh/zle.yo, Src/Zle/complist.c,
Src/Zle/zle_hist.c: don't reinstate previous incremental search
string when search direction changes
* 35510: Completion/Unix/Command/_git: use consistent
formatting for git subcommands
* 35504: Completion/Unix/Command/_git: complete % placeholders
for git log --format
* 35521: Completion/Zsh/Type/_file_descriptors: sort matches
numerically and use pfiles on Solaris
* Eric Cook: 35490: Completion/Zsh/Type/_file_descriptors:
silence errors and avoid blank match due to missing local
2015-06-17 Mikael Magnusson
* 35477: Completion/Unix/Command/_gdb: _gdb: Allow 'core' to
occur anywhere in a coredump filename
* 35476: Src/params.c: Allow setting $0 when POSIX_ARGZERO is
not set
2015-06-16 Barton E. Schaefer
* 35493: Src/exec.c: erase $_ when the command line is an assignment
* 35482: Src/init.c: be consistent about how argzero is allocated
2015-06-14 Barton E. Schaefer
* 35469: Functions/Zle/smart-insert-last-word: test UNDO_CHANGE_NO
to determine whether to start over or use the next history event
* 35467: Completion/Unix/Command/_du: complete files for non-GNU du
2015-06-12 Peter Stephenson
* 35448: Src/Modules/curses.c, Src/Modules/regex.c,
Src/Zle/complist.c, Src/Zle/zle_utils.c, Src/builtin.c,
Src/glob.c, Src/hist.c, Src/prompt.c, Src/utils.c, Src/zsh.h,
Test/D07multibyte.ztst: Add non-metafied character length
handling and use this for regex module. Add test.
Rename mb_metacharinit() to mb_charinit() since it doesn't
involve metafied characters.
2015-06-11 Peter Stephenson
* 35442: Doc/Zsh/options.yo: multibyte option now on
everywhere by default.
2015-06-09 Oliver Kiddle
* 35418: Doc/Zsh/compsys.yo: fix usage synopsis for _describe
to be clear that a single description is used
2015-06-08 Peter Stephenson
* 35416: Src/options.c: Turn on MULTIBYTE in all
emulations, including sh.
2015-06-08 Daniel Hahler
* 35216: Completion/Unix/Command/_git: _git-checkout: do not call
__git_commits twice.
2015-06-07 Oliver Kiddle
* 35412: Src/builtin.c, Test/B03print.ztst: fix for - flag
when formating strings with printf that was broken in 34841
2015-06-06 Barton E. Schaefer
* 35350: Completion/Zsh/Command/_fc, Doc/Zsh/builtins.yo,
Src/builtin.c: extend "fc -I" to cover listing of "internal"
history events only
* 35163: Completion/Base/Core/_main_complete,
Completion/Base/Core/_setup: move "show-ambiguity" style to _setup
so that more precise context can be applied
2015-06-05 Peter Stephenson
* 35386: Doc/Zsh/builtins.yo, Doc/Zsh/contrib.yo,
Functions/Misc/zed, Src/builtin.c, Src/hashtable.c,
Src/pattern.c, Src/text.c, Src/utils.c, Src/zsh.h:
expand tabs for function output in functions, whence, where,
which and also zed -f using -x num option.
2015-06-03 Oliver Kiddle
* 35360 (replacing 35357): configure.ac, Src/Modules/zpty.c:
fix for configuring zpty on FreeBSD without pty.ko loaded
2015-06-03 Peter Stephenson
* 35374: Test/D07multibyte.ztst: add tab expansion test with
double width characters.
2015-06-02 Peter Stephenson
* 35369: Test/A06assign.ztst, Test/E01options.ztst: better
GLOB_ASSIGN testing.
2015-06-02 Mikael Magnusson
* 35365: Src/exec.c: GLOB_ASSIGN should only affect scalar
assignments, this regressed in 33816.
2015-06-02 Peter Stephenson
* users/20243: Completion/compinit: turn off GLOB_ASSIGN in
completion system.
2015-06-02 Daniel Shahaf
* 35270: Completion/Base/Utility/_describe: _describe: Document
a known issue described in 35229 (which is the same thread as
35127 and 34768)
* 35271: Completion/Unix/Command/_beep: New completion:
beep.
* unposted: Doc/Zsh/options.yo: Typo fix
2015-06-02 Peter Stephenson
* 35359 (plus changed error strings in tests): Src/math.c,
Test/C01arith.ztst: fix math parsing problem that trailing ")"
wasn't detected; also improve error messages to indicate they
refer to math expressions.
* Baptiste Daroussin: 35357: Src/Modules/zpty.c:
HAVE_POSIX_OPENPT is needed for FreeBSD zpty.
* 35353: Doc/Zsh/builtins.yo, Src/builtin.c, Src/utils.c,
Test/B03print.ztst: print -x and print -X expand tabs.
2015-06-02 Oliver Kiddle
* 35356: Completion/Unix/Type/_ttys, Completion/Unix/Command/_ps,
Completion/Unix/Command/_last, Completion/Unix/Command/_pgrep,
Completion/Unix/Command/_gdb: factor out completion of tty devices
* Adrien Vergé: 35352 (tweaked): Completion/Redhat/Command/_dnf:
completion for new Redhat package manager
2015-06-01 Peter Stephenson
* unposted: Config/version.mk: update to 5.0.8-dev-0 so
dev installs don't trash release.
2015-05-31 Peter Stephenson
* unposted: Config/version.mk: release 5.0.8, finally.
* 35343: Doc/Zsh/expn.yo, Doc/Zsh/options.yo, Src/subst.c,
Test/D04parameter.ztst: $#foo for any valid identifier
is only the length of foo if POSIX_IDENTIFIERS is not set.
2015-05-30 Barton E. Schaefer
* users/20238: Doc/Zsh/builtins.yo, Src/builtin.c: add "fc -L" to
operate only on the local shell history when history sharing is
in effect. Also avoid invoking the editor on empty results.
2015-05-30 Peter Stephenson
* Han Pingtian: 35324: Functions/Zftp/zfget_match: better zfget
completion with paths.
* Han Pingtian: 35311: Doc/Zsh/zftpsys.yo: typo in zfuput
behaviour.
2015-05-30 Barton E. Schaefer
* Oliver Kiddle: 35310 (plus undo 35268 (git 899613f)):
Completion/Base/Utility/_store_cache: fix quoting of cached arrays
2015-05-29 Peter Stephenson
* 35326: Src/subst.c, Test/D04parameter.ztst: $#- was misparsed
as ${#-}.
* users/20237: Src/Modules/parameter.c: $functions[foo]
shouldn't be unmetafied when passed as parameter body.
2015-05-28 Daniel Hahler
* 35098: Completion/Unix/Command/_git: provide --amend also with
"message" group.
2015-05-28 Oliver Kiddle
* 35315: Completion/Unix/Command/_git, Completion/X/Command/_matlab;
replace inappropriate uses of _path_commands
2015-05-28 Peter Stephenson
* 35318: Doc/Zsh/builtins.yo, Doc/Zsh/options.yo, Src/builtin.c,
Src/exec.c: POSIX_BUILTINS compatibility for OPTIND processing
in getopts.
2015-05-27 Peter Stephenson
* 35306: Src/parse.c, Test/C02cond.ztst: "test -z \("
failed owing to overeager parsing.
* unposted: Config/version.mk: 5.0.7-dev-4.
2015-05-27 Daniel Hahler
* 35285: Functions/Chpwd/_cdr: fix zstyle lookup for
recent-dirs-insert.
* 35286: Completion/Unix/Command/_baz, Completion/Unix/Command/_tla:
fix zstyle lookups with _baz and _tla.
* 35293: Completion/Unix/Command/_php: fix zstyle lookup with
_php: use trailing colon.
2015-05-27 Peter Stephenson
* Han Pingtian: 35299: Functions/Zftp/zfdir: improve effect of
zfdir -r.
2015-05-26 Jun-ichi Takimoto
* 35289: Doc/Zsh/builtions.yo: fix typos in the description
of emulate builtin (based on 34981 by Han Pingtian)
2015-05-26 Peter Stephenson
* see 35268: Completion/Base/Utility/_store_cache: revert 34476
(ae7dcab) as it seems to be having effects beyond the intended
optimisation of completion caching. To be investigated further
after the release.
* Han Pingtian: 35295: Functions/Zftp/zfcd_match: be more
inventive zftp directory listing.
* Eric Cook: 35292: Completion/Redhat/Command/_yum: complete
installation of local files.
2015-05-23 Daniel Shahaf
* 35127#1: Src/Zle/compcore.c Src/Zle/computil.c: Fix
_describe/compdescribe problem with unsorted groups
2015-05-22 Peter Stephenson
* 35266: Src/exec.c: test from users/20203 needed changing
because of jumps in locallevel.
2015-05-23 Jun-ichi Takimoto
* 35255: configure.sc, Doc/Makefile.in: if available, use
texi2any instead of texi2html
2015-05-22 Daniel Hahler
* 35261: Completion/Unix/Command/_git: make $ret local in
__git_recent_commits.
2015-05-21 Peter Stephenson
* 35250: Doc/Zsh/grammar.yo: fix case documentation (SH_GLOB).
* 35248: Src/lex.c, Src/parse.c, Test/A01grammar.ztst:
treat fully parenthesised zsh patterns as complete
case patterns again.
2015-05-20 Peter Stephenson
* Ismail: 35232: Completion/Unix/Type/_urls: matching
parentheses.
2015-05-20 Barton E. Schaefer
* 35231: Src/params.c: make mkevnstr() safe for NULL value
2015-05-19 Daniel Shahaf
* 35224: Completion/Unix/Command/_git: completion: git: Add
fast-export --signed-tags=warn-strip
2015-05-19 Daniel Hahler
* 35164: Completion/Unix/Command/_git: fix $pipestatus with
__git_commit_objects/__git_recent_commits.
* 35204: Completion/Unix/Command/_git: fix quoting in previous commit
commit (35164).
* 35209: Completion/Unix/Command/_git: remove -2 _describe in
__git_recent_commits. This fixes duplicate entries, because
__git_recent_commits gets called twice for _git-checkout
(for __git_revisions and __git_tree_ishs).
* 35211: Completion/Unix/Command/_git: __git_commit_objects:
do not use _guard, but only a pattern for skipping.
* 35217: Completion/Unix/Command/_git: _git-send-email:
provide completions from `__git_commit_objects_prefer_recent`.
2015-05-19 Daniel Shahaf
* users/20222: Completion/Unix/Command/_git: users/20222:
completion: git: Add matchspec for heads
2015-05-18 Peter Stephenson
* 35193: Doc/Zsh/builtins.yo, Src/builtin.c, Src/hashtable.h,
Test/A02alias.ztst: add "unalias -a".
* 35187: Completion/Unix/Command/_vim: fix unbalanced parentheses.
* 35184: Src/parse.c, Test/A01grammar.ztst: fix pattern parsing
after "|" in 35168.
* 35168: Completion/Unix/Command/_ant,
Completion/Unix/Command/_cp, Completion/Unix/Command/_locate,
Completion/Unix/Command/_make, Completion/Unix/Command/_tar,
Completion/Unix/Type/_path_commands,
Completion/X/Command/_xrandr, Config/version.mk, Src/lex.c,
Src/loop.c, Src/parse.c, Src/text.c, Test/A01grammar.ztst:
Fix parsing of case patterns so "|" is extracted by looking
for words; quote completion functions where needed in
consequence; add test; updated version number to 5.0.7-dev-3
because of wordcode incompatibility.
2015-05-18 Daniel Hahler
* 35126: Completion/Unix/Command/_git: __git_recent_commits:
add "return $ret" to make it useful when being called in a pipeline.
* 35100: Completion/Unix/Command/_git: __git_recent_commits:
massage ' ->*' from heads.
Handle " -> master, origin/master" in decorated git-log output, and
add it as separate entries.
* 35101: Completion/Unix/Command/_git: add
__git_commit_objects_prefer_recent. This is used with __git_commits
then, and is meant to only call __git_recent_commits, if there are
matches.
* 35104: Completion/Unix/Command/_git: __git_commit_objects: query
1000 commits. Also, `--all` and `--reflog` is used to get all commits.
* 35103: Completion/Unix/Command/_git: add %cr to commit objects (all
and recent).
* 35106: completion: git: unique name for __git_recent_commits.
* Daniel Shahaf: 35105: Completion/Unix/Command/_git: add
distance_from_head to __git_recent_commits.
2015-05-16 Daniel Shahaf
* 35161: Completion/Unix/Command/_git: completion: git: Fix
typo in 35061
2015-05-15 Peter Stephenson
* 35155: Src/lex.c: cmdpop() could sometimes get called too
often on error.
2015-05-15 Oliver Kiddle
* users/20219: Completion/Unix/Command/_git: fix for git options
2015-05-15 Peter Stephenson
* 35154: NEWS: news on arithmetic evaluation changes.
* 35153: Src/subst.c, Test/C01arith.ztst: nested math substitution.
* 35151: Src/subst.c: improved check for both b and q flags.
* 35131: Src/pattern.c: "[]" in a pattern is treated as an empty
character set (matching nothing) if there are no more active "]"
is in the pattern.
2015-05-14 Oliver Kiddle
* 35139: Completion/Zsh/Context/_brace_parameter: add (b) flag
* Øystein Walle: 34841 (tweaked): Src/builtin.c:
allow grouping of thousands in printf format string
* unposted: Completion/BSD/Type/.distfiles: include new dir
* Daniel Hahler: 35062: Completion/Unix/Command/_git:
__git_setup_revision_options includes __git_setup_diff_options
* Daniel Hahler: 35061: Completion/Unix/Command/_git:
add __git_setup_diff_stage_options and use it with
_git-diff-files and _git-diff explicitly
* Daniel Hahler: 35016: Completion/Unix/Command/_git:
introduce new pretty formats %g[sdD] for reflog information
2015-05-14 Peter Stephenson
* 35110: Src/builtin.c, Doc/Zsh/params.yo: don't
implicitly initialize restricted integers to zero.
2015-05-13 Oliver Kiddle
* 35092: Src/Zle/zle_params.c: fix for numeric arguments
from vi operator pending mode
* 35093: NEWS, Functions/Zle/select-bracketed,
Functions/Zle/select-quoted, Functions/Zle/surround:
new zle widgets for Vim-style text objects
2015-05-13 Peter Stephenson
* 35114: Src/Modules/zutil.c: zformat -a multibyte char widths.
* Christian Hesse: 35107: Completion/Unix/Command/_ip: new ip
options.
2015-05-13 Peter Stephenson
* users/20203: Src/builtin., Src/exec.c, Test/A01grammar.ztst:
nested function in always traps after exit didn't work.
2015-05-12 Jun-ichi Takimoto
* 35086: Doc/Zsh/expn.yo: reapply 35067 (with 35071) which
has been mistakenly reverted by 35075
2015-05-12 Daniel Hahler
* 35060 + 35072: Completion/Unix/Command/_git: completion: git: split
__git_heads into local and remote
2015-05-12 Jun-ichi Takimoto
* 35075: Doc/Zsh/builtins.yo, Doc/Zsh/calsys.yo,
Doc/Zsh/compctl.yo, Doc/Zsh/compsys.yo, Doc/Zsh/compwid.yo,
Doc/Zsh/contrib.yo, Doc/Zsh/expn.yo, Doc/Zsh/mod_clone.yo,
Doc/Zsh/mod_complist.yo, Doc/Zsh/mod_curses.yo,
Doc/Zsh/mod_parameter.yo, Doc/Zsh/mod_pcre.yo,
Doc/Zsh/mod_sched.yo, Doc/Zsh/mod_stat.yo, Doc/Zsh/mod_system.yo,
Doc/Zsh/mod_zftp.yo, Doc/Zsh/mod_zpty.yo, Doc/Zsh/mod_zselect.yo,
Doc/Zsh/mod_zutil.yo, Doc/Zsh/options.yo, Doc/Zsh/params.yo,
Doc/Zsh/tcpsys.yo, Doc/Zsh/zftpsys.yo, Doc/Zsh/zle.yo: improve
manual format
* unposted: ChangeLog: fixed entry for 35034 (2015-05-06)
2015-05-11 Oliver Kiddle
* 35049 (tweaked to make jname default): Completion/BSD/Type/_jails,
Completion/Unix/Command/_ps, Completion/Unix/Command/_pgrep:
allow jail completion to include jid 0 for the host and to complete
jails by any parameter
2015-05-11 Peter Stephenson
* 35078: Src/zsh.h, Test/D04parameter.ztst: also quote backslash
with (b) flag.
2015-05-10 Peter Stephenson
* 35067 (doc tweak from Daniel, 35071): Doc/Zsh/expn.yo,
Src/subst.c, Src/utils.c, Src/zsh.h, Src/ztype.h,
Test/D04parameter.ztst: add ${(b)foo} for backslash
quoting of patterns.
2015-05-10 Mikael Magnusson
* 35065: Src/zsh.h: Don't treat NUL as a combining character
2015-05-09 Daniel Shahaf
* 35066: Completion/Unix/Command/_python
Completion/Unix/Command/_subversion: Minor completion fix for
pasted arguments
2015-05-09 Jun-ichi Takimoto
* 35064: Src/pattern.c, Src/utils.c, Src/ztype.h: rename
ISPRINT to ZISPRINT to avoid name conflict
2015-05-08 Peter Stephenson
* 35059: Doc/Zsh/builtins.yo, Src/params.c,
Test/B02typeset.ztst: fix, document and test "readonly -p"
output for arrays and specials.
* 35056: Test/A02alias.ztst: turn off PROMPT_SP for interactive
test.
2015-05-08 Jun-ichi Takimoto
* 35057: Etc/FAQ.yo: make URL clickable (should have been
included in 34850)
2015-05-07 Peter Stephenson
* 35054: Src/params.c, Test/B02typeset.ztst: "readonly -p"
displays unset readonly variables with POSIXBUILTINS.
* Eric Cook: 35052: Completion/BSD/Command/_bsdconfig,
Completion/BSD/Command/_bsdinstall,
Completion/BSD/Command/_jexec, Completion/BSD/Command/_jls:
new completions.
2015-05-06 Barton E. Schaefer
* 35046: Src/lex.c: properly unwind cmdstack when erroring out of
lexing a parameter expansion in braces
2015-05-06 Peter Stephenson
* c.f. 35041 (Axel Beckert): Doc/Zsh/zle.yo: typo.
2015-05-06 Jun-ichi Takimoto
* 35034: Doc/Zsh/arith.yo, Doc/Zsh/builtins.yo, Doc/Zsh/cond.yo,
Doc/Zsh/expn.yo, Doc/Zsh/grammar.yo, Doc/Zsh/options.yo,
Doc/Zsh/params.yo, Doc/Zsh/redirect.yo, Doc/Zsh/zle.yo: improve
format in the manual (up to Chapter18)
2015-05-05 Peter Stephenson
* unposted: Config/version.mk, Etc/FAQ.yo: update for
5.0.7-dev-2, including updated FAQ source for newer YODL.
* 35032: Src/jobs.c: update job status with process status if
process detected as continued.
2015-05-05 Peter Stephenson
* unposted: fix descriptions in previous commit (cosmetic).
* 35033: Completion/Zsh/Function/_zcalc: trivial completion.
2015-05-04 Oliver Kiddle
* 35029: Src/Zle/zle_word.c, Test/X02zlevi.ztst:
improvements to newline handling for vi-mode word movement
2015-05-04 Mikael Magnusson
* 35021: Src/builtin.c: Fix two bugs in typeset_setbase
2015-05-03 Peter Stephenson
* 35018 (corrected): NEWS: news.
2015-05-03 Oliver Kiddle
35011: Completion/BSD/Type/_jails, Completion/Solaris/Command/_beadm,
Completion/Solaris/Type/_be_name, Completion/Solaris/Type/_zones,
Completion/Unix/Command/_chmod, Completion/Unix/Command/_chown,
Completion/Unix/Command/_cmp, Completion/Unix/Command/_comm,
Completion/Unix/Command/_cp, Completion/Unix/Command/_cut,
Completion/Unix/Command/_date, Completion/Unix/Command/_du,
Completion/Unix/Command/_elfdump, Completion/Unix/Command/_find,
Completion/Unix/Command/_fuser, Completion/Unix/Command/_gcore,
Completion/Unix/Command/_grep, Completion/Unix/Command/_iconv,
Completion/Unix/Command/_id, Completion/Unix/Command/_join,
Completion/Unix/Command/_last, Completion/Unix/Command/_ldd,
Completion/Unix/Command/_ls, Completion/Unix/Command/_md5sum,
Completion/Unix/Command/_mkdir, Completion/Unix/Command/_nl,
Completion/Unix/Command/_nm, Completion/Unix/Command/_od,
Completion/Unix/Command/_patch, Completion/Unix/Command/_ping,
Completion/Unix/Command/_ps, Completion/Unix/Command/_readelf,
Completion/Unix/Command/_rm, Completion/Unix/Command/_sed,
Completion/Unix/Command/_sort, Completion/Unix/Command/_uname,
Completion/Unix/Command/_uniq, Completion/Unix/Command/_wc,
Completion/Unix/Command/_xargs, Completion/Unix/Type/_diff_options,
Completion/Unix/Type/_file_systems: update completions for some
common Unix commands, in particular improving FreeBSD support
2015-05-01 Peter Stephenson
* 35009: README, Etc/FAQ.yo: updates for 5.0.8.
2015-05-01 Jun-ichi Takimoto
* 35008: Doc/Zsh/builtins.yo: clarify description of 'exec' and
'return'
2015-05-01 Peter Stephenson
* 35007: Doc/Zsh/zle.yo: note about scope of ZLE parameters.
2015-04-29 Peter Stephenson
* 34992: Doc/Zsh/builtins.yo, Src/builtin.c, Src/params.c,
Test/B02typeset.ztst: With POSXIBUILTINS, parameters can be
marked readonly if unset and in any case can't subsequently be
marked not readonly.
2015-04-28 Peter Stephenson
* 34989: Src/exec.c: AUTOCD needs to pass -- to cd to avoid
directory being treated as option.
2015-04-28 Peter Stephenson
* Jared Ahern: 34980: Completion/Unix/Command/_make: expanding
make variables was somewhat broken.
* Jared Ahern: 34980: Completion/Unix/Command/_make: match
additional forms of assignment in makefiles.
* 34979: Src/exec.c: preserve job text in shell job fix code.
* 34977: Src/zsh.mdd: more reliable test for whether
preprocessor is GNU.
2015-04-25 Barton E. Schaefer
* 34966: Src/hashtable.c: "whence -v" for a function reports
whether the function is autoloaded or its source file when known
* 34965: Src/glob.c: consistent use of zalloc/zrealloc/zfree
* 34961: Completion/Unix/Command/_mkdir: avoid _message because
it aborts completer list too early
* 34961: Completion/Base/Completer/_history: unquote history words
when command line has a quote
* 34961: Completion/compaudit: properly handle the case of finding
no files when searching $fpath and $_compdir
* 34961: Doc/Zsh/compsys.yo: minor wording clarification
* 34961: Src/Modules/datetime.c: $TZ is implicitly local in
builtin strftime (originally workers/34602 from workers/34596)
* 34961: Src/hist.c: clean up decl's of quote() and quotebreak()
* 34961: Doc/Zsh/mod_system.yo: sysparams[pid] and sysparams[ppid]
added to variables index
* 34961: Src/compat.c, Src/init.c: replace a couple of free() with
zfree() for consistency.
* 34961: Completion/Base/Completer/_expand: add backslash to alias
expansion matching (related to workers/32186)
* 34961: Test/D02glob.ztst: test for breadth-first glob with (Y1)
qualifier (originally workers/32726)
2015-04-24 Peter Stephenson
* 34955: Src/exec.c: list_pipe_job needs saving and restoring
with some other similar variables in execlist() in order
to stop source() messing up job control.
2015-04-24 Mikael Magnusson
* Oliver: 34940: Completion/Zsh/Command/_fc: fix typo breaking
completion for history
2015-04-17 Peter Stephenson
* 34921: Src/parse.c: handle error in recursive par_event().
2015-04-17 Peter Stephenson
* 34920: Etc/zsh-development-guide: info on git pull.
2015-04-17 Daniel Hahler
* 34899: Completion/Unix/Command/_vim: completion: _vim: add
nvim to #compdef
2015-04-17 Peter Stephenson
* 34919: Src/Zle/zle_hist.c, Src/Zle/zle_misc.c: similar cases
with send-break and push-input.
* 34905: Src/Zle/zle_keymap.c, Src/lex.c, Src/parse.c: suppress
parse errors resulting from keyboard interruption.
2015-04-16 Mikael Magnusson
* 34902: Doc/Zsh/compsys.yo, Doc/Zsh/contrib.yo, Doc/Zsh/zle.yo:
explain the numeric argument and be consistent about what we
call it.
2015-04-15 Peter Stephenson
* 34901: Test/A04redirect.ztst: Test for the foregoing.
* 34900: Src/exec.c: assignment before an "exec" with
a redirection, with and without POSIXBUILTINS.
2015-04-15 Peter Stephenson
* unposted: Src/math.c: rewrite last commit to look more
like other uses of Nularg.
* 34892 (slightly tweaked): Src/math.c, Test/C01arith.ztst: fix
math evaluation with empty expression resulting from substitution.
* 34887: Src/exec, Test/E01options.ztst: assignments before
"command special-builtin/func" in POSIX_BUILTINS mode behave as
normal command. Tidy up case handling in code and add test.
2015-04-13 Daniel Shahaf
* users/20159: Completion/Zsh/Command/_zstyle: completion: zstyle:
Add 'show-ambiguity'
* 34886: Completion/Unix/Command/_git: completion: git: Complete
rebase --exec argument
* 34885: Completion/Unix/Command/_git: completion: git: Sort
"commit object" completions most recent first
* 34885: Completion/Unix/Command/_git: completion: git: Fix
another instance of the 34671 bug fixed in 34814
2015-04-13 Peter Stephenson
* Han Pingtian: 34880: Doc/Zsh/options.yo: POSIX_TRAPS doc.
* Han Pingtian: 34875: Doc/Zsh/options.yo: CSH_JUNKIE_HISTORY doc.
* Han Pingtian: users/20078: Doc/Zsh/options.yo: HIST_BEEP doc.
2015-04-10 Clint Adams
* 34874: Completion/Unix/Command/_cabal: completion for cabal
command from cabal-install.
2015-04-10 Daniel Hahler
* 34748: Completion/Unix/Command/_git: completion: git: update
list of builtintools
2015-04-07 Jun-ichi Takimoto
* 34850: Doc/zman.yo, Doc/ztexi.yo, Doc/META-FAQ.yo,
Doc/Zsh/contrib.yo, Doc/Zsh/ftp_sites.yo, Doc/Zsh/manual.yo,
Doc/Zsh/metafaq.yo, Doc/Zsh/roadmap.yo: make URLs in html/pdf
docs clickable
2015-04-06 Barton E. Schaefer
* 34851: Src/builtin.c: fix thinko from 34093 that short-circuited
some "whence -m" searches
2015-04-03 Barton E. Schaefer
* 34837: Src/glob.c: avoid loss of original file path when applying
colon-modifiers in glob qualifiers, that path is still needed for
later stat() when sorting.
2015-04-03 Jun-ichi Takimoto
* 34840: Doc/Zsh/prompt.yo: minor format fixes
2015-04-02 Jun-ichi Takimoto
* 34836: Doc/Zsh/prompt.yo: fix description of '%-0<<'
2015-04-01 Daniel Shahaf
* 34814: Completion/Unix/Command/_git: completion: git: Fix
bug introduced by 34671 [based on patch by Daniel Hahler]
2015-03-31 Peter Stephenson
* users/20058: Completion/Unix/Command/_ip,
Completion/Unix/Type/_find_net_interfaces,
Completion/Unix/Type/_net_interfaces: improve matching of
devices already on command line in ip completion.
2015-03-31 Peter Stephenson
* Han Pingtian: 34822: Doc/Zsh/options.yo: correction to
GLOB_SUBST doc.
2015-03-29 Peter Stephenson
* 34817: Src/hist.c, Src/lex.c: catch some errors earlier when
handling history to avoid knock-on errors and doing too much
processing.
2015-03-29 Theo Buehler
* 34792: Src/Modules/langinfo.c: langinfo: Fix pointer type
2015-03-29 Daniel Hahler
* 34762: Completion/Unix/Command/_git: completion: git: add
short option for '--dir-diff' (_git-difftool)
2015-03-28 Barton E. Schaefer
* 34804: Src/lex.c: refine 34734 POSIX_ALIAS change to preserve
old behavior of [[ ]] conditionals
* 34781: Src/lex.c, Test/A02alias.ztst: add implicit space after
alias expansion of tokens that form words without spacing; fixes
crash when using completion immediately following such an alias
2015-03-27 Barton E. Schaefer