about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 27479: prevent completions split across backslash-newlinePeter Stephenson2009-12-071-22/+58
| | | | from causing too much mayhem
* Mikael: 27453: highlighting for removable completion suffixesPeter Stephenson2009-12-051-1/+15
| | | | 27466: document it
* 27442 plus tweak: wait returns status for $! even if exitedPeter Stephenson2009-12-024-0/+33
|
* 27441: add "sa" for suffix alias completion highlightingPeter Stephenson2009-11-301-6/+24
|
* Richard Hartmann: 27440: typos in module warningsPeter Stephenson2009-11-302-3/+3
|
* 27415: Src/Zle/computil.c: comparguments "*::..." descriptions could stepBart Schaefer2009-11-211-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 anBart Schaefer2009-11-111-1/+4
| | | | unknown terminal type
* Mikael: 27362: some more attr fixesPeter Stephenson2009-11-071-6/+6
|
* 27357: fix compiler warnings in attr modulePeter Stephenson2009-11-062-6/+8
| | | | 27358: fix error if $0 altered in sourced file
* Jun T.: 27351: zdelattr missed first argumentPeter Stephenson2009-11-051-1/+1
|
* Mikael: 27347: enhance extended attribute supportPeter Stephenson2009-11-041-61/+149
|
* Mikael: 27337: fix bug searching for / whenPeter Stephenson2009-11-031-0/+2
| | | | scanning symlinks in cd
* Apple opensource patches suggested by Jun T. in 27300Peter Stephenson2009-09-302-2/+5
|
* Jun T.: 27292: fix length in socket callPeter Stephenson2009-09-291-6/+2
|
* 27286: Made movefd() return the targetfd on success. AddedWayne Davison2009-09-223-18/+24
| | | | a little more error checking in the callers of movefd().
* 27284: better use of movefd()Peter Stephenson2009-09-226-17/+58
|
* 27283: failure to dup fd caused mayhemPeter Stephenson2009-09-212-1/+3
|
* users/14411: Src/hashtable.c: only hash stat-able executable regularPeter Stephenson2009-09-211-6/+37
| | | | files as commands
* Holger Weiss: 57248: fix anchoring for vi searchesPeter Stephenson2009-09-061-1/+1
|
* 27243: reverse indexing of arrays with beginning index out of range returnedPeter Stephenson2009-09-051-0/+10
| | | | wrong value
* 27240: fix fix for lexing in test builtinPeter Stephenson2009-09-021-1/+3
|
* 27218: don't unquote $line generated in comparguments for _argumentsPeter Stephenson2009-08-171-2/+16
|
* 27216: set chwords to NULL when freedPeter Stephenson2009-08-161-0/+2
|
* users/14307: end of command line in completion with variant zsh syntaxPeter Stephenson2009-08-151-1/+9
|
* 27211: handle Cygwin device files & drives specially in compfilesPeter Stephenson2009-08-051-8/+66
|
* 27202: unbreak _GNU_SOURCE on Debian GNU/kFreeBSD.Clint Adams2009-08-011-1/+1
|
* 27188: improve read -q by using read -k codePeter Stephenson2009-07-241-61/+27
|
* 27181: extend POSIX_CD to handle target directory printing behaviourPeter Stephenson2009-07-211-4/+15
|
* 27159: restore pre-23067 behavior of SIGINT outside a "wait", so thatBart Schaefer2009-07-202-13/+22
| | | | foreground jobs that handle or ignore interrupts are not orphaned.
* 27167: add POSIX_CD option to test "." after CDPATHPeter Stephenson2009-07-193-5/+25
|
* users/14240: assignment before a function definition is an errorPeter Stephenson2009-07-171-1/+7
|
* Eric Blake: 27151: cd handling with initial // for CygwinPeter Stephenson2009-07-151-6/+8
|
* 27134: Close SHTTY on exec.Peter Stephenson2009-07-123-4/+22
| | | | | 27135: POSIX_JOBS leaves MONITOR on in subshell and doesn't save parent job table.
* 27131: allow MONITOR in subshell by not closing SHTTYPeter Stephenson2009-07-112-6/+3
|