summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-02-0327648, 267650/1, unposted README change:Peter Stephenson9-28/+112
Turn off repeat and turn on ulimit in emulation modes
2010-02-02Mikael: 27647: _cp updatePeter Stephenson2-10/+16
2010-02-02unposted: minor doc tweak for regexp-replacePeter Stephenson2-1/+6
2010-02-02Andrei, 27644, ish: check for #! without a forkPeter Stephenson2-4/+12
2010-02-01unposted: FAQ notes on zsh-nt.sourceforge.net,Peter Stephenson1-12/+32
terminal application mode horror
2010-02-01unposted: FAQ notes on zsh-nt.sourceforge.net,Peter Stephenson1-1/+6
terminal application mode horror
2010-01-31Mikael: 27642: missing glob qualifier completionPeter Stephenson3-2/+10
2010-01-29users/14752: add #! line to zedPeter Stephenson3-3/+7
allow script run with -i to exit on return
2010-01-29Julien Jehannet: users/14751: typo in variable name in zedPeter Stephenson2-2/+7
2010-01-2727638, based on Frank Terbeck, 27633: SOURCETRACE optionPeter Stephenson5-2/+31
2010-01-2327617: graphicsmagick completion based on _imagemagick.Clint Adams2-1/+553
2010-01-22users/14732: Test X:/ rather than X: in CygwinPeter Stephenson2-10/+40
2010-01-21users/14723: invalid converted characters should never match valid onesPeter Stephenson2-8/+26
2010-01-2027611: cache parameter values in math eval so subscripts are eval'd oncePeter Stephenson3-15/+97
2010-01-2027608: fix memory for mbegin, mend & regexp testPeter Stephenson4-13/+20
2010-01-19unposted: return status 1 if no replacementPeter Stephenson2-1/+12
2010-01-19avoid Yodl error in cond.yoPeter Stephenson2-3/+5
2010-01-19Frank: 27606: tmux -dPeter Stephenson2-1/+6
2010-01-18unposted: clarify documentation for 27604Peter Stephenson2-3/+12
2010-01-1827604: substitution using regular expressionsPeter Stephenson4-11/+78
2010-01-1727600: extend =~ syntax to set positional variables for matchesPeter Stephenson5-12/+188
2010-01-16Frank: 27599: fix formatting documentation for VCS_Info.Peter Stephenson2-3/+8
2010-01-13Mikael: 27597: accepting zstyle completion unnecessarily hard.Peter Stephenson2-2/+7
2010-01-13Joakim Rosqvist: 27591 as modified in 27594:Peter Stephenson7-15/+96
KEYBOARD_HACK variable
2010-01-10missed ChangeLog entryPeter Stephenson1-1/+5
2010-01-10Frank Terbeck: 27586: more tmux completion support.Clint Adams2-5/+60
2010-01-0827577: sergio: (%) is not needed in zcalc prompt since PROMPTPERCENT is obeyedPeter Stephenson2-2/+9
2010-01-0727579: allow ssh -S argument to follow immediately the option letter.Clint Adams2-2/+5
2010-01-0727578: allow ionice -c and -n arguments to immediately follow the option ↵Clint Adams2-3/+8
letters.
2010-01-0527566: add ulimit -c hard and immediate return on argument errorPeter Stephenson3-14/+35
2010-01-0527565: sanity check numeric arguments to ulimitPeter Stephenson2-22/+37
2010-01-04Jesse Weinstein: 27553: improve doc phrasingPeter Stephenson1-2/+2
2010-01-0427559: espeak language codes and voice names.Clint Adams2-5/+6
2010-01-04Jesse Weinstein: 27558: completion for espeak.Clint Adams2-1/+41
2010-01-0427556: sanitize more variables in lexsave()Peter Stephenson2-1/+12
avoiding crashes in inner loops
2009-12-29Chris Lamb: 27545: runserver_plus and files completion for django.Clint Adams2-2/+11
2009-12-18Add symlink-based hist-file locking.Wayne Davison3-4/+37
2009-12-17Greg: 27529: ULR schemas in subversion completionPeter Stephenson2-5/+14
2009-12-16Check the return value of all pipe(), read(), and write() calls.Wayne Davison9-46/+85
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-16unposted: new run-help-p4Peter Stephenson3-1/+10
2009-12-1627492 based on Jörg Sommer: 27473: fix run-help alias problem.Peter Stephenson2-4/+14
2009-12-1427518: suggest some more configure argument patternsPeter Stephenson2-2/+9
2009-12-14unposted: add --exclude-dir grep optionAndrey Borzenkov2-1/+7
2009-12-13Alexey I. Froloff: 27470: _git updatePeter Stephenson2-5/+63
2009-12-13Fixed --human-readable options and arg-acceptance of -f.Wayne Davison2-4/+8
2009-12-12Michael Prokop: 27504: fix typo with dput --delayed.Clint Adams2-2/+7
2009-12-1127503: fix crash with hook functionsPeter Stephenson2-1/+7
2009-12-1027494: reportbug --paranoid, --no-paranoid, --body, and --body-file.Clint Adams2-1/+10
2009-12-0727479: prevent completions split across backslash-newlinePeter Stephenson2-23/+65
from causing too much mayhem