summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2016-09-2939502: Fork for assignment in LHS of pipeline.Peter Stephenson1-1/+2
2016-09-29unposted: Update findcmd() in Zle.Peter Stephenson2-5/+7
2016-09-2934943: Fixes for "command" with multiple options.Peter Stephenson3-39/+126
2016-09-28unposted: change '\0' to NULL to silence spurious compile warning.Bart Schaefer1-1/+1
2016-09-2839460: Don't import PS4 if running as root.Peter Stephenson2-3/+31
2016-09-27unposted: remove extra close-paren from d6a6b4ffBart Schaefer1-1/+1
2016-09-2739369 (tweaked cf 39371): when calling an internal widget, set bindk because ...Oliver Kiddle1-0/+4
2016-09-2739437: use list_pipe_pid in assignment for clarityBarton E. Schaefer1-1/+1
2016-09-2639448: reset REPLY in select on user actionMartijn Dekker1-0/+2
2016-09-2539436: Pass on status of SIGINT better.Peter Stephenson2-1/+3
2016-09-2539435: Further fix for pgrp of funny pipelines.Peter Stephenson1-1/+2
2016-09-2339412: Fix directory completion when $PWD:h contains parentheses, which are i...Daniel Shahaf1-1/+4
2016-09-2039383: compadd: Restrict previous patch to the case where $PREFIX includes ch...Daniel Shahaf1-2/+4
2016-09-2039372: compadd: Match -P prefix all-or-nothing rather than greedily.Daniel Shahaf1-4/+7
2016-09-1939381: handle save/restore of variable values when "typeset"-related reserved...Barton E. Schaefer1-2/+2
2016-09-1639362: another race with pipeline handling.Peter Stephenson1-25/+9
2016-09-1639359: Fix remaining race with orphaned subjob.Peter Stephenson3-5/+58
2016-09-1639331: Reparent subjob on fork with exited superjob.Peter Stephenson3-4/+31
2016-09-1639310/0010: internals: match_str: Simplify expression.Daniel Shahaf1-5/+5
2016-09-1639310/0009: internals: match_str: Downscope local variable 't'.Daniel Shahaf1-2/+11
2016-09-1639310/0008: internals: match_str: Document several local variables.Daniel Shahaf1-2/+16
2016-09-1639310/0007: internals: match_str: Rename and constify local variables 'oll', ...Daniel Shahaf1-2/+3
2016-09-1639310/0006: internals: match_str: Downscope local variable 'bpc'.Daniel Shahaf1-3/+7
2016-09-1639310/0005: internals: match_str: Constify some local variables.Daniel Shahaf1-6/+6
2016-09-1639310/0004: internals: match_str: Document 'savl'.Daniel Shahaf1-1/+16
2016-09-1639310/0003: internals: match_str: Document 'savw'. Avoid magic number.Daniel Shahaf1-3/+6
2016-09-1639310/0002: internals: match_str: Simplify by removing 'zoff'.Daniel Shahaf1-10/+10
2016-09-1639310/0001: internals: match_str: Document some local variables. See 39123.Daniel Shahaf1-2/+56
2016-09-1639332: support ksh's [[ -v varname ]] condition for checking if variables are...Oliver Kiddle3-2/+34
2016-09-15unposted: remove duplicated assignmentOliver Kiddle1-1/+0
2016-09-14zsh-users/21903: Fix ${...?...} in interactive shell.Peter Stephenson2-1/+15
2016-09-1339292: Distinguish "=" and "==" tests in output.Peter Stephenson4-23/+39
2016-09-1339305: Fix error handling after parse for here document.Peter Stephenson1-1/+1
2016-09-1139268: "zsystem flock -t 0 ..." tries only once to flock and immediately retu...Barton E. Schaefer1-3/+3
2016-09-1139252: internal: quotestring: Drop the 'e' parameter, which no caller uses.Daniel Shahaf9-59/+40
2016-09-0739185: Only set word begin for completion word if not alias.Peter Stephenson1-1/+1
2016-09-0739218: Fix module feature enables with math functions.Peter Stephenson1-0/+2
2016-09-0739217: fix error name generation with GCC.Peter Stephenson1-1/+6
2016-09-0639173: _arguments: Escape colons and backslashes in $opt_args unambiguously.Daniel Shahaf1-3/+9
2016-09-0639181: Add PM_SINGLE and use for compstate.Peter Stephenson3-2/+8
2016-09-0539167: Make $ENV handling more like POSIXTeubel György1-11/+14
2016-09-04unposted: internals: Document zshcompwid(1) parameter implementations.Daniel Shahaf2-3/+21
2016-08-3139125: More care needed decrementing SHLVL on exec.Stephane Chazelas1-4/+7
2016-08-2939115: repair forced joining when (@) and (j) are used togetherBarton E. Schaefer1-2/+3
2016-08-2639104: do not hash relative paths in findcmd()Barton E. Schaefer1-1/+1
2016-08-2339087: fix 'conditionally uninitialized' variablesJun-ichi Takimoto2-2/+4
2016-08-2339086: declare file local variables as 'static'Jun-ichi Takimoto1-2/+2
2016-08-2239046 + 39061: New :P history modifier.Daniel Shahaf3-7/+22
2016-08-2039064: use scalbn() instead of scalb() (mathfunc.c)Jun-ichi Takimoto1-0/+4
2016-08-1339026: pattern specified with _arguments' -A option shouldn't be checked agai...Oliver Kiddle1-2/+4