summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-03-02Fix a possible infinite recursion in _make.Wayne Davison1-0/+6
2005-03-02Don't try to expand a single-character Makefile variable ifWayne Davison1-1/+1
it is a digit.
2005-03-02 * 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionallyClint Adams2-3/+7
when we echotc a capability with arguments (which we then assume to be the 'cm' capability, with arguments in the form <rows> <columns>.
2005-03-02 * 20909: Src/Modules/termcap.c: reverse row and col arguments to tgoto.Clint Adams2-1/+6
2005-03-01Got rid of --copy-dest, which didn't make it into rsync 2.6.4.Wayne Davison1-1/+0
2005-03-0120897: complete system printers in _a2psPeter Stephenson2-2/+18
2005-02-2820888: allow signal names to have the SIG prefix includedPeter Stephenson3-3/+16
2005-02-2620872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusionAndrey Borzenkov4-11/+17
2005-02-2520869: more small Unicode tweaksPeter Stephenson8-29/+39
2005-02-2520867: handle imported files that are specified using a relative pathOliver Kiddle2-2/+8
2005-02-2520863: fix history (i)searching for UnicodePeter Stephenson6-172/+335
2005-02-2420866: fix deliberate errors in 20861Peter Stephenson2-1/+8
2005-02-24Konstantin Sobolev: 20832 (modified): gather targets from imported filesOliver Kiddle2-1/+7
2005-02-2420862: attempt to fix configure scripts to detect iconv properlyOliver Kiddle4-13/+51