about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 29907: Jun T.: remove declaration of unused variablePeter Stephenson2011-11-171-1/+0
* users/16581: skip correction shortcut based on command table search whenBart Schaefer2011-11-151-9/+13
* 29891: make zle -lL with arguments workPeter Stephenson2011-11-041-1/+11
* Jun T: 29883: cast resource types to types they should be anywayPeter Stephenson2011-10-312-13/+13
* 29879: metafy dlerror message to avoid corruptionPeter Stephenson2011-10-281-1/+2
* 29844, 29845: remove bogusPeter Stephenson2011-10-261-2/+12
* 29865: don't compile pcre if no pcre-configPeter Stephenson2011-10-261-1/+1
* 29859: compadd handles its own optionsPeter Stephenson2011-10-261-1/+1
* 29838: metafy/unmetafy strings for PCRE matching (UTF-8 fixes)Phil Pennock2011-10-241-16/+45
* 29820: _pick_variant -b to match builtinPeter Stephenson2011-10-141-0/+41
* 29799: swap order of RESET_PROMPT / REFRESH in adjustwinsize().Bart Schaefer2011-10-021-1/+1
* unposted: cross-reference zmodload from the modules intro doc.Bart Schaefer2011-09-251-1/+3
* users/16375: initialise nrefs on each loop in match testsPeter Stephenson2011-09-181-4/+6
* 29776: fix case of double quotes in double-quote-stylePeter Stephenson2011-09-151-1/+1
* 29744: don't mess up non '-A' cases in read -E fixPeter Stephenson2011-08-291-1/+8
* 29731: fix read -AE, test that and read -AePeter Stephenson2011-08-281-2/+2
* users/16289: don't delete temporary files on disown.Peter Stephenson2011-08-282-20/+25
* 29694: avoid overwriting current history word when not expanding an aliasBart Schaefer2011-08-181-1/+2
* 29703: crash when failing to parse process substitutionsPeter Stephenson2011-08-172-1/+11
* users/16253, users/16255: a nulstring should be split like an empty stringPeter Stephenson2011-08-171-0/+4
* 29681: use [] to dereference region_highlightsMikael Magnusson2011-08-171-7/+7
* 29650: Don't lose time info after a suspend+restore.Wayne Davison2011-08-161-0/+2
* unposted: use pm->node.nam to get names for parameters in errorsPeter Stephenson2011-08-151-4/+6
* 29677: Do not allow external processes in a pipeline to become suspendedBart Schaefer2011-08-143-5/+16
* unposted: fix capitalized word in the middle of a sentenceMikael Magnusson2011-08-141-1/+1
* unposted: fix a typo in a comment.Mikael Magnusson2011-08-141-1/+1
* fix datetime autofeaturesPeter Stephenson2011-08-111-1/+1
* fix tests using zsh/datetime that I brokePeter Stephenson2011-08-111-3/+15
* 29674: add $epochtime to datetimePeter Stephenson2011-08-111-1/+45
* 29663: add $EPOCHREALTIME to zsh/datetimePeter Stephenson2011-08-102-0/+32
* 29654: "wait" should resume stopped jobs identified by process ID as wellBart Schaefer2011-08-102-7/+16
* 29643: set incompfunc to zero when executing hook or trap functionPeter Stephenson2011-08-043-7/+14
* 29644: work around _describe bug, plus cosmetic tweaksPeter Stephenson2011-08-032-2/+14
* 29633: more care with anonymous and other functionsPeter Stephenson2011-08-031-2/+8
* 29626: arguments to anonymous functions shouldn't be parsed as command wordsPeter Stephenson2011-07-282-0/+3
* 29561: Allow closing of fd's not recorded by the shellPeter Stephenson2011-07-252-21/+25
* 29555: fix problem using open fd beyond max_zsh_fdPeter Stephenson2011-07-191-5/+11
* users/16131: skip reading empty history filePeter Stephenson2011-07-181-3/+5
* 29542: fix crash in hbegin(), remove bad testPeter Stephenson2011-07-122-38/+114
* 29530: ${...?...} shouldn't cause an error with NO_EXEC optionPeter Stephenson2011-07-011-13/+15
* 29503: Missing popheap() on failed autoloadPeter Stephenson2011-06-232-4/+1
* 29492: add argument handling to anonymous functionsPeter Stephenson2011-06-193-33/+92
* unposted: Remove additional for loop noticed by MikaelPeter Stephenson2011-06-191-2/+0
* 29491: remove some variables set but not usedPeter Stephenson2011-06-1911-37/+28
* 29490: add RLIMIT_RTTIMEPeter Stephenson2011-06-193-4/+36
* 29481: always return a matching job in findproc() but scan the whole listBart Schaefer2011-06-152-5/+6
* 29472: findproc() needs at least to also return stopped jobs.Bart Schaefer2011-06-121-1/+2
* 29462: fix warningPeter Stephenson2011-06-061-1/+1
* 29459: Further fixes for parameter flag completion,Peter Stephenson2011-06-041-2/+4
* 29452: allow completion of parameter flagsPeter Stephenson2011-06-031-3/+13