about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 51887: namespaces recognized in math, incorrect usages rejected.Bart Schaefer2023-06-222-4/+33
* 51877: do not build pcre module if pcre2-config is not foundJun-ichi Takimoto2023-06-201-1/+1
* 51826: correctly read metafied null character from history fileJun-ichi Takimoto2023-06-081-2/+8
* 51816: add :S history modifier with pattern matchPeter Stephenson2023-06-062-8/+21
* 51739: detect invalid history word beginningPeter Stephenson2023-05-251-1/+6
* 51769: fix compilation when HAVE_GETRUSAGE is not definedOliver Kiddle2023-05-212-1/+3
* 51722: Safety for extracting elements of $historywordsPeter Stephenson2023-05-131-2/+9
* 51738: support pcre's alternative DFA matching algorithmOliver Kiddle2023-05-131-17/+36
* 51728: assign pcre named capture groups to a hashOliver Kiddle2023-05-131-10/+33
* 51723: migrate pcre module to pcre2Oliver Kiddle2023-05-131-136/+87
* users/29070: clean up tokens in cmdstr before compctl completionBart Schaefer2023-05-111-0/+2
* 51670: prevent possible underflow in gettext()Bart Schaefer2023-04-221-1/+1
* 51652: fix running of TRAPEXIT explicitly.Peter Stephenson2023-04-171-1/+33
* 51639: new parameter ZSH_EXEPATH (full path of zsh executable)Jun-ichi Takimoto2023-04-111-1/+116
* 51631: initialize $_ by copying it from environmentJun-ichi Takimoto2023-04-091-3/+6