summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
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
2009-11-2127415: Src/Zle/computil.c: comparguments "*::..." descriptions could stepBart Schaefer1-0/+17
on sequentially earlier descriptions when completing for a word other than the last word on the command line.
2009-11-11users/14548: Src/Modules/termcap.c: prevent libtermcap from exiting on anBart Schaefer1-1/+4
unknown terminal type
2009-11-07Mikael: 27362: some more attr fixesPeter Stephenson1-6/+6
2009-11-0627357: fix compiler warnings in attr modulePeter Stephenson2-6/+8
27358: fix error if $0 altered in sourced file
2009-11-05Jun T.: 27351: zdelattr missed first argumentPeter Stephenson1-1/+1
2009-11-04Mikael: 27347: enhance extended attribute supportPeter Stephenson1-61/+149
2009-11-03Mikael: 27337: fix bug searching for / whenPeter Stephenson1-0/+2
scanning symlinks in cd
2009-09-30Apple opensource patches suggested by Jun T. in 27300Peter Stephenson2-2/+5
2009-09-29Jun T.: 27292: fix length in socket callPeter Stephenson1-6/+2
2009-09-2227286: Made movefd() return the targetfd on success. AddedWayne Davison3-18/+24
a little more error checking in the callers of movefd().
2009-09-2227284: better use of movefd()Peter Stephenson6-17/+58
2009-09-2127283: failure to dup fd caused mayhemPeter Stephenson2-1/+3
2009-09-21users/14411: Src/hashtable.c: only hash stat-able executable regularPeter Stephenson1-6/+37
files as commands
2009-09-06Holger Weiss: 57248: fix anchoring for vi searchesPeter Stephenson1-1/+1
2009-09-0527243: reverse indexing of arrays with beginning index out of range returnedPeter Stephenson1-0/+10
wrong value
2009-09-0227240: fix fix for lexing in test builtinPeter Stephenson1-1/+3
2009-08-1727218: don't unquote $line generated in comparguments for _argumentsPeter Stephenson1-2/+16
2009-08-1627216: set chwords to NULL when freedPeter Stephenson1-0/+2
2009-08-15users/14307: end of command line in completion with variant zsh syntaxPeter Stephenson1-1/+9
2009-08-0527211: handle Cygwin device files & drives specially in compfilesPeter Stephenson1-8/+66
2009-08-0127202: unbreak _GNU_SOURCE on Debian GNU/kFreeBSD.Clint Adams1-1/+1
2009-07-2427188: improve read -q by using read -k codePeter Stephenson1-61/+27