about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* unposted: fix typo in previous commitPeter Stephenson2010-05-121-1/+1
|
* 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson2010-05-129-30/+72
|
* 27947: some cases where we should execute EXIT trapsPeter Stephenson2010-05-051-1/+7
|
* Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACEPeter Stephenson2010-04-281-1/+1
|
* 27926: fix completion suffix when inserting last wordPeter Stephenson2010-04-271-0/+1
|
* 27889: Force more use of GLOB_SUBST in parameters if ~ is usedPeter Stephenson2010-04-201-5/+10
|
* 27865: fix problem with glob_subst in parameter subsitutionPeter Stephenson2010-04-091-1/+1
|
* rationalise widths of non-printing characters to zero.Peter Stephenson2010-03-272-34/+66
|
* 27827: fix infinite loop in recursive alias at end of parsed stringPeter Stephenson2010-03-251-9/+12
|
* 27823: fix memory access in 27822Peter Stephenson2010-03-221-2/+2
|
* 27812: display invalid bytes in multibyte characters speciallyPeter Stephenson2010-03-223-13/+60
|
* Fix ZLE access to pushed history linePeter Stephenson2010-03-224-9/+48
|
* 27804: don't hang in isearch if invalid character foundPeter Stephenson2010-03-181-0/+2
|
* 27793 and follow ups: add PATH_SCRIPT option to find script using $PATHPeter Stephenson2010-03-163-21/+85
|
* 27785: IFS doesn't have a null in it in POSIXPeter Stephenson2010-03-113-3/+10
| | | | unposted: note & needs quoting in :s in glob qualifier
* Michael Hwang: 27773: document how linked lists are joined togetherPeter Stephenson2010-03-071-0/+70
|
* users/14905 + 14906: problems with :s in parameter expansionPeter Stephenson2010-02-271-3/+28
|
* users/14902: another go at strftimePeter Stephenson2010-02-261-1/+1
|
* users/14900: ULONG_MAX is a valid return value from strotoul()Peter Stephenson2010-02-261-1/+2
|
* users/14897: extra test in strftime builtin for time conversionPeter Stephenson2010-02-261-0/+4
|
* 27756: add OS file locking to calendarPeter Stephenson2010-02-261-0/+4
| | | | add errflag test to loop over fcntl()
* 27755: add "zsystem supports" to zsh/systemPeter Stephenson2010-02-251-0/+31
|
* 27754 plus NEWS change: add "zsystem flock"Peter Stephenson2010-02-244-3/+231
|
* unposted: add debug code to zclose()Peter Stephenson2010-02-221-0/+9
|
* 27721: rationalise initialisation of file descriptorsPeter Stephenson2010-02-224-43/+70
|
* 27722: bad error reporting and checking in conditionsPeter Stephenson2010-02-191-7/+14
|
* 27723: eval shouldn't modify non-zero return statusesPeter Stephenson2010-02-191-1/+1
|
* 27708: remove distracting initial semicolons in job outptPeter Stephenson2010-02-131-33/+38
|
* unposted: initially clear list for P glob qualifierPeter Stephenson2010-02-131-0/+1
|
* 27694: add P glob qualifier for prependingPeter Stephenson2010-02-091-4/+36
|
* 27693: Missed this.Peter Stephenson2010-02-091-1/+1
|
* Geoff: 27693: rename underscore to avoid name clashPeter Stephenson2010-02-093-12/+12
|
* unposted: a couple of typeset -g's and a commentPeter Stephenson2010-02-081-0/+5
|
* 27675: Michael Hwang: fix crash in hash builtinPeter Stephenson2010-02-071-1/+0
|
* 27648, 267650/1, unposted README change:Peter Stephenson2010-02-034-10/+43
| | | | Turn off repeat and turn on ulimit in emulation modes
* users/14752: add #! line to zedPeter Stephenson2010-01-291-1/+2
| | | | allow script run with -i to exit on return
* 27638, based on Frank Terbeck, 27633: SOURCETRACE optionPeter Stephenson2010-01-273-0/+7
|
* users/14732: Test X:/ rather than X: in CygwinPeter Stephenson2010-01-221-9/+34
|
* users/14723: invalid converted characters should never match valid onesPeter Stephenson2010-01-211-7/+20
|
* 27611: cache parameter values in math eval so subscripts are eval'd oncePeter Stephenson2010-01-201-14/+71
|
* 27608: fix memory for mbegin, mend & regexp testPeter Stephenson2010-01-202-6/+6
|
* 27600: extend =~ syntax to set positional variables for matchesPeter Stephenson2010-01-172-7/+128
|
* Joakim Rosqvist: 27591 as modified in 27594:Peter Stephenson2010-01-133-14/+75
| | | | KEYBOARD_HACK variable
* 27566: add ulimit -c hard and immediate return on argument errorPeter Stephenson2010-01-051-6/+19
|
* 27565: sanity check numeric arguments to ulimitPeter Stephenson2010-01-051-21/+31
|
* 27556: sanitize more variables in lexsave()Peter Stephenson2010-01-041-0/+5
| | | | avoiding crashes in inner loops
* Add symlink-based hist-file locking.Wayne Davison2009-12-181-2/+30
|
* Check the return value of all pipe(), read(), and write() calls.Wayne Davison2009-12-168-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 warningsWayne Davison2009-12-161-9/+62
| | | | and provide read_loop() and write_loop() functions.
* 27503: fix crash with hook functionsPeter Stephenson2009-12-111-0/+1
|