summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2011-10-2829879: metafy dlerror message to avoid corruptionPeter Stephenson1-1/+2
2011-10-2629844, 29845: remove bogusPeter Stephenson1-2/+12
2011-10-2629865: don't compile pcre if no pcre-configPeter Stephenson1-1/+1
2011-10-2629859: compadd handles its own optionsPeter Stephenson1-1/+1
2011-10-2429838: metafy/unmetafy strings for PCRE matching (UTF-8 fixes)Phil Pennock1-16/+45
2011-10-1429820: _pick_variant -b to match builtinPeter Stephenson1-0/+41
2011-10-0229799: swap order of RESET_PROMPT / REFRESH in adjustwinsize().Bart Schaefer1-1/+1
2011-09-25unposted: cross-reference zmodload from the modules intro doc.Bart Schaefer1-1/+3
2011-09-18users/16375: initialise nrefs on each loop in match testsPeter Stephenson1-4/+6
2011-09-1529776: fix case of double quotes in double-quote-stylePeter Stephenson1-1/+1
2011-08-2929744: don't mess up non '-A' cases in read -E fixPeter Stephenson1-1/+8
2011-08-2829731: fix read -AE, test that and read -AePeter Stephenson1-2/+2
2011-08-28users/16289: don't delete temporary files on disown.Peter Stephenson2-20/+25
2011-08-1829694: avoid overwriting current history word when not expanding an aliasBart Schaefer1-1/+2
2011-08-1729703: crash when failing to parse process substitutionsPeter Stephenson2-1/+11
2011-08-17users/16253, users/16255: a nulstring should be split like an empty stringPeter Stephenson1-0/+4
2011-08-1729681: use [] to dereference region_highlightsMikael Magnusson1-7/+7
2011-08-1629650: Don't lose time info after a suspend+restore.Wayne Davison1-0/+2
2011-08-15unposted: use pm->node.nam to get names for parameters in errorsPeter Stephenson1-4/+6
2011-08-1429677: Do not allow external processes in a pipeline to become suspendedBart Schaefer3-5/+16
2011-08-14unposted: fix capitalized word in the middle of a sentenceMikael Magnusson1-1/+1
2011-08-14unposted: fix a typo in a comment.Mikael Magnusson1-1/+1
2011-08-11fix datetime autofeaturesPeter Stephenson1-1/+1
2011-08-11fix tests using zsh/datetime that I brokePeter Stephenson1-3/+15
2011-08-1129674: add $epochtime to datetimePeter Stephenson1-1/+45
2011-08-1029663: add $EPOCHREALTIME to zsh/datetimePeter Stephenson2-0/+32
2011-08-1029654: "wait" should resume stopped jobs identified by process ID as wellBart Schaefer2-7/+16
2011-08-0429643: set incompfunc to zero when executing hook or trap functionPeter Stephenson3-7/+14
2011-08-0329644: work around _describe bug, plus cosmetic tweaksPeter Stephenson2-2/+14
2011-08-0329633: more care with anonymous and other functionsPeter Stephenson1-2/+8
2011-07-2829626: arguments to anonymous functions shouldn't be parsed as command wordsPeter Stephenson2-0/+3
2011-07-2529561: Allow closing of fd's not recorded by the shellPeter Stephenson2-21/+25
2011-07-1929555: fix problem using open fd beyond max_zsh_fdPeter Stephenson1-5/+11
2011-07-18users/16131: skip reading empty history filePeter Stephenson1-3/+5
2011-07-1229542: fix crash in hbegin(), remove bad testPeter Stephenson2-38/+114
2011-07-0129530: ${...?...} shouldn't cause an error with NO_EXEC optionPeter Stephenson1-13/+15
2011-06-2329503: Missing popheap() on failed autoloadPeter Stephenson2-4/+1
2011-06-1929492: add argument handling to anonymous functionsPeter Stephenson3-33/+92
2011-06-19unposted: Remove additional for loop noticed by MikaelPeter Stephenson1-2/+0
2011-06-1929491: remove some variables set but not usedPeter Stephenson11-37/+28
2011-06-1929490: add RLIMIT_RTTIMEPeter Stephenson3-4/+36
2011-06-1529481: always return a matching job in findproc() but scan the whole listBart Schaefer2-5/+6
2011-06-1229472: findproc() needs at least to also return stopped jobs.Bart Schaefer1-1/+2
2011-06-0629462: fix warningPeter Stephenson1-1/+1
2011-06-0429459: Further fixes for parameter flag completion,Peter Stephenson1-2/+4
2011-06-0329452: allow completion of parameter flagsPeter Stephenson1-3/+13
2011-06-0329451: ${##stuff} removes stuff from the head of $#Peter Stephenson1-1/+10
2011-06-0329413: "print -S" for saving to history with lexical word splitPeter Stephenson2-113/+170
2011-05-27histlexwords splitting of ";;" in casePeter Stephenson1-0/+7
2011-05-2729382: apply 29374 to zccmd_input too.Bart Schaefer1-2/+2