summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2010-04-2027889: Force more use of GLOB_SUBST in parameters if ~ is usedPeter Stephenson1-5/+10
2010-04-0927865: fix problem with glob_subst in parameter subsitutionPeter Stephenson1-1/+1
2010-03-27rationalise widths of non-printing characters to zero.Peter Stephenson2-34/+66
2010-03-2527827: fix infinite loop in recursive alias at end of parsed stringPeter Stephenson1-9/+12
2010-03-2227823: fix memory access in 27822Peter Stephenson1-2/+2
2010-03-2227812: display invalid bytes in multibyte characters speciallyPeter Stephenson3-13/+60
2010-03-22Fix ZLE access to pushed history linePeter Stephenson4-9/+48
2010-03-1827804: don't hang in isearch if invalid character foundPeter Stephenson1-0/+2
2010-03-1627793 and follow ups: add PATH_SCRIPT option to find script using $PATHPeter Stephenson3-21/+85
2010-03-1127785: IFS doesn't have a null in it in POSIXPeter Stephenson3-3/+10
unposted: note & needs quoting in :s in glob qualifier
2010-03-07Michael Hwang: 27773: document how linked lists are joined togetherPeter Stephenson1-0/+70
2010-02-27users/14905 + 14906: problems with :s in parameter expansionPeter Stephenson1-3/+28
2010-02-26users/14902: another go at strftimePeter Stephenson1-1/+1
2010-02-26users/14900: ULONG_MAX is a valid return value from strotoul()Peter Stephenson1-1/+2
2010-02-26users/14897: extra test in strftime builtin for time conversionPeter Stephenson1-0/+4
2010-02-2627756: add OS file locking to calendarPeter Stephenson1-0/+4
add errflag test to loop over fcntl()
2010-02-2527755: add "zsystem supports" to zsh/systemPeter Stephenson1-0/+31
2010-02-2427754 plus NEWS change: add "zsystem flock"Peter Stephenson4-3/+231
2010-02-22unposted: add debug code to zclose()Peter Stephenson1-0/+9
2010-02-2227721: rationalise initialisation of file descriptorsPeter Stephenson4-43/+70
2010-02-1927722: bad error reporting and checking in conditionsPeter Stephenson1-7/+14
2010-02-1927723: eval shouldn't modify non-zero return statusesPeter Stephenson1-1/+1
2010-02-1327708: remove distracting initial semicolons in job outptPeter Stephenson1-33/+38
2010-02-13unposted: initially clear list for P glob qualifierPeter Stephenson1-0/+1
2010-02-0927694: add P glob qualifier for prependingPeter Stephenson1-4/+36
2010-02-0927693: Missed this.Peter Stephenson1-1/+1
2010-02-09Geoff: 27693: rename underscore to avoid name clashPeter Stephenson3-12/+12
2010-02-08unposted: a couple of typeset -g's and a commentPeter Stephenson1-0/+5
2010-02-0727675: Michael Hwang: fix crash in hash builtinPeter Stephenson1-1/+0
2010-02-0327648, 267650/1, unposted README change:Peter Stephenson4-10/+43
Turn off repeat and turn on ulimit in emulation modes
2010-01-29users/14752: add #! line to zedPeter Stephenson1-1/+2
allow script run with -i to exit on return
2010-01-2727638, based on Frank Terbeck, 27633: SOURCETRACE optionPeter Stephenson3-0/+7
2010-01-22users/14732: Test X:/ rather than X: in CygwinPeter Stephenson1-9/+34
2010-01-21users/14723: invalid converted characters should never match valid onesPeter Stephenson1-7/+20
2010-01-2027611: cache parameter values in math eval so subscripts are eval'd oncePeter Stephenson1-14/+71
2010-01-2027608: fix memory for mbegin, mend & regexp testPeter Stephenson2-6/+6
2010-01-1727600: extend =~ syntax to set positional variables for matchesPeter Stephenson2-7/+128
2010-01-13Joakim Rosqvist: 27591 as modified in 27594:Peter Stephenson3-14/+75
KEYBOARD_HACK variable
2010-01-0527566: add ulimit -c hard and immediate return on argument errorPeter Stephenson1-6/+19
2010-01-0527565: sanity check numeric arguments to ulimitPeter Stephenson1-21/+31
2010-01-0427556: sanitize more variables in lexsave()Peter Stephenson1-0/+5
avoiding crashes in inner loops
2009-12-18Add symlink-based hist-file locking.Wayne Davison1-2/+30
2009-12-16Check the return value of all pipe(), read(), and write() calls.Wayne Davison8-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.
2009-12-16Get rid of some "ignoring return value" compiler warningsWayne Davison1-9/+62
and provide read_loop() and write_loop() functions.
2009-12-1127503: fix crash with hook functionsPeter Stephenson1-0/+1
2009-12-0727479: prevent completions split across backslash-newlinePeter Stephenson1-22/+58
from causing too much mayhem
2009-12-05Mikael: 27453: highlighting for removable completion suffixesPeter Stephenson1-1/+15
27466: document it
2009-12-0227442 plus tweak: wait returns status for $! even if exitedPeter Stephenson4-0/+33
2009-11-3027441: add "sa" for suffix alias completion highlightingPeter Stephenson1-6/+24
2009-11-30Richard Hartmann: 27440: typos in module warningsPeter Stephenson2-3/+3