summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2009-12-05Mikael: 27453: highlighting for removable completion suffixesPeter Stephenson3-4/+35
27466: document it
2009-12-05Frank: 27450: another tmux completion updatePeter Stephenson2-1/+17
2009-12-05Frank Terbeck: 27458: set-option -w completion.Clint Adams2-25/+32
2009-12-05Ingmar Vanhassel: 27457: add hilite as a precommand.Clint Adams2-2/+5
2009-12-05Ingmar Vanhassel: 27456: complete .tar.lzma, .tbz, .txz.Clint Adams2-3/+8
2009-12-0327448: mild understanding of xz-compressed tarballs.Clint Adams3-2/+14
2009-12-0227446: Frank: tmux completion updatePeter Stephenson3-2/+26
27447: document change for waiting for $!
2009-12-0227442 plus tweak: wait returns status for $! even if exitedPeter Stephenson5-1/+45
2009-12-01Alexey: 27445: ruby completion argumentPeter Stephenson2-2/+7
2009-11-3027441: add "sa" for suffix alias completion highlightingPeter Stephenson3-7/+32
2009-11-30Richard Hartmann: 27440: typos in module warningsPeter Stephenson3-4/+9
2009-11-24Baptiste Daroussin: 27431: _make: fix for FreeBSDPeter Stephenson2-2/+11
2009-11-2427430: extend make variable value completionPeter Stephenson2-2/+5
2009-11-2427429: _make: restore variable value completionPeter Stephenson2-187/+190
make indentation more standard
2009-11-24Michael Hwang <michael.a.hwang@gmail.com>: 27428:Peter Stephenson2-150/+204
improved _make
2009-11-22Alexey: users/14588: ztodo function and completionPeter Stephenson2-0/+92
2009-11-22Alexey: users/14588: ztodo function and completionPeter Stephenson3-1/+11
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-2127415: Src/Zle/computil.c: fix comparguments "*::..." descriptions.Bart Schaefer1-1/+7
2009-11-2027417: fix completion after gpg --verify-files.Clint Adams2-3/+6
2009-11-20unposted: change bracket colors default to yellow when in an ssh session.Clint Adams2-2/+7
2009-11-19Greg: 27416: repository path enhancementPeter Stephenson2-4/+18
2009-11-17unposted: improvement to whole-path Perforce completionPeter Stephenson2-3/+23
2009-11-15Greg Klanderman: 27409: subversion and URL pathsPeter Stephenson3-22/+51
2009-11-15c.f. 27408: remove _mercurial and put back some 2> /dev/nullPeter Stephenson3-884/+10
2009-11-15Frank Terbeck: 27407: tmux switch-client completionPeter Stephenson2-3/+6
2009-11-15Benjamin R. Haskell: 27399: argument problem in env completionPeter Stephenson2-3/+4
2009-11-15Benjamin R. Haskell: users/14565: argument problem in env completionPeter Stephenson2-2/+7
2009-11-12Baptiste Daroussin: 27379, 27381: BSD completionsPeter Stephenson4-0/+147
2009-11-12Greg K: Replace 27377 with 27391.Bart Schaefer2-7/+8
2009-11-11users/14548: Src/Modules/termcap.c: prevent libtermcap from exiting on anBart Schaefer1-1/+4
unknown terminal type
2009-11-11Alexey Froloff: 27367: Completion/Unix/Command/_ri: update for Ruby 1.9Bart Schaefer1-8/+70
and later
2009-11-11users/14548: Src/Modules/termcap.c: prevent libtermcap from exitingBart Schaefer1-1/+7
Alexey Froloff: 27367: Completion/Unix/Command/_ri: update for Ruby 1.9