summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2012-05-22Danek: 30485: trailing garbage after signal number not recognised in killPeter Stephenson1-3/+8
2012-05-0830469: Src/builtin.c: allow reverse listing of history usingPeter Stephenson1-5/+5
fc -r, but don't allow reverse execution of commands at all.
2012-05-02unposted: fix trailing spaces from previous commitMikael Magnusson1-1/+1
2012-05-0230425 (fixed): Add localhistory/globalhistory to $ZLE_STATE as set by the ↵Mikael Magnusson1-10/+18
set-local-history zle widget
2012-05-01users/17046: don't count too many elements when splitting quoted parameterPeter Stephenson1-1/+1
substitution on null parameter
2012-04-2530455: remove max array length testPeter Stephenson1-0/+13
2012-04-22unposted: add test for valid identifier to 30431Peter Stephenson1-1/+8
2012-04-2230439: ${...:*...} with nonexistent or non-array after *Peter Stephenson1-0/+13
should return no results
2012-04-2230431 with typo in _typeset fix:Peter Stephenson2-1/+44
add ${...:|...} and ${...:*...} operators, as documented
2012-04-2130433: double backslash is not line continuation.Bart Schaefer1-1/+2
2012-04-1630413: (q-) parameter flag should quote null stringPeter Stephenson2-10/+13
(q-q) etc. should be treated as errors
2012-04-1530410 plus one other case: avoid divide-by-zero errorsPeter Stephenson1-3/+10
in TIMEFMT interpretation
2012-04-1330391: tweak to ignore DISABLED flag in new hash-based arrayuniq()Peter Stephenson1-1/+1
2012-04-1030383, users/16991 (Vaclav), users/17000: Improve speed of arrayuniq() byBart Schaefer1-3/+89
implementing a hash seive algorithm; add test to exercise it.
2012-03-30add some braces to avoid compiler warningsPeter Stephenson1-7/+9
2012-03-29users/16932: implement $UNDO_CHANGE_NO and argument to undo widgetPeter Stephenson3-2/+33
2012-03-1330351 + 30352: metafy strings on import into zsh variablesPeter Stephenson2-16/+40
2012-03-0730320: "emulate" accepts invocation-time flags; other small doc tweaks.Bart Schaefer3-73/+105
2012-03-0530307 plus tweak suggsted by Wayne: use %lld for zlong when long longPeter Stephenson5-4/+48
2012-03-0130303: emulate inside function marked for execution tracing enables xtracePeter Stephenson1-0/+14
2012-03-0130184: use a HASH_EXECUTABLES_ONLY test that matches the test used byBart Schaefer1-1/+2
exec.c:iscom() during path search.
2012-03-0130272 (tweaked): most failures of fork() cause non-interactive shells toBart Schaefer1-11/+12
exit nonzero; bad options to "exec" cause exit under POSIX_BUILTINS.
2012-02-2930276: Src/glob.c: Use zlong rather than int when calculating brace ↵Mikael Magnusson1-3/+4
expansions of the form {1..9}.
2012-02-2930299: "$*" was split with SHWORDSPLIT if IFS was empty or unsetPeter Stephenson1-1/+1
2012-02-2030242: use PREFORK_SINGLE for ${...=...} in POSIX emulationBart Schaefer1-1/+6
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