summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-02-09Frank: 27696: another tmux completion updatePeter Stephenson2-1/+6
2010-02-09Missed this, tooPeter Stephenson1-3/+3
2010-02-0927693: Missed this.Peter Stephenson1-1/+1
2010-02-09Geoff: 27693: rename underscore to avoid name clashPeter Stephenson4-14/+19
2010-02-08unposted: a couple of typeset -g's and a commentPeter Stephenson4-4/+17
2010-02-0827665: Frank: tmux completionPeter Stephenson2-1/+5
2010-02-0827658: work around globbing problems in zip completionPeter Stephenson1-5/+13
2010-02-0827658: work around globbing problems in zip completionPeter Stephenson1-1/+6
2010-02-07Frank: 27679: better logic in VCS_INFO_get_data_gitPeter Stephenson2-12/+24
2010-02-0727675: Michael Hwang: fix crash in hash builtinPeter Stephenson2-2/+6
2010-02-0427661: Ben: typo in manual page referencesPeter Stephenson4-4/+9
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.