about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
...
* 52440: zle.textobjects: Mark variables as constJörg Sommer2024-01-281-3/+3
* 52405, 52502: add empty elements to $match for optional captures that don't m...Oliver Kiddle2024-01-261-1/+4
* 52492: prevent indexing error on recursive arithmetic in array subscriptBart Schaefer2024-01-241-1/+6
* 52482: strip trailing newlines in emulation modes of ${ command; }Bart Schaefer2024-01-241-0/+6
* 52477: fix "zcurses mouse delay ..." and one other typoBart Schaefer2024-01-241-2/+2
* 52473: zstyle -q for testing existence of a zstyle settingBart Schaefer2024-01-241-0/+32
* 52468: save and restore state of correct TTY when using read -s / -dBart Schaefer2024-01-242-15/+29
* 52392: use octal escape to match = without error messages from awkOliver Kiddle2023-12-131-1/+1
* 52382: avoid the non-standard \e in C code, preferring \033Oliver Kiddle2023-12-132-2/+2
* unposted: Fix longstanding typo in commentBart Schaefer2023-12-091-1/+1
* 52365: record state of exited background jobs so as to be visible in TRAPCHLDBart Schaefer2023-12-092-13/+22
* 52326, 52372: add -q option to kill for sigqueueOliver Kiddle2023-12-051-2/+34
* 52325: Clarify doc for edge cases of named references and nofork substitutionBart Schaefer2023-11-231-1/+1
* 52313: Src/exec.c: multios are not interactive and check for write errors.Bart Schaefer2023-11-181-2/+6
* 52309: fix cases that hang with all signals blocked.Bart Schaefer2023-11-151-2/+2
* 52275: rationality in zgetdir() and zgetcwd()Bart Schaefer2023-11-151-48/+52
* 52202: improve handling of quoting in ${var/pattern/replacement}Bart Schaefer2023-11-152-21/+39
* 52271: use correct form for unused parameterOliver Kiddle2023-11-081-1/+1
* 52253: support pcre callouts with shell evaluation of the callout stringOliver Kiddle2023-11-021-2/+32
* 52252: Coverity defect 1547827Oliver Kiddle2023-11-011-1/+2
* 50569 (Daniel Shahaf): main keymap defaults to emacsBart Schaefer2023-10-261-9/+3
* 52244: Fix a batch of minor defects reported by Coverity.Bart Schaefer2023-10-269-37/+29
* github #104: fix small typoErrrorMaxx2023-10-241-1/+1
* 51490: Use time_t for lastt which stores result of time(0)Mikael Magnusson2023-10-161-2/+2
* 52189: ignore compadd -M if -U also specified as they don't make sense togetherOliver Kiddle2023-10-111-1/+3
* 52216: metafy usernames to allow for them to be UTF-8 encodedOliver Kiddle2023-10-111-8/+18
* 52214: allow extra byte for nul terminator in allocationOliver Kiddle2023-10-111-1/+1
* 52204: fix thinko, unmeta() buffer should not be freedBart Schaefer2023-10-051-2/+0
* 52198: put back incorrectly removed zfree()Bart Schaefer2023-10-031-0/+1
* 52195: cached_username is already metafied when initializing LOGNAMEBart Schaefer2023-10-011-4/+3
* 52193: handle UTF8-encoded USERNAME and therefore home directory in zcompileBart Schaefer2023-10-014-7/+13
* 52169: a few more improvements of (#) flagJun-ichi Takimoto2023-09-272-124/+121
* 52176: metafy return from ${ ... } substitutionBart Schaefer2023-09-221-3/+4
* users/29160, workers/52156: Fix repetition of substitution modifier.Bart Schaefer2023-09-161-2/+4
* 52154, 52155: Implement, document, and test non-forking command substitution.Bart Schaefer2023-09-162-19/+210
* 52153: mapfile without HAVE_MMAP should not trim newlinesBart Schaefer2023-09-162-13/+41
* 52122 + 52129: fix (#) parameter expansion flagJun-ichi Takimoto2023-09-131-3/+10
* 52125: getoutput() must not free() after gettempname(..., 1) for heapBart Schaefer2023-09-101-1/+0
* 52115: permit repeated "private" declarations as long as types aren't changedBart Schaefer2023-09-051-3/+46
* users/29220: fix bug with assignment to private following explicit unsetBart Schaefer2023-09-031-11/+18
* 52053: whitelist capability CAP_WAKE_ALARMRobert Woods2023-08-271-3/+3
* users/29175: Don't need to forget zle edits if noneNojus Gudinavičius2023-08-221-0/+12
* 52008: Pattern bug with branches + exclusionPeter Stephenson2023-08-011-2/+20
* 51945: assorted documentation improvements, bug fixes, and new testBart Schaefer2023-07-262-13/+42
* 51969: read -d and -s should not reset terminal state when stdin is redirectedBart Schaefer2023-07-261-3/+3
* 51950 (tweak per 51949): correct Thingy refcount in raw_getbyte()Bart Schaefer2023-07-261-1/+2
* 51977: PIPEFAIL interaction with ERREXIT / ERRRETURNPeter Stephenson2023-07-201-5/+11
* 51890: fix "whence -wa" for multiple argumentsBart Schaefer2023-07-091-0/+1
* 51889: fix module loading problem with full RELROJun-ichi Takimoto2023-06-262-1/+25
* 51884: reset IFS if it contains invalid charactersJun-ichi Takimoto2023-06-262-16/+29