Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 27566: add ulimit -c hard and immediate return on argument error | Peter Stephenson | 2010-01-05 | 1 | -6/+19 |
| | |||||
* | 27565: sanity check numeric arguments to ulimit | Peter Stephenson | 2010-01-05 | 1 | -21/+31 |
| | |||||
* | 27556: sanitize more variables in lexsave() | Peter Stephenson | 2010-01-04 | 1 | -0/+5 |
| | | | | avoiding crashes in inner loops | ||||
* | Add symlink-based hist-file locking. | Wayne Davison | 2009-12-18 | 1 | -2/+30 |
| | |||||
* | Check the return value of all pipe(), read(), and write() calls. | Wayne Davison | 2009-12-16 | 8 | -45/+75 |
| | | | | | | Gets rid of all the remaining "ignoring return value" compiler warnings, and makes some read/write operations safer by ensuring that an EINTR is handled. | ||||
* | Get rid of some "ignoring return value" compiler warnings | Wayne Davison | 2009-12-16 | 1 | -9/+62 |
| | | | | and provide read_loop() and write_loop() functions. | ||||
* | 27503: fix crash with hook functions | Peter Stephenson | 2009-12-11 | 1 | -0/+1 |
| | |||||
* | 27479: prevent completions split across backslash-newline | Peter Stephenson | 2009-12-07 | 1 | -22/+58 |
| | | | | from causing too much mayhem | ||||
* | Mikael: 27453: highlighting for removable completion suffixes | Peter Stephenson | 2009-12-05 | 1 | -1/+15 |
| | | | | 27466: document it | ||||
* | 27442 plus tweak: wait returns status for $! even if exited | Peter Stephenson | 2009-12-02 | 4 | -0/+33 |
| | |||||
* | 27441: add "sa" for suffix alias completion highlighting | Peter Stephenson | 2009-11-30 | 1 | -6/+24 |
| | |||||
* | Richard Hartmann: 27440: typos in module warnings | Peter Stephenson | 2009-11-30 | 2 | -3/+3 |
| | |||||
* | 27415: Src/Zle/computil.c: comparguments "*::..." descriptions could step | Bart Schaefer | 2009-11-21 | 1 | -0/+17 |
| | | | | | on sequentially earlier descriptions when completing for a word other than the last word on the command line. | ||||
* | users/14548: Src/Modules/termcap.c: prevent libtermcap from exiting on an | Bart Schaefer | 2009-11-11 | 1 | -1/+4 |
| | | | | unknown terminal type | ||||
* | Mikael: 27362: some more attr fixes | Peter Stephenson | 2009-11-07 | 1 | -6/+6 |
| | |||||
* | 27357: fix compiler warnings in attr module | Peter Stephenson | 2009-11-06 | 2 | -6/+8 |
| | | | | 27358: fix error if $0 altered in sourced file | ||||
* | Jun T.: 27351: zdelattr missed first argument | Peter Stephenson | 2009-11-05 | 1 | -1/+1 |
| | |||||
* | Mikael: 27347: enhance extended attribute support | Peter Stephenson | 2009-11-04 | 1 | -61/+149 |
| | |||||
* | Mikael: 27337: fix bug searching for / when | Peter Stephenson | 2009-11-03 | 1 | -0/+2 |
| | | | | scanning symlinks in cd | ||||
* | Apple opensource patches suggested by Jun T. in 27300 | Peter Stephenson | 2009-09-30 | 2 | -2/+5 |
| | |||||
* | Jun T.: 27292: fix length in socket call | Peter Stephenson | 2009-09-29 | 1 | -6/+2 |
| | |||||
* | 27286: Made movefd() return the targetfd on success. Added | Wayne Davison | 2009-09-22 | 3 | -18/+24 |
| | | | | a little more error checking in the callers of movefd(). | ||||
* | 27284: better use of movefd() | Peter Stephenson | 2009-09-22 | 6 | -17/+58 |
| | |||||
* | 27283: failure to dup fd caused mayhem | Peter Stephenson | 2009-09-21 | 2 | -1/+3 |
| | |||||
* | users/14411: Src/hashtable.c: only hash stat-able executable regular | Peter Stephenson | 2009-09-21 | 1 | -6/+37 |
| | | | | files as commands | ||||
* | Holger Weiss: 57248: fix anchoring for vi searches | Peter Stephenson | 2009-09-06 | 1 | -1/+1 |
| | |||||
* | 27243: reverse indexing of arrays with beginning index out of range returned | Peter Stephenson | 2009-09-05 | 1 | -0/+10 |
| | | | | wrong value | ||||
* | 27240: fix fix for lexing in test builtin | Peter Stephenson | 2009-09-02 | 1 | -1/+3 |
| | |||||
* | 27218: don't unquote $line generated in comparguments for _arguments | Peter Stephenson | 2009-08-17 | 1 | -2/+16 |
| | |||||
* | 27216: set chwords to NULL when freed | Peter Stephenson | 2009-08-16 | 1 | -0/+2 |
| | |||||
* | users/14307: end of command line in completion with variant zsh syntax | Peter Stephenson | 2009-08-15 | 1 | -1/+9 |
| | |||||
* | 27211: handle Cygwin device files & drives specially in compfiles | Peter Stephenson | 2009-08-05 | 1 | -8/+66 |
| | |||||
* | 27202: unbreak _GNU_SOURCE on Debian GNU/kFreeBSD. | Clint Adams | 2009-08-01 | 1 | -1/+1 |
| | |||||
* | 27188: improve read -q by using read -k code | Peter Stephenson | 2009-07-24 | 1 | -61/+27 |
| | |||||
* | 27181: extend POSIX_CD to handle target directory printing behaviour | Peter Stephenson | 2009-07-21 | 1 | -4/+15 |
| | |||||
* | 27159: restore pre-23067 behavior of SIGINT outside a "wait", so that | Bart Schaefer | 2009-07-20 | 2 | -13/+22 |
| | | | | foreground jobs that handle or ignore interrupts are not orphaned. | ||||
* | 27167: add POSIX_CD option to test "." after CDPATH | Peter Stephenson | 2009-07-19 | 3 | -5/+25 |
| | |||||
* | users/14240: assignment before a function definition is an error | Peter Stephenson | 2009-07-17 | 1 | -1/+7 |
| | |||||
* | Eric Blake: 27151: cd handling with initial // for Cygwin | Peter Stephenson | 2009-07-15 | 1 | -6/+8 |
| | |||||
* | 27134: Close SHTTY on exec. | Peter Stephenson | 2009-07-12 | 3 | -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 SHTTY | Peter Stephenson | 2009-07-11 | 2 | -6/+3 |
| | |||||
* | 27129: fix status at start of function, command subst, etc. | Peter Stephenson | 2009-07-11 | 3 | -7/+37 |
| | |||||
* | 27126: a few more contexts where executing empty lists gives status zero | Peter Stephenson | 2009-07-10 | 2 | -1/+5 |
| | |||||
* | 27125: handle nested use of colour code buffer allocation | Peter Stephenson | 2009-07-10 | 1 | -2/+14 |
| | |||||
* | 27106: reset status on command that expands to empty | Peter Stephenson | 2009-07-10 | 5 | -46/+87 |
| | | | | 27122: add POSIX_JOBS option | ||||
* | 27119: job output to stdout if non-interactive | Peter Stephenson | 2009-07-10 | 1 | -6/+5 |
| | | | | no automated jobs notifications | ||||
* | 27112: allow jobbing output if not interactive | Peter Stephenson | 2009-07-09 | 1 | -8/+10 |
| | |||||
* | Eric Blake: 27109: don't attachtty() if not interactive | Peter Stephenson | 2009-07-09 | 1 | -1/+1 |
| | |||||
* | Eric Blake: 27109: don't attachtty() if not interactive | Peter Stephenson | 2009-07-09 | 1 | -1/+1 |
| | |||||
* | Eric Blake: 27109: don't attachtty() if not interactive | Peter Stephenson | 2009-07-09 | 1 | -1/+1 |
| |