about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
...
* typeset: Fix leaving corrupted entries in paramtabMikael Magnusson2020-06-051-3/+9
* 45915: fix handling of hyphens in spckword()Bart Schaefer2020-05-301-5/+11
* 45923 (with memory leak fixed, cf. 45924): zprof: Don't tally all anonymous f...Daniel Shahaf2020-05-282-5/+46
* 45900: Fix issues with escaped newline in $-substitution.Peter Stephenson2020-05-231-0/+21
* Support ${name:offset:length} with an empty offsetMikael Magnusson2020-05-121-5/+15
* 45772: Restore locale on parameter scope end.Peter Stephenson2020-05-051-0/+34
* unposted: add a comment about how to add a new resourceJun-ichi Takimoto2020-05-031-0/+7
* 45730: _arguments: Add the -0 flag, which makes $opt_args be populated sanely.Daniel Shahaf2020-05-032-6/+49
* 45729: internal: Add a second parameter to zlinklist2array(), analogously to ...Daniel Shahaf2020-05-035-15/+20
* 45737 (+ docs, and update the test from 45722): zstyle: When determining the ...Daniel Shahaf2020-05-021-2/+11
* 45708: zsh/system: Enable sub-second timeout in zsystem flockCedric Ware2020-04-203-5/+136
* 45660: Fix crash setting vi or emacs mode on command line.Peter Stephenson2020-04-092-8/+24
* Add SHORT_REPEAT optionMikael Magnusson2020-04-024-2/+4
* 45616: Remove token from count argument to repeatPeter Stephenson2020-03-261-1/+3
* 45583/0008: Extend tests to prove that what remains of xsymlinks() handles sy...Daniel Shahaf2020-03-251-2/+0
* 45583/0007: Remove code that is now unreachable.Daniel Shahaf2020-03-251-17/+4
* 45583/0006: Don't use xsymlinks() in 'whence -s'.Daniel Shahaf2020-03-251-4/+14
* 45583/0004: Fix segfault on resolving symlink loopsDaniel Shahaf2020-03-251-3/+3
* 45583/0003: chrealpath: Let caller decide how the return value should be allo...Daniel Shahaf2020-03-252-6/+9
* 45583/0002: chrealpath: Make symlink resolution optional.Daniel Shahaf2020-03-252-7/+18
* 45563: %z can be used for zlong in warnings and errorsPeter Stephenson2020-03-221-0/+9
* 45583/0009: Add end-of-options guard support to 'function -T'.Daniel Shahaf2020-03-221-4/+12
* 45583/0008: Add the 'function -T' syntax.Daniel Shahaf2020-03-222-5/+14
* 45583/0007: WC_FUNCDEF: Add a placeholder element.Daniel Shahaf2020-03-223-2/+8
* 45583/0006: internal: Add some comments for orientation. No functional change.Daniel Shahaf2020-03-221-8/+8
* 45583/0005: internal: Document the WC_FUNCDEF data layout for anonymous funct...Daniel Shahaf2020-03-221-2/+8
* 45583/0004: internal: Add some comments around wordcodes. No functional change.Daniel Shahaf2020-03-222-2/+13
* 45583/0003: internal: Add some comments around Eccstr. No functional change.Daniel Shahaf2020-03-222-6/+49
* 45583/0002: internal: Reduce some variables' visibility. No functional change.Daniel Shahaf2020-03-221-8/+7
* 45583/0001: internal: Remove a redundant assignment.Daniel Shahaf2020-03-221-1/+0
* unposted: Deconfuse $EDITOR's balanced braces mode. No functional change.Daniel Shahaf2020-03-201-2/+3
* 45536: fix handling of 8bit character under C-localeJun-ichi Takimoto2020-03-171-2/+2
* Merge remote-tracking branch 'origin/master' into 5.9Daniel Shahaf2020-03-0721-638/+634
|\
| * 45490 (+45495 and a test): refactor rlimits.cJun-ichi Takimoto2020-03-063-560/+263
| * users/24710: Fix job control problem with sudo.Peter Stephenson2020-02-273-6/+14
| * 45487: Missing mod_export declarations for AIXPeter Stephenson2020-02-246-6/+6
| * 45453: builtins: kill: Do not signal current process group when pid is emptyChris Down2020-02-181-2/+3
| * Clean up error-message white spacedana2020-02-141-9/+21
| * Improve PRIVILEGED fixes (again)dana2020-02-141-49/+43
| * Improve PRIVILEGED fixesDaniel Shahaf2020-02-144-99/+275
| * Drop privileges securelySam Foxman2020-02-141-40/+121
| * zsh/system: Fix infinite loop in sysreadRoman Perepelitsa2020-02-061-1/+1
| * 45373: Fix ERR_EXIT bug in else branch of if.Peter Stephenson2020-02-021-1/+1
| * 45343: Queue signals around arithmetic evaluationsDaniel Shahaf2020-01-292-7/+11
| * unposted: internal: Add some comments and fix indentation. No functional cha...Daniel Shahaf2020-01-261-2/+13
| * 45340: internal: Document the difference between paramtab and realparamtab.Daniel Shahaf2020-01-231-1/+7
* | 45304: Do execute the always block even when the try/always block itself is t...Daniel Shahaf2020-01-161-1/+1
* | 45291: A glob with a trailing slash will now match unreadable/unexecutable di...Daniel Shahaf2020-01-151-10/+39
* | Merge remote-tracking branch 'origin/master' into 5.9Daniel Shahaf2020-01-1523-29/+40
|\|
| * 45302: bin_umask(): Queue signals around umask().Daniel Shahaf2020-01-151-1/+4