Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 27708: remove distracting initial semicolons in job outpt | Peter Stephenson | 2010-02-13 | 1 | -33/+38 |
| | |||||
* | unposted: initially clear list for P glob qualifier | Peter Stephenson | 2010-02-13 | 1 | -0/+1 |
| | |||||
* | 27694: add P glob qualifier for prepending | Peter Stephenson | 2010-02-09 | 1 | -4/+36 |
| | |||||
* | 27693: Missed this. | Peter Stephenson | 2010-02-09 | 1 | -1/+1 |
| | |||||
* | Geoff: 27693: rename underscore to avoid name clash | Peter Stephenson | 2010-02-09 | 3 | -12/+12 |
| | |||||
* | unposted: a couple of typeset -g's and a comment | Peter Stephenson | 2010-02-08 | 1 | -0/+5 |
| | |||||
* | 27675: Michael Hwang: fix crash in hash builtin | Peter Stephenson | 2010-02-07 | 1 | -1/+0 |
| | |||||
* | 27648, 267650/1, unposted README change: | Peter Stephenson | 2010-02-03 | 4 | -10/+43 |
| | | | | Turn off repeat and turn on ulimit in emulation modes | ||||
* | users/14752: add #! line to zed | Peter Stephenson | 2010-01-29 | 1 | -1/+2 |
| | | | | allow script run with -i to exit on return | ||||
* | 27638, based on Frank Terbeck, 27633: SOURCETRACE option | Peter Stephenson | 2010-01-27 | 3 | -0/+7 |
| | |||||
* | users/14732: Test X:/ rather than X: in Cygwin | Peter Stephenson | 2010-01-22 | 1 | -9/+34 |
| | |||||
* | users/14723: invalid converted characters should never match valid ones | Peter Stephenson | 2010-01-21 | 1 | -7/+20 |
| | |||||
* | 27611: cache parameter values in math eval so subscripts are eval'd once | Peter Stephenson | 2010-01-20 | 1 | -14/+71 |
| | |||||
* | 27608: fix memory for mbegin, mend & regexp test | Peter Stephenson | 2010-01-20 | 2 | -6/+6 |
| | |||||
* | 27600: extend =~ syntax to set positional variables for matches | Peter Stephenson | 2010-01-17 | 2 | -7/+128 |
| | |||||
* | Joakim Rosqvist: 27591 as modified in 27594: | Peter Stephenson | 2010-01-13 | 3 | -14/+75 |
| | | | | KEYBOARD_HACK variable | ||||
* | 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 |
| |