summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-07-26Fixed bin_print() to handle \c escapes as per POSIX (truncating theWayne Davison1-5/+16
output at the \c). (Based on a patch by Thorsten Dahlheimer.)
2005-07-26If getkeystring() finds a \c escape (when looking for such escapes),Wayne Davison1-1/+3
truncate the returned string at the escape.
2005-07-2521523, 21524: Julius Plenz: completions for pump and dhclient.Clint Adams3-0/+36
2005-07-25unposted: add missing compset -S call to _phpDoug Kearns2-2/+8
2005-07-25Some echo/printf improvements for the \c escape.Wayne Davison1-0/+11
2005-07-2421519: only complete files after baz commit, not archive/version.Clint Adams2-1/+4
2005-07-2421517: complete files after build-config if there's a configs subdir, even ↵Clint Adams2-2/+10
if one is not in a project tree.
2005-07-24The parsing of \c in $foo[(pws:\c:)1] should treat \c as an unknownWayne Davison1-1/+1
escape (resulting in a literal "c"), not remove the sequence (from a patch by Thorsten Dahlheimer).
2005-07-24Improved the function comment for getkeystring().Wayne Davison1-10/+11
2005-07-24Added missing "goto" in handling of 'c' escape (fix fromWayne Davison1-0/+2
Thorsten Dahlheimer).
2005-07-24An install fix for Cygwin from Thorsten Dahlheimer.Wayne Davison1-0/+1
2005-07-2421510: use && rather than -a binary test operator.Clint Adams2-1/+6
2005-07-2321506: use globbing instead of ls and sed.Clint Adams2-5/+6
2005-07-2321505: use an array for common arguments rather than an additional functionClint Adams2-26/+31
2005-07-23215??: move xscreensaver-command completion to the X dir.Clint Adams2-4/+10
2005-07-21unposted: bring various .distfiles up to datePeter Stephenson12-7/+33
2005-07-2021500: Add script and function as framework for new user stuff.Peter Stephenson7-16/+75
2005-07-2021499: Doc/Makefile.in: use newer texi2html syntax.Clint Adams2-1/+5
2005-07-2021498: Add zsh/newuser modulePeter Stephenson10-43/+266
2005-07-20unposted: add -s option to _arguments call in _rakeDoug Kearns2-1/+5
2005-07-2021492Wayne Davison1-0/+7
2005-07-19Undo version mod that changed the wrong 3.0 into 4.3.0.Wayne Davison1-1/+1
2005-07-1921492: Update the prompt-overwriting section even more extensively.Wayne Davison1-29/+35
2005-07-18fix version in 21490Peter Stephenson2-1/+3
2005-07-1821490: Update FAQ to reflect PROMPT_SP optionPeter Stephenson2-2/+11
2005-07-16Fixed the heading for the new PROMPT_SP option.Wayne Davison1-1/+1
2005-07-16unposted: escape colons in _python -W option argument messageDoug Kearns2-2/+7
2005-07-1521464Wayne Davison1-0/+6
2005-07-15Implement the new PROMPT_SP option.Wayne Davison1-1/+23
2005-07-15Reference 4 extra termcap items: save-cursor, restore-cursor, theWayne Davison1-5/+18
backspace character, and the ignore-newline-after-wrap flag.
2005-07-15Add "promptsp" to the optname optns[] array.Wayne Davison1-0/+1
2005-07-15Added the PROMPTSP option plus 3 new termcap definesWayne Davison1-1/+5
(TCSAVECURSOR, TCRESTRCURSOR, and TCBACKSPACE).
2005-07-15Document the new PROMPT_SP option.Wayne Davison1-0/+18
2005-07-15unposted: add missing -C option to _arguments in _pythonDoug Kearns2-2/+7
2005-07-1421466: mkdir -p didn't work with symlinksPeter Stephenson2-1/+6
2005-07-1221449: limit completed options available to RUBYOPT to -[IdvwrK]Doug Kearns2-34/+48
2005-07-1221446 (modified): improve target completion for rakeDoug Kearns2-11/+18
2005-07-1221447: completion for rubber, contributed by Emmanuel Hainry and Emmanuel ↵Clint Adams2-0/+76
Beffara.
2005-07-1221428: Travis: fix crash on bad compvalues callBart Schaefer2-1/+7
2005-07-1121443: new completion for rakeDoug Kearns3-3/+48
2005-07-11unposted: fix typo in first normal arg action of _rubyDoug Kearns2-1/+5
2005-07-1121423: Travis: completion for unexpandBart Schaefer2-0/+45
2005-07-10Use set -o in listalloptions to avoid kshoptionprintBart Schaefer2-5/+7
2005-07-1021418: completion for madison.Clint Adams2-0/+17
2005-07-1021417: completion for xscreensaver-command.Clint Adams2-0/+20
2005-07-1021416: cope with an equals sign after gpg --keyring.Clint Adams2-1/+6
2005-07-08users/9059: Nikolai Weibull: improved _vim_filesPeter Stephenson2-7/+11
2005-07-07users/9049: add vim variants to _vimPeter Stephenson2-1/+4
2005-07-07Nikolai Weibull: new _vim completionPeter Stephenson3-28/+109
2005-07-0621402: Fix crash with case-insensitive matching.Peter Stephenson2-4/+23