about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Add symlink-based hist-file locking.Wayne Davison2009-12-183-4/+37
|
* Greg: 27529: ULR schemas in subversion completionPeter Stephenson2009-12-172-5/+14
|
* Check the return value of all pipe(), read(), and write() calls.Wayne Davison2009-12-169-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.
* Get rid of some "ignoring return value" compiler warningsWayne Davison2009-12-161-9/+62
| | | | and provide read_loop() and write_loop() functions.
* unposted: new run-help-p4Peter Stephenson2009-12-163-1/+10
|
* 27492 based on Jörg Sommer: 27473: fix run-help alias problem.Peter Stephenson2009-12-162-4/+14
|
* 27518: suggest some more configure argument patternsPeter Stephenson2009-12-142-2/+9
|
* unposted: add --exclude-dir grep optionAndrey Borzenkov2009-12-142-1/+7
|
* Alexey I. Froloff: 27470: _git updatePeter Stephenson2009-12-132-5/+63
|
* Fixed --human-readable options and arg-acceptance of -f.Wayne Davison2009-12-132-4/+8
|
* Michael Prokop: 27504: fix typo with dput --delayed.Clint Adams2009-12-122-2/+7
|
* 27503: fix crash with hook functionsPeter Stephenson2009-12-112-1/+7
|
* 27494: reportbug --paranoid, --no-paranoid, --body, and --body-file.Clint Adams2009-12-102-1/+10
|
* 27479: prevent completions split across backslash-newlinePeter Stephenson2009-12-072-23/+65
| | | | from causing too much mayhem
* Mikael: 27453: highlighting for removable completion suffixesPeter Stephenson2009-12-053-4/+35
| | | | 27466: document it
* Frank: 27450: another tmux completion updatePeter Stephenson2009-12-052-1/+17
|
* Frank Terbeck: 27458: set-option -w completion.Clint Adams2009-12-052-25/+32
|
* Ingmar Vanhassel: 27457: add hilite as a precommand.Clint Adams2009-12-052-2/+5
|
* Ingmar Vanhassel: 27456: complete .tar.lzma, .tbz, .txz.Clint Adams2009-12-052-3/+8
|
* 27448: mild understanding of xz-compressed tarballs.Clint Adams2009-12-033-2/+14
|
* 27446: Frank: tmux completion updatePeter Stephenson2009-12-023-2/+26
| | | | 27447: document change for waiting for $!
* 27442 plus tweak: wait returns status for $! even if exitedPeter Stephenson2009-12-025-1/+45
|
* Alexey: 27445: ruby completion argumentPeter Stephenson2009-12-012-2/+7
|
* 27441: add "sa" for suffix alias completion highlightingPeter Stephenson2009-11-303-7/+32
|
* Richard Hartmann: 27440: typos in module warningsPeter Stephenson2009-11-303-4/+9
|
* Baptiste Daroussin: 27431: _make: fix for FreeBSDPeter Stephenson2009-11-242-2/+11
|
* 27430: extend make variable value completionPeter Stephenson2009-11-242-2/+5
|
* 27429: _make: restore variable value completionPeter Stephenson2009-11-242-187/+190
| | | | make indentation more standard
* Michael Hwang <michael.a.hwang@gmail.com>: 27428:Peter Stephenson2009-11-242-150/+204
| | | | improved _make
* Alexey: users/14588: ztodo function and completionPeter Stephenson2009-11-222-0/+92
|
* Alexey: users/14588: ztodo function and completionPeter Stephenson2009-11-223-1/+11
|
* 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.
* 27415: Src/Zle/computil.c: fix comparguments "*::..." descriptions.Bart Schaefer2009-11-211-1/+7
|
* 27417: fix completion after gpg --verify-files.Clint Adams2009-11-202-3/+6
|
* unposted: change bracket colors default to yellow when in an ssh session.Clint Adams2009-11-202-2/+7
|
* Greg: 27416: repository path enhancementPeter Stephenson2009-11-192-4/+18
|
* unposted: improvement to whole-path Perforce completionPeter Stephenson2009-11-172-3/+23
|
* Greg Klanderman: 27409: subversion and URL pathsPeter Stephenson2009-11-153-22/+51
|
* c.f. 27408: remove _mercurial and put back some 2> /dev/nullPeter Stephenson2009-11-153-884/+10
|
* Frank Terbeck: 27407: tmux switch-client completionPeter Stephenson2009-11-152-3/+6
|
* Benjamin R. Haskell: 27399: argument problem in env completionPeter Stephenson2009-11-152-3/+4
|
* Benjamin R. Haskell: users/14565: argument problem in env completionPeter Stephenson2009-11-152-2/+7
|
* Baptiste Daroussin: 27379, 27381: BSD completionsPeter Stephenson2009-11-124-0/+147
|
* Greg K: Replace 27377 with 27391.Bart Schaefer2009-11-122-7/+8
|
* users/14548: Src/Modules/termcap.c: prevent libtermcap from exiting on anBart Schaefer2009-11-111-1/+4
| | | | unknown terminal type
* Alexey Froloff: 27367: Completion/Unix/Command/_ri: update for Ruby 1.9Bart Schaefer2009-11-111-8/+70
| | | | and later
* users/14548: Src/Modules/termcap.c: prevent libtermcap from exitingBart Schaefer2009-11-111-1/+7
| | | | Alexey Froloff: 27367: Completion/Unix/Command/_ri: update for Ruby 1.9
* Frank Terbeck: 27364: Completion/Unix/Command/_tmux: fix cut'n'paste errorBart Schaefer2009-11-111-1/+6
|
* Frank Terbeck: 27364: Completion/Unix/Command/_tmux: fix cut'n'paste errorBart Schaefer2009-11-111-2/+2
| | | | in descriptions
* Greg Klanderman: 27377 (slightly tweaked): Completion/Unix/Command/_rm: fixBart Schaefer2009-11-101-1/+9
| | | | | ignored (duplicate) file names 27368, 27369: FEATURES: replace an incorrect example