about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* Apple opensource patches suggested by Jun T. in 27300Peter Stephenson2009-09-302-2/+5
|
* Jun T.: 27292: fix length in socket callPeter Stephenson2009-09-291-6/+2
|
* 27286: Made movefd() return the targetfd on success. AddedWayne Davison2009-09-223-18/+24
| | | | a little more error checking in the callers of movefd().
* 27284: better use of movefd()Peter Stephenson2009-09-226-17/+58
|
* 27283: failure to dup fd caused mayhemPeter Stephenson2009-09-212-1/+3
|
* users/14411: Src/hashtable.c: only hash stat-able executable regularPeter Stephenson2009-09-211-6/+37
| | | | files as commands
* Holger Weiss: 57248: fix anchoring for vi searchesPeter Stephenson2009-09-061-1/+1
|
* 27243: reverse indexing of arrays with beginning index out of range returnedPeter Stephenson2009-09-051-0/+10
| | | | wrong value
* 27240: fix fix for lexing in test builtinPeter Stephenson2009-09-021-1/+3
|
* 27218: don't unquote $line generated in comparguments for _argumentsPeter Stephenson2009-08-171-2/+16
|
* 27216: set chwords to NULL when freedPeter Stephenson2009-08-161-0/+2
|
* users/14307: end of command line in completion with variant zsh syntaxPeter Stephenson2009-08-151-1/+9
|
* 27211: handle Cygwin device files & drives specially in compfilesPeter Stephenson2009-08-051-8/+66
|
* 27202: unbreak _GNU_SOURCE on Debian GNU/kFreeBSD.Clint Adams2009-08-011-1/+1
|
* 27188: improve read -q by using read -k codePeter Stephenson2009-07-241-61/+27
|
* 27181: extend POSIX_CD to handle target directory printing behaviourPeter Stephenson2009-07-211-4/+15
|
* 27159: restore pre-23067 behavior of SIGINT outside a "wait", so thatBart Schaefer2009-07-202-13/+22
| | | | foreground jobs that handle or ignore interrupts are not orphaned.
* 27167: add POSIX_CD option to test "." after CDPATHPeter Stephenson2009-07-193-5/+25
|
* users/14240: assignment before a function definition is an errorPeter Stephenson2009-07-171-1/+7
|
* Eric Blake: 27151: cd handling with initial // for CygwinPeter Stephenson2009-07-151-6/+8
|
* 27134: Close SHTTY on exec.Peter Stephenson2009-07-123-4/+22
| | | | | 27135: POSIX_JOBS leaves MONITOR on in subshell and doesn't save parent job table.
* 27131: allow MONITOR in subshell by not closing SHTTYPeter Stephenson2009-07-112-6/+3
|
* 27129: fix status at start of function, command subst, etc.Peter Stephenson2009-07-113-7/+37
|
* 27126: a few more contexts where executing empty lists gives status zeroPeter Stephenson2009-07-102-1/+5
|
* 27125: handle nested use of colour code buffer allocationPeter Stephenson2009-07-101-2/+14
|
* 27106: reset status on command that expands to emptyPeter Stephenson2009-07-105-46/+87
| | | | 27122: add POSIX_JOBS option
* 27119: job output to stdout if non-interactivePeter Stephenson2009-07-101-6/+5
| | | | no automated jobs notifications
* 27112: allow jobbing output if not interactivePeter Stephenson2009-07-091-8/+10
|
* Eric Blake: 27109: don't attachtty() if not interactivePeter Stephenson2009-07-091-1/+1
|
* Eric Blake: 27109: don't attachtty() if not interactivePeter Stephenson2009-07-091-1/+1
|
* Eric Blake: 27109: don't attachtty() if not interactivePeter Stephenson2009-07-091-1/+1
|
* 27110: Only turn on MONITOR if set explicitly or INTERACTIVEPeter Stephenson2009-07-091-1/+7
|
* 27100: Allow MONITOR option in non-interactive shells for testing.Peter Stephenson2009-07-082-2/+2
|
* 27092: missing then-clause for if wasn't an errorPeter Stephenson2009-07-061-0/+4
|
* 27087: change return codes from failed "."Peter Stephenson2009-07-022-4/+4
|
* 27085: add accept-search handling to scrollist keymapPeter Stephenson2009-07-011-0/+2
|
* 27083: non-zero status on failures to find or execute file in "."Peter Stephenson2009-07-014-14/+40
|
* 27080: it wasnt possible to exit menu selection cleanlyPeter Stephenson2009-07-011-2/+18
|
* 27079: save lexical context in test builtinPeter Stephenson2009-07-011-0/+2
|
* Greg Klanderman: 27057: %e and %f time formats were swappedPeter Stephenson2009-06-261-2/+2
|
* 27304: add ${(q-)..} flagPeter Stephenson2009-06-053-19/+144
|
* 27025: define _GNU_SOURCE on the Hurd.Clint Adams2009-05-301-1/+1
|
* 27021: fix length of saved glob flags in pattern matchingPeter Stephenson2009-05-291-5/+6
|
* 26975: compilation issues in bin_print()Peter Stephenson2009-05-201-4/+9
|
* users/14143 plus tweak in padding code:Peter Stephenson2009-05-202-4/+5
| | | | use default IFS if IFS is unset
* Greg Klanderman: 26972: fix problem ni 26964.Peter Stephenson2009-05-191-1/+4
|
* Greg Klanderman: 26964 (modified): PROMPT_EOL_MARKPeter Stephenson2009-05-171-3/+7
|
* Paul Ackersviller: 26962: updated HP-UX dynamic linkingPeter Stephenson2009-05-161-2/+2
|
* 26958: Fix reallocation problem in promptsPeter Stephenson2009-05-121-0/+3
|
* 26957: Fix some memory problems with read builtinPeter Stephenson2009-05-121-8/+13
| | | | unposted: fix a WARN_CREATE_GLOBAL warning