Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 27785: IFS doesn't have a null in it in POSIX | Peter Stephenson | 2010-03-11 | 3 | -3/+10 |
| | | | | unposted: note & needs quoting in :s in glob qualifier | ||||
* | Michael Hwang: 27773: document how linked lists are joined together | Peter Stephenson | 2010-03-07 | 1 | -0/+70 |
| | |||||
* | users/14905 + 14906: problems with :s in parameter expansion | Peter Stephenson | 2010-02-27 | 1 | -3/+28 |
| | |||||
* | users/14902: another go at strftime | Peter Stephenson | 2010-02-26 | 1 | -1/+1 |
| | |||||
* | users/14900: ULONG_MAX is a valid return value from strotoul() | Peter Stephenson | 2010-02-26 | 1 | -1/+2 |
| | |||||
* | users/14897: extra test in strftime builtin for time conversion | Peter Stephenson | 2010-02-26 | 1 | -0/+4 |
| | |||||
* | 27756: add OS file locking to calendar | Peter Stephenson | 2010-02-26 | 1 | -0/+4 |
| | | | | add errflag test to loop over fcntl() | ||||
* | 27755: add "zsystem supports" to zsh/system | Peter Stephenson | 2010-02-25 | 1 | -0/+31 |
| | |||||
* | 27754 plus NEWS change: add "zsystem flock" | Peter Stephenson | 2010-02-24 | 4 | -3/+231 |
| | |||||
* | unposted: add debug code to zclose() | Peter Stephenson | 2010-02-22 | 1 | -0/+9 |
| | |||||
* | 27721: rationalise initialisation of file descriptors | Peter Stephenson | 2010-02-22 | 4 | -43/+70 |
| | |||||
* | 27722: bad error reporting and checking in conditions | Peter Stephenson | 2010-02-19 | 1 | -7/+14 |
| | |||||
* | 27723: eval shouldn't modify non-zero return statuses | Peter Stephenson | 2010-02-19 | 1 | -1/+1 |
| | |||||
* | 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 |
| |