| Commit message (Expand) | Author | Age | Files | Lines |
* | 51889: fix module loading problem with full RELRO | Jun-ichi Takimoto | 2023-06-26 | 1 | -1/+1 |
* | 51877: do not build pcre module if pcre2-config is not found | Jun-ichi Takimoto | 2023-06-20 | 1 | -1/+1 |
* | 51722: Safety for extracting elements of $historywords | Peter Stephenson | 2023-05-13 | 1 | -2/+9 |
* | 51738: support pcre's alternative DFA matching algorithm | Oliver Kiddle | 2023-05-13 | 1 | -17/+36 |
* | 51728: assign pcre named capture groups to a hash | Oliver Kiddle | 2023-05-13 | 1 | -10/+33 |
* | 51723: migrate pcre module to pcre2 | Oliver Kiddle | 2023-05-13 | 1 | -136/+87 |
* | 51557: Clarify availability of ksh-mode parameters, improve vi-mode detection. | Bart Schaefer | 2023-03-11 | 1 | -2/+3 |
* | 51524: dependency on zsh/zle for linkage | Bart Schaefer | 2023-03-06 | 1 | -0/+2 |
* | 51485: module for several ksh93 features, mostly enabled only in ksh emulation. | Bart Schaefer | 2023-03-05 | 2 | -0/+273 |
* | unposted: fix memory leak flagged by coverity | Bart Schaefer | 2023-03-05 | 1 | -0/+1 |
* | 51430: Misc. problems with typeset and $parameters | Bart Schaefer | 2023-02-13 | 1 | -1/+1 |
* | 51374: Expose named references in $parameters, fix substitution error. | Bart Schaefer | 2023-02-12 | 1 | -3/+8 |
* | 51360: Initial implementation of named references. | Bart Schaefer | 2023-02-12 | 2 | -3/+18 |
* | 51258, 51272: refactor handling of terminal attributes, removing OFF flags in... | Oliver Kiddle | 2023-01-10 | 1 | -31/+33 |
* | 51212: remove STOUC() macro | Oliver Kiddle | 2022-12-16 | 5 | -22/+22 |
* | 50658 + test: Enable to switch between C/UTF-8 locales in PCRE | Jun-ichi Takimoto | 2022-09-26 | 1 | -8/+2 |
* | 50368: adjust ztie'd bitflags so local variables cannot mess with database | Bart Schaefer | 2022-06-21 | 1 | -3/+3 |
* | 50355: documentation and return status consistency in zsh/system module | Bart Schaefer | 2022-06-11 | 1 | -2/+17 |
* | 50363: avoid use of heap memory that depends on parameter scoping | Bart Schaefer | 2022-06-09 | 1 | -1/+11 |
* | 50150: Filenames need unmetafy for printing | Bart Schaefer | 2022-04-30 | 1 | -5/+7 |
* | 50101: sysread -o with param adjusted to match documentation | Bart Schaefer | 2022-04-28 | 1 | -4/+0 |
* | 49933: Add nonblock to sysopen | Matthew Martin | 2022-03-31 | 1 | -1/+4 |
* | 49783: Consistently use old job table in parameter module | Peter Stephenson | 2022-03-01 | 1 | -39/+57 |
* | unposted: Fix some typos and markup. | Daniel Shahaf | 2022-02-22 | 1 | -1/+1 |
* | 49646: allow colors in WATCHFMT with %F/%K | Oliver Kiddle | 2021-12-13 | 1 | -0/+35 |
* | 49563: fix build problem of watch module on Cygwin | Jun-ichi Takimoto | 2021-11-15 | 1 | -2/+6 |
* | 49561: add zformat -F option, similar to -f but ternary expressions check for... | Oliver Kiddle | 2021-11-12 | 1 | -16/+32 |
* | 49544: only tie watch/WATCH if both come from the module | Oliver Kiddle | 2021-11-07 | 1 | -7/+11 |
* | 49534, 49539: separate watch/log functionality out into a module | Oliver Kiddle | 2021-11-02 | 2 | -0/+723 |
* | 49456: clean up detection of private params in nested scopes, update doc | Bart Schaefer | 2021-10-04 | 1 | -5/+7 |
* | 49422: improve support of --disable-dynamic-nss | Jun-ichi Takimoto | 2021-09-22 | 1 | -0/+12 |
* | unposted: add/remove UNUSED() for some function parameters | Jun-ichi Takimoto | 2021-09-08 | 3 | -3/+3 |
* | 49196: gdbm keys not present in the database appear unset in tied hashes | Bart Schaefer | 2021-09-06 | 1 | -0/+2 |
* | 49297 (quoting amended): error message in files module. | Peter Stephenson | 2021-08-24 | 1 | -1/+7 |
* | 48432 and enable test: fix quotiing of zstyle -L for zstyle -e | Peter Stephenson | 2021-04-09 | 1 | -1/+2 |
* | 47785: remove deprecated autoconf functions | Felipe Contreras | 2021-04-09 | 1 | -6/+0 |
* | 47905: Add leading '-' to zparseopts option parsing errors | Joshua Krusell | 2021-02-13 | 1 | -4/+4 |
* | 47899: Improve error message from zparseopts. | Joshua Krusell | 2021-02-03 | 1 | -1/+4 |
* | 47840: make zpty module work on Cygwin | Peiyuan Song | 2021-01-20 | 1 | -0/+11 |
* | 47704: fix scope for "private -p" | Bart Schaefer | 2020-12-02 | 1 | -0/+4 |
* | 47494, 47495: Add -n option to strftime | Mikael Magnusson | 2020-10-25 | 1 | -2/+3 |
* | Fix a race condition in zf_mkdir -p | Roman Perepelitsa | 2020-10-23 | 1 | -9/+19 |
* | github #64: Fix a build-time error when building against ncurses that hadn't ... | Daniel Shahaf | 2020-08-28 | 1 | -1/+6 |
* | 46152: zsh/system: Re-allow '0' timeout in zsystem flock | Cedric Ware | 2020-07-11 | 1 | -3/+3 |
* | 45923 (with memory leak fixed, cf. 45924): zprof: Don't tally all anonymous f... | Daniel Shahaf | 2020-05-28 | 1 | -3/+28 |
* | 45729: internal: Add a second parameter to zlinklist2array(), analogously to ... | Daniel Shahaf | 2020-05-03 | 1 | -2/+2 |
* | 45737 (+ docs, and update the test from 45722): zstyle: When determining the ... | Daniel Shahaf | 2020-05-02 | 1 | -2/+11 |
* | 45708: zsh/system: Enable sub-second timeout in zsystem flock | Cedric Ware | 2020-04-20 | 1 | -5/+74 |
* | Merge remote-tracking branch 'origin/master' into 5.9 | Daniel Shahaf | 2020-03-07 | 1 | -1/+1 |
|\ |
|
| * | zsh/system: Fix infinite loop in sysread | Roman Perepelitsa | 2020-02-06 | 1 | -1/+1 |