summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2012-02-1230181, plus rename of PF_* flags to PREFORK_*:Peter Stephenson4-43/+91
Pass sh-wordsplitting instructions to paramsubst() using flags, avoiding side effects of explicitly setting and unsetting the SHWORDSPLIT option.
2012-02-0930193: remnulargs() after poking into string in case length changesBart Schaefer1-1/+1
2012-02-08Timothy Redaelli: file name manipulationsPeter Stephenson1-0/+5
in history can return NULL if HAVE_CANONICALIZE_FILE_NAME
2012-02-07Holger Macht via Ismail: 30185: openSUSE directory missed fromPeter Stephenson1-1/+1
module definition
2012-02-0530127: forbid fc from executing history lines in reversePeter Stephenson1-0/+6
2012-01-1630111: Src/exec.c: Fix segfaults with exec options.Frank Terbeck1-1/+12
2012-01-0830101: add HASH_EXECUTABLES_ONLY optionPeter Stephenson3-2/+5
2012-01-0730098: Jun T.: alternative to 30079: don't setlocale() in setlang() if ↵Peter Stephenson1-3/+4
LC_ALL set
2012-01-06unposted: fix uninitialised variable warning in pcrePeter Stephenson1-0/+1
2012-01-0530084: `zle -T tc func' for zle testing of termcap outputPeter Stephenson4-3/+157
2012-01-0430079: Src/params.c: Restore `LC_ALL' when setting `LANG'.Frank Terbeck1-0/+3
2012-01-0430084: missing zsfree(argzero)Peter Stephenson1-0/+1
2012-01-02queue_signals() to prevent adjustwinsize() loop on FreeBSDBart Schaefer1-0/+14
2011-12-2130041: fix bash-style offsets for positional parameters when scalarsPeter Stephenson1-15/+17
2011-12-2030033: silence valgrind warningsBart Schaefer1-0/+1
2011-12-1230000 plus some comments: Better POSIXJOBs behaviour.Peter Stephenson1-4/+25
Don't restore default SIGTTOU etc. behaviour if still doing job control. Only carry on doing job control in subshell if it's a real (...) subshell
2011-12-1129991: allow explicit "d" for days in time qualifiersPeter Stephenson1-0/+2
2011-12-0829955++: IGNORE_CLOSE_BRACES optionPeter Stephenson3-1/+4
2011-12-0729952: fix cut'n'paste error in nanosecond timestamp supportOliver Kiddle1-3/+3
2011-12-0329940: metafy() added null termination even if buffer was not modifiablePeter Stephenson1-2/+2
2011-12-0329934: Stef van Vlierberghe: uninitialised memory after lexer reallocPeter Stephenson1-10/+2
2011-11-28Ismail Dönmez: 29920: NO_EXEC problem with arithmetic substitutionPeter Stephenson1-1/+4
2011-11-1729907: Jun T.: remove declaration of unused variablePeter Stephenson1-1/+0
2011-11-15users/16581: skip correction shortcut based on command table search whenBart Schaefer1-9/+13
the word is not in command position; on rejected command correction, reset incremental path hashing.
2011-11-0429891: make zle -lL with arguments workPeter Stephenson1-1/+11
2011-10-31Jun T: 29883: cast resource types to types they should be anywayPeter Stephenson2-13/+13
2011-10-2829879: metafy dlerror message to avoid corruptionPeter Stephenson1-1/+2
2011-10-2629844, 29845: remove bogusPeter Stephenson1-2/+12
error on closing fd's 0 to 9; update test
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
29769: follow-up 29677 to handle the case where thisjob == -1.
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
parsing where end character is something else
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
Document.
2011-08-1829694: avoid overwriting current history word when not expanding an aliasBart Schaefer1-1/+2
or history event in-place.
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
when the end of the pipe is controlled by a builtin in the current shell which cannot itself become suspended.
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