summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2020-09-1047352 (+ extra test cases): fix %<n>K prompt expansionStephane Chazelas1-1/+1
2020-08-28github #64: Fix a build-time error when building against ncurses that hadn't ...Daniel Shahaf1-1/+6
2020-08-0847296 (+ unposted additional tests and comments): 'repeat' loops: Let the rep...Daniel Shahaf1-1/+1
2020-08-0847300: Document the EC_NODUP, EC_DUP, EC_DUPTOK triplet.Daniel Shahaf2-3/+27
2020-07-29unposted: comments explaining how hashtable must be createdRoman Perepelitsa1-1/+4
2020-07-2946275: eliminate undefined behavior caused by redefinition of hashtableRoman Perepelitsa2-55/+56
2020-07-2846268: suppress a useless compiler warning around nice()Roman Perepelitsa1-2/+1
2020-07-1146152: zsh/system: Re-allow '0' timeout in zsystem flockCedric Ware1-3/+3
2020-07-0546175/0003: Fix the RM_STAR_SILENT bug from the parent commit.Daniel Shahaf1-1/+1
2020-07-0346168: Update $PWD and call chpwd hook after normalizing pathMatthew Martin1-18/+17
2020-07-03users/24971: ${(-)var} sorts on signed integersPeter Stephenson3-9/+27
2020-06-27unposted (after 46068): Fix a compiler warning.Daniel Shahaf1-1/+1
2020-06-2746072 + 46136: Add the 'zle $widget -f nolast' syntax, to improve add-zle-hoo...Daniel Shahaf1-2/+17
2020-06-2646100: Fix =subst before =(subst)Peter Stephenson1-1/+1
2020-06-2546068 (tweaked) (was: github #57): region_highlight: Add memo= support.Daniel Shahaf4-9/+87
2020-06-2346079: Ignore double quotes in math expressions.Peter Stephenson1-0/+2
2020-06-1846060: Fix spurious actions on exit status 130 or 131.Peter Stephenson1-4/+7
2020-06-0946026: Add CLOBBER_EMPTY option.Peter Stephenson3-5/+24
2020-06-08users/24909: Don't clean up special file list too early.Peter Stephenson1-1/+1
2020-06-05typeset: Fix leaving corrupted entries in paramtabMikael Magnusson1-3/+9
2020-05-3045915: fix handling of hyphens in spckword()Bart Schaefer1-5/+11
2020-05-2845923 (with memory leak fixed, cf. 45924): zprof: Don't tally all anonymous f...Daniel Shahaf2-5/+46
2020-05-2345900: Fix issues with escaped newline in $-substitution.Peter Stephenson1-0/+21
2020-05-12Support ${name:offset:length} with an empty offsetMikael Magnusson1-5/+15
2020-05-0545772: Restore locale on parameter scope end.Peter Stephenson1-0/+34
2020-05-03unposted: add a comment about how to add a new resourceJun-ichi Takimoto1-0/+7
2020-05-0345730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely.Daniel Shahaf2-6/+49
2020-05-0345729: internal: Add a second parameter to zlinklist2array(), analogously to ...Daniel Shahaf5-15/+20
2020-05-0245737 (+ docs, and update the test from 45722): zstyle: When determining the ...Daniel Shahaf1-2/+11
2020-04-2045708: zsh/system: Enable sub-second timeout in zsystem flockCedric Ware3-5/+136
2020-04-0945660: Fix crash setting vi or emacs mode on command line.Peter Stephenson2-8/+24
2020-04-02Add SHORT_REPEAT optionMikael Magnusson4-2/+4
2020-03-2645616: Remove token from count argument to repeatPeter Stephenson1-1/+3
2020-03-2545583/0008: Extend tests to prove that what remains of xsymlinks() handles sy...Daniel Shahaf1-2/+0
2020-03-2545583/0007: Remove code that is now unreachable.Daniel Shahaf1-17/+4
2020-03-2545583/0006: Don't use xsymlinks() in 'whence -s'.Daniel Shahaf1-4/+14
2020-03-2545583/0004: Fix segfault on resolving symlink loopsDaniel Shahaf1-3/+3
2020-03-2545583/0003: chrealpath: Let caller decide how the return value should be allo...Daniel Shahaf2-6/+9
2020-03-2545583/0002: chrealpath: Make symlink resolution optional.Daniel Shahaf2-7/+18
2020-03-2245563: %z can be used for zlong in warnings and errorsPeter Stephenson1-0/+9
2020-03-2245583/0009: Add end-of-options guard support to 'function -T'.Daniel Shahaf1-4/+12
2020-03-2245583/0008: Add the 'function -T' syntax.Daniel Shahaf2-5/+14
2020-03-2245583/0007: WC_FUNCDEF: Add a placeholder element.Daniel Shahaf3-2/+8
2020-03-2245583/0006: internal: Add some comments for orientation. No functional change.Daniel Shahaf1-8/+8
2020-03-2245583/0005: internal: Document the WC_FUNCDEF data layout for anonymous funct...Daniel Shahaf1-2/+8
2020-03-2245583/0004: internal: Add some comments around wordcodes. No functional change.Daniel Shahaf2-2/+13
2020-03-2245583/0003: internal: Add some comments around Eccstr. No functional change.Daniel Shahaf2-6/+49
2020-03-2245583/0002: internal: Reduce some variables' visibility. No functional change.Daniel Shahaf1-8/+7
2020-03-2245583/0001: internal: Remove a redundant assignment.Daniel Shahaf1-1/+0
2020-03-20unposted: Deconfuse $EDITOR's balanced braces mode. No functional change.Daniel Shahaf1-2/+3