about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
...
* 39383: compadd: Restrict previous patch to the case where $PREFIX includes ch...Daniel Shahaf2016-09-201-2/+4
* 39372: compadd: Match -P prefix all-or-nothing rather than greedily.Daniel Shahaf2016-09-201-4/+7
* 39381: handle save/restore of variable values when "typeset"-related reserved...Barton E. Schaefer2016-09-191-2/+2
* 39362: another race with pipeline handling.Peter Stephenson2016-09-161-25/+9
* 39359: Fix remaining race with orphaned subjob.Peter Stephenson2016-09-163-5/+58
* 39331: Reparent subjob on fork with exited superjob.Peter Stephenson2016-09-163-4/+31
* 39310/0010: internals: match_str: Simplify expression.Daniel Shahaf2016-09-161-5/+5
* 39310/0009: internals: match_str: Downscope local variable 't'.Daniel Shahaf2016-09-161-2/+11
* 39310/0008: internals: match_str: Document several local variables.Daniel Shahaf2016-09-161-2/+16
* 39310/0007: internals: match_str: Rename and constify local variables 'oll', ...Daniel Shahaf2016-09-161-2/+3
* 39310/0006: internals: match_str: Downscope local variable 'bpc'.Daniel Shahaf2016-09-161-3/+7
* 39310/0005: internals: match_str: Constify some local variables.Daniel Shahaf2016-09-161-6/+6
* 39310/0004: internals: match_str: Document 'savl'.Daniel Shahaf2016-09-161-1/+16
* 39310/0003: internals: match_str: Document 'savw'. Avoid magic number.Daniel Shahaf2016-09-161-3/+6
* 39310/0002: internals: match_str: Simplify by removing 'zoff'.Daniel Shahaf2016-09-161-10/+10
* 39310/0001: internals: match_str: Document some local variables. See 39123.Daniel Shahaf2016-09-161-2/+56
* 39332: support ksh's [[ -v varname ]] condition for checking if variables are...Oliver Kiddle2016-09-163-2/+34
* unposted: remove duplicated assignmentOliver Kiddle2016-09-151-1/+0
* zsh-users/21903: Fix ${...?...} in interactive shell.Peter Stephenson2016-09-142-1/+15
* 39292: Distinguish "=" and "==" tests in output.Peter Stephenson2016-09-134-23/+39
* 39305: Fix error handling after parse for here document.Peter Stephenson2016-09-131-1/+1
* 39268: "zsystem flock -t 0 ..." tries only once to flock and immediately retu...Barton E. Schaefer2016-09-111-3/+3
* 39252: internal: quotestring: Drop the 'e' parameter, which no caller uses.Daniel Shahaf2016-09-119-59/+40
* 39185: Only set word begin for completion word if not alias.Peter Stephenson2016-09-071-1/+1
* 39218: Fix module feature enables with math functions.Peter Stephenson2016-09-071-0/+2
* 39217: fix error name generation with GCC.Peter Stephenson2016-09-071-1/+6
* 39173: _arguments: Escape colons and backslashes in $opt_args unambiguously.Daniel Shahaf2016-09-061-3/+9
* 39181: Add PM_SINGLE and use for compstate.Peter Stephenson2016-09-063-2/+8
* 39167: Make $ENV handling more like POSIXTeubel György2016-09-051-11/+14
* unposted: internals: Document zshcompwid(1) parameter implementations.Daniel Shahaf2016-09-042-3/+21
* 39125: More care needed decrementing SHLVL on exec.Stephane Chazelas2016-08-311-4/+7
* 39115: repair forced joining when (@) and (j) are used togetherBarton E. Schaefer2016-08-291-2/+3
* 39104: do not hash relative paths in findcmd()Barton E. Schaefer2016-08-261-1/+1
* 39087: fix 'conditionally uninitialized' variablesJun-ichi Takimoto2016-08-232-2/+4
* 39086: declare file local variables as 'static'Jun-ichi Takimoto2016-08-231-2/+2
* 39046 + 39061: New :P history modifier.Daniel Shahaf2016-08-223-7/+22
* 39064: use scalbn() instead of scalb() (mathfunc.c)Jun-ichi Takimoto2016-08-201-0/+4
* 39026: pattern specified with _arguments' -A option shouldn't be checked agai...Oliver Kiddle2016-08-131-2/+4
* 39035: ${(A)name=word} should expand as an array even when there is only one ...Barton E. Schaefer2016-08-121-0/+1
* 39031: Ensure variables in transpose-words are initialisedPeter Stephenson2016-08-121-1/+1
* 38983: Make transpose-words handle numeric arguments sensiblyHan Pingtian2016-08-121-39/+51
* 39028: more join/split cases fixed and tested.Barton E. Schaefer2016-08-121-3/+4
* 39019 (cf. PWS 39013): fix SHWORDSPLIT regression introduced by workers/29313Barton E. Schaefer2016-08-101-6/+15
* 39014: Use special OpenBSD interface to get correct rand() behaviorMikael Magnusson2016-08-101-0/+4
* unposted: fix typo in commentBarton E. Schaefer2016-08-061-1/+1
* workers/38995 (in part): compfiles: Add reverse-engineered documentation brea...Daniel Shahaf2016-08-051-0/+15
* 38991: Make 'whence -v autoloaded-function' shows the defining filename.Daniel Shahaf2016-08-051-1/+2
* 38971: Start using the new arrlen_ge() / arrlen_le() helpers.Daniel Shahaf2016-08-016-12/+12
* 38973: Optimize indexing array parameters.Daniel Shahaf2016-08-013-5/+52
* 38927: zle-line-pre-redraw: Set $WIDGET like other special widgets do.Daniel Shahaf2016-07-281-1/+1