Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-08 | 52271: use correct form for unused parameter | Oliver Kiddle | 1 | -1/+1 | |
2023-11-02 | 52253: support pcre callouts with shell evaluation of the callout string | Oliver Kiddle | 1 | -2/+32 | |
2023-11-01 | 52252: Coverity defect 1547827 | Oliver Kiddle | 1 | -1/+2 | |
2023-10-26 | 52244: Fix a batch of minor defects reported by Coverity. | Bart Schaefer | 1 | -3/+3 | |
Coverity defects 1547831, 1547826 (remove unused function), 1521551, 1500752, 1500747, 1401549, 1372423, 1270645, 1255799, 1255792, 1255789, 1255787, 1255782, 1255750 | |||||
2023-10-11 | 52216: metafy usernames to allow for them to be UTF-8 encoded | Oliver Kiddle | 1 | -8/+18 | |
2023-09-16 | 52153: mapfile without HAVE_MMAP should not trim newlines | Bart Schaefer | 1 | -6/+4 | |
2023-09-05 | 52115: permit repeated "private" declarations as long as types aren't changed | Bart Schaefer | 1 | -3/+46 | |
2023-09-03 | users/29220: fix bug with assignment to private following explicit unset | Bart Schaefer | 1 | -11/+18 | |
2023-06-26 | 51889: fix module loading problem with full RELRO | Jun-ichi Takimoto | 1 | -1/+1 | |
If full RELRO (relocation read-only, one of the security enhancement methods for ELF-based systems) is used when building zsh (as in binary packages of most Linuxes), loading a module (e.g. zsh/zftp) fails unless all the modules it depends on are already loaded. With this patch the necessary modules are automatically loaded. | |||||
2023-06-20 | 51877: do not build pcre module if pcre2-config is not found | Jun-ichi Takimoto | 1 | -1/+1 | |
2023-05-13 | 51722: Safety for extracting elements of $historywords | Peter Stephenson | 1 | -2/+9 | |
2023-05-13 | 51738: support pcre's alternative DFA matching algorithm | Oliver Kiddle | 1 | -17/+36 | |
2023-05-13 | 51728: assign pcre named capture groups to a hash | Oliver Kiddle | 1 | -10/+33 | |
2023-05-13 | 51723: migrate pcre module to pcre2 | Oliver Kiddle | 1 | -136/+87 | |
2023-03-11 | 51557: Clarify availability of ksh-mode parameters, improve vi-mode detection. | Bart Schaefer | 1 | -2/+3 | |
2023-03-06 | 51524: dependency on zsh/zle for linkage | Bart Schaefer | 1 | -0/+2 | |
2023-03-05 | 51485: module for several ksh93 features, mostly enabled only in ksh emulation. | Bart Schaefer | 2 | -0/+273 | |
2023-03-05 | unposted: fix memory leak flagged by coverity | Bart Schaefer | 1 | -0/+1 | |
2023-02-13 | 51430: Misc. problems with typeset and $parameters | Bart Schaefer | 1 | -1/+1 | |
* Fix and test for regression of assignment when using typeset command * Fix output of typeset +m and $parameters[ref] * Prevent segfault in typeset | |||||
2023-02-12 | 51374: Expose named references in $parameters, fix substitution error. | Bart Schaefer | 1 | -3/+8 | |
2023-02-12 | 51360: Initial implementation of named references. | Bart Schaefer | 2 | -3/+18 | |
2023-01-10 | 51258, 51272: refactor handling of terminal attributes, removing OFF flags ↵ | Oliver Kiddle | 1 | -31/+33 | |
in zattr | |||||
2022-12-16 | 51212: remove STOUC() macro | Oliver Kiddle | 5 | -22/+22 | |
This served as a workaround for ancient compilers where casts to unsigned char were broken. | |||||
2022-09-26 | 50658 + test: Enable to switch between C/UTF-8 locales in PCRE | Jun-ichi Takimoto | 1 | -8/+2 | |
2022-06-21 | 50368: adjust ztie'd bitflags so local variables cannot mess with database | Bart Schaefer | 1 | -3/+3 | |
2022-06-11 | 50355: documentation and return status consistency in zsh/system module | Bart Schaefer | 1 | -2/+17 | |
2022-06-09 | 50363: avoid use of heap memory that depends on parameter scoping | Bart Schaefer | 1 | -1/+11 | |
2022-04-30 | 50150: Filenames need unmetafy for printing | Bart Schaefer | 1 | -5/+7 | |
2022-04-28 | 50101: sysread -o with param adjusted to match documentation | Bart Schaefer | 1 | -4/+0 | |
2022-03-31 | 49933: Add nonblock to sysopen | Matthew Martin | 1 | -1/+4 | |
2022-03-01 | 49783: Consistently use old job table in parameter module | Peter Stephenson | 1 | -39/+57 | |
2022-02-22 | unposted: Fix some typos and markup. | Daniel Shahaf | 1 | -1/+1 | |
2021-12-13 | 49646: allow colors in WATCHFMT with %F/%K | Oliver Kiddle | 1 | -0/+35 | |
2021-11-15 | 49563: fix build problem of watch module on Cygwin | Jun-ichi Takimoto | 1 | -2/+6 | |
2021-11-12 | 49561: add zformat -F option, similar to -f but ternary expressions check ↵ | Oliver Kiddle | 1 | -16/+32 | |
for existence instead of doing math evaluation | |||||
2021-11-07 | 49544: only tie watch/WATCH if both come from the module | Oliver Kiddle | 1 | -7/+11 | |
2021-11-02 | 49534, 49539: separate watch/log functionality out into a module | Oliver Kiddle | 2 | -0/+723 | |
2021-10-04 | 49456: clean up detection of private params in nested scopes, update doc | Bart Schaefer | 1 | -5/+7 | |
2021-09-22 | 49422: improve support of --disable-dynamic-nss | Jun-ichi Takimoto | 1 | -0/+12 | |
see also 49392 (Vincent) and 49412 (Axel) | |||||
2021-09-08 | unposted: add/remove UNUSED() for some function parameters | Jun-ichi Takimoto | 3 | -3/+3 | |
2021-09-06 | 49196: gdbm keys not present in the database appear unset in tied hashes | Bart Schaefer | 1 | -0/+2 | |
2021-08-24 | 49297 (quoting amended): error message in files module. | Peter Stephenson | 1 | -1/+7 | |
If ENONENT it could be the other argument that doesn't exist, so check. | |||||
2021-04-09 | 48432 and enable test: fix quotiing of zstyle -L for zstyle -e | Peter Stephenson | 1 | -1/+2 | |
2021-04-09 | 47785: remove deprecated autoconf functions | Felipe Contreras | 1 | -6/+0 | |
STDC_HEADERS and TIME_WITH_SYS_TIME are deprecated. | |||||
2021-02-13 | 47905: Add leading '-' to zparseopts option parsing errors | Joshua Krusell | 1 | -4/+4 | |
2021-02-03 | 47899: Improve error message from zparseopts. | Joshua Krusell | 1 | -1/+4 | |
2021-01-20 | 47840: make zpty module work on Cygwin | Peiyuan Song | 1 | -0/+11 | |
2020-12-02 | 47704: fix scope for "private -p" | Bart Schaefer | 1 | -0/+4 | |
2020-10-25 | 47494, 47495: Add -n option to strftime | Mikael Magnusson | 1 | -2/+3 | |
2020-10-23 | Fix a race condition in zf_mkdir -p | Roman Perepelitsa | 1 | -9/+19 | |
If ~/foo does not exist and `zf_mkdir -p zf_mkdir -p` is executed concurrently in multiple shells, it was possible prior to this patch for the command to fail with EEXIST. |