summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-1239035: ${(A)name=word} should expand as an array even when there is only one ...Barton E. Schaefer1-0/+1
2016-08-1239031: Ensure variables in transpose-words are initialisedPeter Stephenson1-1/+1
2016-08-1238983: Make transpose-words handle numeric arguments sensiblyHan Pingtian1-39/+51
2016-08-1239028: more join/split cases fixed and tested.Barton E. Schaefer1-3/+4
2016-08-1039019 (cf. PWS 39013): fix SHWORDSPLIT regression introduced by workers/29313Barton E. Schaefer1-6/+15
2016-08-1039014: Use special OpenBSD interface to get correct rand() behaviorMikael Magnusson1-0/+4
2016-08-06unposted: fix typo in commentBarton E. Schaefer1-1/+1
2016-08-05workers/38995 (in part): compfiles: Add reverse-engineered documentation brea...Daniel Shahaf1-0/+15
2016-08-0538991: Make 'whence -v autoloaded-function' shows the defining filename.Daniel Shahaf1-1/+2
2016-08-0138971: Start using the new arrlen_ge() / arrlen_le() helpers.Daniel Shahaf6-12/+12
2016-08-0138973: Optimize indexing array parameters.Daniel Shahaf3-5/+52
2016-07-2838927: zle-line-pre-redraw: Set $WIDGET like other special widgets do.Daniel Shahaf1-1/+1
2016-07-28users/21793: Remove raw integers as glob qualifiers.Peter Stephenson1-8/+1
2016-07-2338923: zwaitjob() continues waiting for children that may have ignored the in...Barton E. Schaefer1-1/+8
2016-07-2038853: use strchr()Peter Stephenson1-7/+1
2016-07-1938862: strptime(3) requires _XOPEN_SOURCE on CygwinJun-ichi Takimoto1-0/+3
2016-07-1838879: Unmetafy file names for glob sort.Peter Stephenson1-1/+29
2016-07-1738845: reset region_active before entering zleOliver Kiddle1-1/+1
2016-07-0838810: fix cursor positioning and repeated invocations when widgets used from...Oliver Kiddle1-9/+9
2016-07-0838809: fix tracking of colour attributes and restore them when turning bold offOliver Kiddle3-7/+10
2016-06-2938770: vi upper/lowercase widgets and shell widget example that reads a vi mo...Oliver Kiddle3-1/+52
2016-06-2938752: add comments to explain use of stdout instead of stderr for the which ...Oliver Kiddle1-1/+2