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