about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Fix typos reported by codespell in Src/Mikael Magnusson2020-01-094-4/+4
| * 45269: Fix misspellings in completions and elsewhere.Jens Schleusener2020-01-0915-17/+17
| * 45181: Fix workers/45164: ${(S)%%} will now consider the empty string as a po...Daniel Shahaf2020-01-021-2/+2
| * 24581: Fix array assignments in shell word splitting and completion.Peter Stephenson2019-12-312-1/+13
| * unposted: zerrmsg(): Fix macro guard missed in previous commitdana2019-12-261-2/+0
| * internal: Allow %L in zerrmsg() in non-debug builds, too.Daniel Shahaf2019-12-261-2/+0
* | 45137: zformat: Allow the specifying minimum width and a dot with an empty ma...Daniel Shahaf2019-12-261-2/+1
* | 45138: Add zformat unit tests.Daniel Shahaf2019-12-261-3/+3
* | 45131: Make a function that redefines itself preserve its tracedness.Daniel Shahaf2019-12-261-0/+6
|/
* 45083: Add signal protection to execarith().Peter Stephenson2019-12-181-0/+3
* 45076: internal: Simplify handling of try_tryflag. No functional change.Daniel Shahaf2019-12-181-6/+3
* 45066: internal: Document forklevel, locallevel, and exit_pending.Daniel Shahaf2019-12-183-2/+14
* 45065: Make 'make -s' print nothing when it does nothing.Daniel Shahaf2019-12-181-1/+0
* 45064: Fix the mktemp() warning, in debug builds only.Daniel Shahaf2019-12-181-0/+25
* 45058: internal: Add symbolic names to possible values of zexit()'s "from_whe...Daniel Shahaf2019-12-178-25/+35