Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-02-24 | 45487: Missing mod_export declarations for AIX | Peter Stephenson | 1 | -1/+1 |
2020-01-15 | 45302: bin_umask(): Queue signals around umask(). | Daniel Shahaf | 1 | -1/+4 |
2019-12-18 | 45066: internal: Document forklevel, locallevel, and exit_pending. | Daniel Shahaf | 1 | -1/+5 |
2019-12-17 | 45058: internal: Add symbolic names to possible values of zexit()'s "from_whe... | Daniel Shahaf | 1 | -11/+13 |
2019-12-17 | unposted: Update comment to reflect variable rename in 41012 (= zsh-5.3.1-182... | Daniel Shahaf | 1 | -1/+1 |
2019-12-12 | 45009: POSIX_CD needs to suppress some forms of option. | Peter Stephenson | 1 | -1/+1 |
2019-12-11 | 45004: Fix typos in comments | Martijn Dekker | 1 | -2/+2 |
2019-10-10 | unposted: functions -c: Fix typo | Daniel Shahaf | 1 | -1/+1 |
2019-08-03 | Copy functions using functions -c old new. | Peter Stephenson | 1 | -2/+41 |
2019-07-08 | 44502: Quote function name for "autoload -X" | Bart Schaefer | 1 | -1/+1 |
2019-07-01 | 44469: correct error on missing option argument | Martijn Dekker | 1 | -5/+12 |
2019-06-23 | 44443: POSIX allows exporting readonly variables | Martijn Dekker | 1 | -1/+1 |
2019-05-14 | 44284: combination of -T and -p to typeset crashed the shell. | Oliver Kiddle | 1 | -4/+2 |
2019-05-14 | 44291: printf with argument specifier out of range for an int crashed the shell | Oliver Kiddle | 1 | -2/+1 |
2019-04-12 | 44198: Add cd_silent option to suppress all cd output | dana | 1 | -2/+2 |
2018-10-10 | 43669: ensure explicit exit status is used over implicit | Peter Stephenson | 1 | -2/+2 |