Age | Commit message (Expand) | Author | Files | Lines |
2023-12-09 | 52365: record state of exited background jobs so as to be visible in TRAPCHLD | Bart Schaefer | 2 | -13/+22 |
2023-12-05 | 52326, 52372: add -q option to kill for sigqueue | Oliver Kiddle | 1 | -2/+34 |
2023-11-23 | 52325: Clarify doc for edge cases of named references and nofork substitution | Bart Schaefer | 1 | -1/+1 |
2023-11-18 | 52313: Src/exec.c: multios are not interactive and check for write errors. | Bart Schaefer | 1 | -2/+6 |
2023-11-15 | 52309: fix cases that hang with all signals blocked. | Bart Schaefer | 1 | -2/+2 |
2023-11-15 | 52275: rationality in zgetdir() and zgetcwd() | Bart Schaefer | 1 | -48/+52 |
2023-11-15 | 52202: improve handling of quoting in ${var/pattern/replacement} | Bart Schaefer | 2 | -21/+39 |
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 | 50569 (Daniel Shahaf): main keymap defaults to emacs | Bart Schaefer | 1 | -9/+3 |
2023-10-26 | 52244: Fix a batch of minor defects reported by Coverity. | Bart Schaefer | 9 | -37/+29 |
2023-10-24 | github #104: fix small typo | ErrrorMaxx | 1 | -1/+1 |
2023-10-16 | 51490: Use time_t for lastt which stores result of time(0) | Mikael Magnusson | 1 | -2/+2 |
2023-10-11 | 52189: ignore compadd -M if -U also specified as they don't make sense together | Oliver Kiddle | 1 | -1/+3 |
2023-10-11 | 52216: metafy usernames to allow for them to be UTF-8 encoded | Oliver Kiddle | 1 | -8/+18 |
2023-10-11 | 52214: allow extra byte for nul terminator in allocation | Oliver Kiddle | 1 | -1/+1 |
2023-10-05 | 52204: fix thinko, unmeta() buffer should not be freed | Bart Schaefer | 1 | -2/+0 |
2023-10-03 | 52198: put back incorrectly removed zfree() | Bart Schaefer | 1 | -0/+1 |
2023-10-01 | 52195: cached_username is already metafied when initializing LOGNAME | Bart Schaefer | 1 | -4/+3 |
2023-10-01 | 52193: handle UTF8-encoded USERNAME and therefore home directory in zcompile | Bart Schaefer | 4 | -7/+13 |
2023-09-27 | 52169: a few more improvements of (#) flag | Jun-ichi Takimoto | 2 | -124/+121 |
2023-09-22 | 52176: metafy return from ${ ... } substitution | Bart Schaefer | 1 | -3/+4 |
2023-09-16 | users/29160, workers/52156: Fix repetition of substitution modifier. | Bart Schaefer | 1 | -2/+4 |
2023-09-16 | 52154, 52155: Implement, document, and test non-forking command substitution. | Bart Schaefer | 2 | -19/+210 |
2023-09-16 | 52153: mapfile without HAVE_MMAP should not trim newlines | Bart Schaefer | 2 | -13/+41 |
2023-09-13 | 52122 + 52129: fix (#) parameter expansion flag | Jun-ichi Takimoto | 1 | -3/+10 |
2023-09-10 | 52125: getoutput() must not free() after gettempname(..., 1) for heap | Bart Schaefer | 1 | -1/+0 |
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-08-27 | 52053: whitelist capability CAP_WAKE_ALARM | Robert Woods | 1 | -3/+3 |
2023-08-22 | users/29175: Don't need to forget zle edits if none | Nojus Gudinavičius | 1 | -0/+12 |
2023-08-01 | 52008: Pattern bug with branches + exclusion | Peter Stephenson | 1 | -2/+20 |
2023-07-26 | 51945: assorted documentation improvements, bug fixes, and new test | Bart Schaefer | 2 | -13/+42 |
2023-07-26 | 51969: read -d and -s should not reset terminal state when stdin is redirected | Bart Schaefer | 1 | -3/+3 |
2023-07-26 | 51950 (tweak per 51949): correct Thingy refcount in raw_getbyte() | Bart Schaefer | 1 | -1/+2 |
2023-07-20 | 51977: PIPEFAIL interaction with ERREXIT / ERRRETURN | Peter Stephenson | 1 | -5/+11 |
2023-07-09 | 51890: fix "whence -wa" for multiple arguments | Bart Schaefer | 1 | -0/+1 |
2023-06-26 | 51889: fix module loading problem with full RELRO | Jun-ichi Takimoto | 2 | -1/+25 |
2023-06-26 | 51884: reset IFS if it contains invalid characters | Jun-ichi Takimoto | 2 | -16/+29 |
2023-06-22 | 51887: namespaces recognized in math, incorrect usages rejected. | Bart Schaefer | 2 | -4/+33 |
2023-06-20 | 51877: do not build pcre module if pcre2-config is not found | Jun-ichi Takimoto | 1 | -1/+1 |
2023-06-08 | 51826: correctly read metafied null character from history file | Jun-ichi Takimoto | 1 | -2/+8 |
2023-06-06 | 51816: add :S history modifier with pattern match | Peter Stephenson | 2 | -8/+21 |
2023-05-25 | 51739: detect invalid history word beginning | Peter Stephenson | 1 | -1/+6 |
2023-05-21 | 51769: fix compilation when HAVE_GETRUSAGE is not defined | Oliver Kiddle | 2 | -1/+3 |
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 |