summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2009-11-07Mikael: 27362: some more attr fixesPeter Stephenson1-6/+6
2009-11-0627357: fix compiler warnings in attr modulePeter Stephenson2-6/+8
27358: fix error if $0 altered in sourced file
2009-11-05Jun T.: 27351: zdelattr missed first argumentPeter Stephenson1-1/+1
2009-11-04Mikael: 27347: enhance extended attribute supportPeter Stephenson1-61/+149
2009-11-03Mikael: 27337: fix bug searching for / whenPeter Stephenson1-0/+2
scanning symlinks in cd
2009-09-30Apple opensource patches suggested by Jun T. in 27300Peter Stephenson2-2/+5
2009-09-29Jun T.: 27292: fix length in socket callPeter Stephenson1-6/+2
2009-09-2227286: Made movefd() return the targetfd on success. AddedWayne Davison3-18/+24
a little more error checking in the callers of movefd().
2009-09-2227284: better use of movefd()Peter Stephenson6-17/+58
2009-09-2127283: failure to dup fd caused mayhemPeter Stephenson2-1/+3
2009-09-21users/14411: Src/hashtable.c: only hash stat-able executable regularPeter Stephenson1-6/+37
files as commands
2009-09-06Holger Weiss: 57248: fix anchoring for vi searchesPeter Stephenson1-1/+1
2009-09-0527243: reverse indexing of arrays with beginning index out of range returnedPeter Stephenson1-0/+10
wrong value
2009-09-0227240: fix fix for lexing in test builtinPeter Stephenson1-1/+3
2009-08-1727218: don't unquote $line generated in comparguments for _argumentsPeter Stephenson1-2/+16
2009-08-1627216: set chwords to NULL when freedPeter Stephenson1-0/+2
2009-08-15users/14307: end of command line in completion with variant zsh syntaxPeter Stephenson1-1/+9
2009-08-0527211: handle Cygwin device files & drives specially in compfilesPeter Stephenson1-8/+66
2009-08-0127202: unbreak _GNU_SOURCE on Debian GNU/kFreeBSD.Clint Adams1-1/+1
2009-07-2427188: improve read -q by using read -k codePeter Stephenson1-61/+27
2009-07-2127181: extend POSIX_CD to handle target directory printing behaviourPeter Stephenson1-4/+15
2009-07-2027159: restore pre-23067 behavior of SIGINT outside a "wait", so thatBart Schaefer2-13/+22
foreground jobs that handle or ignore interrupts are not orphaned.
2009-07-1927167: add POSIX_CD option to test "." after CDPATHPeter Stephenson3-5/+25
2009-07-17users/14240: assignment before a function definition is an errorPeter Stephenson1-1/+7
2009-07-15Eric Blake: 27151: cd handling with initial // for CygwinPeter Stephenson1-6/+8
2009-07-1227134: Close SHTTY on exec.Peter Stephenson3-4/+22
27135: POSIX_JOBS leaves MONITOR on in subshell and doesn't save parent job table.
2009-07-1127131: allow MONITOR in subshell by not closing SHTTYPeter Stephenson2-6/+3
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