Age | Commit message (Expand) | Author | Files | Lines |
2025-03-03 | 53399: don't load ZLE early to set keymap | Oliver Kiddle | 1 | -1/+1 |
2025-02-15 | 53363: permit "typeset -n +m pattern" | Bart Schaefer | 1 | -4/+3 |
2025-02-12 | 53348: Revise handling of incompatible typeset options when used with -n | Bart Schaefer | 1 | -3/+12 |
2025-01-30 | 53332, 53334: Avoid strlen calls after sprintf | Oliver Kiddle | 1 | -2/+1 |
2024-06-13 | 52951: make sure to close memstream for 'print -v' | Jun-ichi Takimoto | 1 | -3/+2 |
2024-03-12 | 52742: fix bad interactions of "typeset -p" with GLOBAL_EXPORT | Bart Schaefer | 1 | -8/+27 |
2024-03-05 | 52692: local typeset of the name of a named reference hides the reference | Bart Schaefer | 1 | -7/+8 |
2024-03-04 | unposted (cf. 52615): use META_NOALLOC for 52591 | Bart Schaefer | 1 | -5/+5 |
2024-03-04 | 52659: Fix crash on unset-through-nameref, add regression test | Bart Schaefer | 1 | -2/+4 |
2024-03-04 | 52650 plus minor fixes: add -u for named references pointing to "upper" scope | Bart Schaefer | 1 | -1/+1 |
2024-03-01 | 52645: unset through a nameref keep up-scope parameters declared unset | Bart Schaefer | 1 | -0/+6 |
2024-02-28 | 52594: support for POSIX real-time signals with kill and trap | Oliver Kiddle | 1 | -15/+15 |
2024-02-24 | 52591: printf builtin must pass metafied strings to math evaluation | Stephane Chazelas | 1 | -4/+6 |
2024-02-17 | 52556: fix crash when changing type of unset referent via named reference | Bart Schaefer | 1 | -2/+4 |
2024-01-24 | 52468: save and restore state of correct TTY when using read -s / -d | Bart Schaefer | 1 | -15/+15 |
2023-10-26 | 52244: Fix a batch of minor defects reported by Coverity. | Bart Schaefer | 1 | -1/+3 |
2023-07-26 | 51945: assorted documentation improvements, bug fixes, and new test | Bart Schaefer | 1 | -9/+32 |
2023-07-26 | 51969: read -d and -s should not reset terminal state when stdin is redirected | Bart Schaefer | 1 | -3/+3 |
2023-07-09 | 51890: fix "whence -wa" for multiple arguments | Bart Schaefer | 1 | -0/+1 |
2023-03-22 | 58586: print "%s" with invalid multibyte character | Peter Stephenson | 1 | -13/+14 |
2023-03-14 | 51573: additional "typset -p -m" fix for namespaces | Bart Schaefer | 1 | -3/+5 |
2023-03-06 | 51510: Skip namespaces in "set"/"typeset" output, add tests, fix bug | Bart Schaefer | 1 | -4/+10 |
2023-02-20 | 51431: "typeset -p" shouldn't change parameter flags | Bart Schaefer | 1 | -13/+33 |
2023-02-13 | 51430: Misc. problems with typeset and $parameters | Bart Schaefer | 1 | -6/+10 |
2023-02-12 | 51402: Some ksh/bash features, additional sanity checking | Bart Schaefer | 1 | -12/+37 |
2023-02-12 | 51360: Initial implementation of named references. | Bart Schaefer | 1 | -4/+52 |
2023-01-10 | 51258, 51272: refactor handling of terminal attributes, removing OFF flags in... | Oliver Kiddle | 1 | -1/+3 |
2022-12-17 | 51214: handle read -d and a delimiter that can't be decoded into a character | Oliver Kiddle | 1 | -2/+5 |
2022-12-17 | 51207: fix for read -d when the delimiter is a byte >= 0x80 | Jun-ichi Takimoto | 1 | -3/+4 |
2022-12-16 | 51212: remove STOUC() macro | Oliver Kiddle | 1 | -10/+10 |
2022-06-09 | 50359: fix bad sticky-emulation in "functions -c" | Matthew Martin | 1 | -1/+1 |
2022-06-09 | 50351: "functions -c" can set signal traps | Bart Schaefer | 1 | -1/+16 |
2022-04-30 | 50149: Remove all remaining =(...) files at shell exit | Bart Schaefer | 1 | -0/+1 |
2022-04-14 | 50068: 'exit' in trap causes calling function to return | Bart Schaefer | 1 | -0/+2 |
2021-11-02 | 49534, 49539: separate watch/log functionality out into a module | Oliver Kiddle | 1 | -1/+0 |
2021-09-08 | unposted: add/remove UNUSED() for some function parameters | Jun-ichi Takimoto | 1 | -1/+1 |
2021-06-13 | 49069: literal interpretation of subscripts for unset of array/hash elements | Bart Schaefer | 1 | -4/+2 |
2021-05-16 | 48857: declare "volatile" all globals that may be modified by signal handlers | Bart Schaefer | 1 | -9/+7 |
2021-05-15 | users/26742: break out of surrounding shell loops when exit is called from an... | Peter Stephenson | 1 | -1/+4 |
2021-05-03 | 48614: getopts: Calculate OPTIND according to POSIX_BUILTINS | dana | 1 | -0/+10 |
2021-04-18 | 47704: POSIX export and readonly ignore "-p" when parameter names also appear | Bart Schaefer | 1 | -2/+6 |
2021-04-18 | 48560: add TYPESET_TO_UNSET option to remove initialization of parameters | Bart Schaefer | 1 | -3/+11 |
2021-02-18 | users/26509: fix for r -L | Peter Stephenson | 1 | -2/+3 |
2021-02-17 | 48073: Add fc -s as POSIX way of rerunning command without starting editor | Martijn Dekker | 1 | -2/+2 |
2021-02-04 | 47895: Remove trailing spaces from "print -ac" output lines. | Bart Schaefer | 1 | -1/+1 |
2020-10-25 | 47301: Fix print -v metafication | Jun-ichi Takimoto | 1 | -1/+1 |
2020-07-03 | 46168: Update $PWD and call chpwd hook after normalizing path | Matthew Martin | 1 | -18/+17 |
2020-06-05 | typeset: Fix leaving corrupted entries in paramtab | Mikael Magnusson | 1 | -3/+9 |
2020-05-03 | 45729: internal: Add a second parameter to zlinklist2array(), analogously to ... | Daniel Shahaf | 1 | -5/+5 |
2020-04-09 | 45660: Fix crash setting vi or emacs mode on command line. | Peter Stephenson | 1 | -1/+1 |