summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2009-07-1127129: fix status at start of function, command subst, etc.Peter Stephenson3-7/+37
2009-07-1027126: a few more contexts where executing empty lists gives status zeroPeter Stephenson2-1/+5
2009-07-1027125: handle nested use of colour code buffer allocationPeter Stephenson1-2/+14
2009-07-1027106: reset status on command that expands to emptyPeter Stephenson5-46/+87
27122: add POSIX_JOBS option
2009-07-1027119: job output to stdout if non-interactivePeter Stephenson1-6/+5
no automated jobs notifications
2009-07-0927112: allow jobbing output if not interactivePeter Stephenson1-8/+10
2009-07-09Eric Blake: 27109: don't attachtty() if not interactivePeter Stephenson1-1/+1
2009-07-09Eric Blake: 27109: don't attachtty() if not interactivePeter Stephenson1-1/+1
2009-07-09Eric Blake: 27109: don't attachtty() if not interactivePeter Stephenson1-1/+1
2009-07-0927110: Only turn on MONITOR if set explicitly or INTERACTIVEPeter Stephenson1-1/+7
2009-07-0827100: Allow MONITOR option in non-interactive shells for testing.Peter Stephenson2-2/+2
2009-07-0627092: missing then-clause for if wasn't an errorPeter Stephenson1-0/+4
2009-07-0227087: change return codes from failed "."Peter Stephenson2-4/+4
2009-07-0127085: add accept-search handling to scrollist keymapPeter Stephenson1-0/+2
2009-07-0127083: non-zero status on failures to find or execute file in "."Peter Stephenson4-14/+40
2009-07-0127080: it wasnt possible to exit menu selection cleanlyPeter Stephenson1-2/+18
2009-07-0127079: save lexical context in test builtinPeter Stephenson1-0/+2
2009-06-26Greg Klanderman: 27057: %e and %f time formats were swappedPeter Stephenson1-2/+2
2009-06-0527304: add ${(q-)..} flagPeter Stephenson3-19/+144
2009-05-3027025: define _GNU_SOURCE on the Hurd.Clint Adams1-1/+1
2009-05-2927021: fix length of saved glob flags in pattern matchingPeter Stephenson1-5/+6
2009-05-2026975: compilation issues in bin_print()Peter Stephenson1-4/+9
2009-05-20users/14143 plus tweak in padding code:Peter Stephenson2-4/+5
use default IFS if IFS is unset
2009-05-19Greg Klanderman: 26972: fix problem ni 26964.Peter Stephenson1-1/+4
2009-05-17Greg Klanderman: 26964 (modified): PROMPT_EOL_MARKPeter Stephenson1-3/+7
2009-05-16Paul Ackersviller: 26962: updated HP-UX dynamic linkingPeter Stephenson1-2/+2
2009-05-1226958: Fix reallocation problem in promptsPeter Stephenson1-0/+3
2009-05-1226957: Fix some memory problems with read builtinPeter Stephenson1-8/+13
unposted: fix a WARN_CREATE_GLOBAL warning
2009-05-1126956: tidy up some zle variables for module unloadingPeter Stephenson1-0/+4
note issue found on HP-UX
2009-05-0826950: warn on failed attempt to change user or group IDPeter Stephenson1-5/+13
26593: print warning but dont fail test if simple Unicode conversion fails
2009-05-0826984: ensure zle window sizes are reset with video dataPeter Stephenson1-0/+2
2009-05-0726954: read should pass through invalid multibyte charactersPeter Stephenson1-1/+5
2009-04-2426876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARSPeter Stephenson3-18/+59
2009-04-2026852: make terminfo.mdd test agree with one in terminfo.cPeter Stephenson1-3/+1
2009-04-17users/14041: bind : by default to execute-named-cmd in vicmd modePeter Stephenson1-1/+1
2009-04-0626806 (doc tweaked): Add CORRECT_IGNORE variablePeter Stephenson1-1/+13
2009-03-25Jon Strait: 26778, 26781: extra options for PCRE matchingPeter Stephenson1-9/+48
2009-03-25Michael Hwang: 26776: improved column alignment with print -c -PPeter Stephenson1-0/+17
2009-03-2426774: cd to $HOME on failure in preference to /Peter Stephenson1-4/+18
2009-03-2426772: better error handling and fix runaway chdir on failed cdPeter Stephenson4-12/+31
2009-03-2426769: fix finger trouble in 26767Peter Stephenson1-1/+1
2009-03-2326748: c modifier to add command pathPeter Stephenson2-18/+61
2009-03-2326767: fix file descriptor leak in 26763Peter Stephenson1-15/+32
2009-03-2026763: fix problem on failed cd -s to relative pathPeter Stephenson1-5/+6
2009-03-20tidy up from 26625Peter Stephenson1-3/+2
2009-03-20Bart: 26761: typo in realpath() checkPeter Stephenson1-1/+1
2009-03-19Mikael: 26759: missing here-document terminatorPeter Stephenson1-0/+1
2009-03-1926754: tweak zgetdir() and test for realpath()Peter Stephenson2-5/+59
2009-03-1826752: fix ../ removal and metafication in :a and :A modifersPeter Stephenson1-3/+7
2009-03-16users/13937, users/13939: configure.ac, Src/jobs.c: check forBart Schaefer1-0/+8
and if available use setproctitle() for "jobs -Z".