summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-03-28Added --protocol option.Wayne Davison1-0/+1
2005-03-2721068: complete modified files for 'svn revert'.Clint Adams2-0/+15
2005-03-2621066: rsync:// support and more fixesAndrey Borzenkov2-18/+40
2005-03-2421053: be more intelligent in searching for konqueror profilesAndrey Borzenkov2-1/+7
2005-03-2221051: more tweaks in SVR4 completionAndrey Borzenkov2-2/+8
2005-03-2121046: make unfunction compadd more reliablePeter Stephenson2-3/+20
2005-03-2121045: fix some uses of Meta characters in completionPeter Stephenson3-8/+43
2005-03-21Stephen Rüger: 21019: new completion for mpcOliver Kiddle3-2/+239
2005-03-2121042: limitations with execute-named-commandPeter Stephenson3-0/+12
2005-03-1820984 (modified)Wayne Davison1-0/+8
2005-03-18Honor the setting of the new HISTSAVEBYCOPY option when rewritingWayne Davison1-5/+22
the history file.
2005-03-18Added the histsavebycopy option.Wayne Davison1-0/+1
2005-03-18Added HISTSAVEBYCOPY to the options enum.Wayne Davison1-0/+1
2005-03-18Document the HIST_SAVE_BY_COPY option and made a few tweaks toWayne Davison1-6/+22
the history-appending options.
2005-03-1821014: remember_edits() was brokenPeter Stephenson2-1/+6
2005-03-18users/8609: document order of more parameter expansion flagsPeter Stephenson2-3/+16
2005-03-16Mention my latest _rsync change and added #20917 to the notWayne Davison1-3/+8
really "unposted" _make change.
2005-03-1620983: failed glob from fixed strings segments in globbed pathsPeter Stephenson3-8/+24
2005-03-1520978: don't propagate EOF from recursive editsPeter Stephenson2-1/+6
2005-03-1420886: configure.ac: SIGTTOU -> TTOUPeter Stephenson2-2/+6
2005-03-13Unposted: update the "bart" prompt theme.Bart Schaefer2-17/+42
2005-03-11The --compare-dest, --link-dest, and (new) --copy-dest optionsWayne Davison1-2/+3
needed to allow duplication and to exclude each other.
2005-03-11Belated commit of 20892: improvements to correct/correctall behavior.Bart Schaefer2-13/+54
2005-03-1120966: fix crash in execute-named-commandPeter Stephenson2-4/+11
2005-03-11 * 20961: Completion/Unix/Command/_baz: fix completion of status and diff ↵Clint Adams2-2/+9
subcommands.
2005-03-1020957: SVR4 and Solaris supportAndrey Borzenkov2-15/+45
2005-03-1020959: fix crash unloading zsh/parameter and test the fixPeter Stephenson4-4/+15
2005-03-0920955: "unset foo" should return status 0 if foo was not setPeter Stephenson3-73/+16
2005-03-0920953: "du --version" tries to display size of files in current directory on ↵Motoi WASHIDA2-1/+6
FreeBSD and Darwin.
2005-03-09 * 20951: Completion/Unix/Command/_baz: fix version detection and baz merge ↵Clint Adams2-3/+8
completion.
2005-03-07 * 20946: Completion/Linux/Command/_iwconfig: completion for iwconfig command.Clint Adams2-0/+34
2005-03-0720945: rename statics to avoid clash with globalsPeter Stephenson2-29/+34
2005-03-07 * 20944: Completion/Debian/Command/_uscan: completion for uscan command.Clint Adams2-0/+20
2005-03-07 * 20943: Completion/Linux/Command/_tune2fs: completion for tune2fs command.Clint Adams2-0/+26
2005-03-07 * 20942: Completion/Unix/Command/_showmount: completion for showmount command.Clint Adams2-0/+13
2005-03-07 * 20941: Completion/Unix/Command/_mii-tool: completion for mii-tool command.Clint Adams2-0/+15
2005-03-07 * 20940: Completion/Unix/Command/_knock: completion for knock command.Clint Adams2-0/+12
2005-03-07 * 20939: Completion/Unix/Command/_groff: completion for groff command.Clint Adams2-0/+48
2005-03-07 * 20938: Completion/Unix/Command/_fuser: completion for fuser command.Clint Adams2-0/+20
2005-03-07 * 20937: Completion/Unix/Command/_fortune: completion for fortune command.Clint Adams2-0/+18
2005-03-07 * 20936: Completion/Linux/Command/_acpi: completion for acpi command.Clint Adams2-0/+23
2005-03-0520932: Add copy comand completionAndrey Borzenkov2-1/+6
2005-03-04correct 20928Peter Stephenson2-1/+3
2005-03-0420928: null terminate screen lines in zle_refresh.cPeter Stephenson2-2/+13
2005-03-03unposted: arguments are required after -imagekey, -srcimagekey optionsMotoi WASHIDA2-5/+8
2005-03-03unposted: softwareupdate is a system software update tool for Mac OS XMotoi WASHIDA2-0/+79
2005-03-0320921: using UCS-4BE instead of ISO-10646 to identify character encodingOliver Kiddle3-4/+11
is more portable, find more encodings in iconv completion on Solaris 20924: make error message more specific
2005-03-03Henryk Konsek: 20918: new completion for unaceOliver Kiddle3-1/+24
2005-03-0320900, adapted: promptcr workaroundPeter Stephenson2-9/+31
2005-03-02 * 20906: Completion/Unix/Command/_make: patch from Mike "Stew" O'ConnorClint Adams2-5/+14
to limit recursion depth in make completion variable expansion.