about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 20955: "unset foo" should return status 0 if foo was not setPeter Stephenson2005-03-091-0/+5
|
* 20953: "du --version" tries to display size of files in current directory on ↵Motoi WASHIDA2005-03-091-0/+5
| | | | FreeBSD and Darwin.
* * 20951: Completion/Unix/Command/_baz: fix version detection and baz merge ↵Clint Adams2005-03-091-0/+5
| | | | completion.
* * 20946: Completion/Linux/Command/_iwconfig: completion for iwconfig command.Clint Adams2005-03-071-0/+5
|
* 20945: rename statics to avoid clash with globalsPeter Stephenson2005-03-071-0/+5
|
* * 20944: Completion/Debian/Command/_uscan: completion for uscan command.Clint Adams2005-03-071-0/+3
|
* * 20943: Completion/Linux/Command/_tune2fs: completion for tune2fs command.Clint Adams2005-03-071-0/+3
|
* * 20942: Completion/Unix/Command/_showmount: completion for showmount command.Clint Adams2005-03-071-0/+3
|
* * 20941: Completion/Unix/Command/_mii-tool: completion for mii-tool command.Clint Adams2005-03-071-0/+3
|
* * 20940: Completion/Unix/Command/_knock: completion for knock command.Clint Adams2005-03-071-0/+3
|
* * 20939: Completion/Unix/Command/_groff: completion for groff command.Clint Adams2005-03-071-0/+3
|
* * 20938: Completion/Unix/Command/_fuser: completion for fuser command.Clint Adams2005-03-071-0/+3
|
* * 20937: Completion/Unix/Command/_fortune: completion for fortune command.Clint Adams2005-03-071-0/+3
|
* * 20936: Completion/Linux/Command/_acpi: completion for acpi command.Clint Adams2005-03-071-0/+5
|
* 20932: Add copy comand completionAndrey Borzenkov2005-03-051-0/+5
|
* correct 20928Peter Stephenson2005-03-041-0/+2
|
* 20928: null terminate screen lines in zle_refresh.cPeter Stephenson2005-03-041-0/+5
|
* unposted: arguments are required after -imagekey, -srcimagekey optionsMotoi WASHIDA2005-03-031-0/+3
|
* unposted: softwareupdate is a system software update tool for Mac OS XMotoi WASHIDA2005-03-031-0/+4
|
* 20921: using UCS-4BE instead of ISO-10646 to identify character encodingOliver Kiddle2005-03-031-0/+5
| | | | | is more portable, find more encodings in iconv completion on Solaris 20924: make error message more specific
* Henryk Konsek: 20918: new completion for unaceOliver Kiddle2005-03-031-0/+5
|
* 20900, adapted: promptcr workaroundPeter Stephenson2005-03-031-0/+6
|
* * 20906: Completion/Unix/Command/_make: patch from Mike "Stew" O'ConnorClint Adams2005-03-021-0/+6
| | | | to limit recursion depth in make completion variable expansion.
* Fix a possible infinite recursion in _make.Wayne Davison2005-03-021-0/+6
|
* * 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionallyClint Adams2005-03-021-2/+5
| | | | | when we echotc a capability with arguments (which we then assume to be the 'cm' capability, with arguments in the form <rows> <columns>.
* * 20909: Src/Modules/termcap.c: reverse row and col arguments to tgoto.Clint Adams2005-03-021-0/+5
|
* 20897: complete system printers in _a2psPeter Stephenson2005-03-011-0/+5
|
* 20888: allow signal names to have the SIG prefix includedPeter Stephenson2005-02-281-0/+6
|
* 20872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusionAndrey Borzenkov2005-02-261-0/+5
|
* 20869: more small Unicode tweaksPeter Stephenson2005-02-251-0/+6
|
* 20867: handle imported files that are specified using a relative pathOliver Kiddle2005-02-251-0/+5
|
* 20863: fix history (i)searching for UnicodePeter Stephenson2005-02-251-0/+4
|
* 20866: fix deliberate errors in 20861Peter Stephenson2005-02-241-0/+4
|
* Konstantin Sobolev: 20832 (modified): gather targets from imported filesOliver Kiddle2005-02-241-0/+3
|
* 20862: attempt to fix configure scripts to detect iconv properlyOliver Kiddle2005-02-241-0/+6
|
* 20861: Fix statusline in Unicode, apart from isearchPeter Stephenson2005-02-241-0/+7
|
* 20857: rewrite zle_refresh to use wide characters.Andrey Borzenkov2005-02-231-0/+7
|
* 20856: use VARARR for multibyte string.Peter Stephenson2005-02-231-0/+2
|
* 20854: more Unicode stuff.Peter Stephenson2005-02-231-0/+7
|
* * 20847: Completion/compaudit: stop adding gratuitous elements to fpath ↵Clint Adams2005-02-231-0/+5
| | | | when MARK_DIRS is set.
* 20845: fix mbstate_t usage in getrestcharAndrey Borzenkov2005-02-221-0/+6
|
* 20844: prune trailing slashes from named directoryPeter Stephenson2005-02-221-0/+4
|
* Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson2005-02-221-0/+7
|
* 20837: typos in contrib docsPeter Stephenson2005-02-211-0/+2
|
* 20834: use _webbrowser in _kfmclientPeter Stephenson2005-02-211-0/+3
|
* 20833: typo: int_t -> wint_tPeter Stephenson2005-02-211-0/+5
|
* Mention the _rsync change.Wayne Davison2005-02-201-0/+6
|
* 20828: typos in 20822Peter Stephenson2005-02-181-0/+2
|
* users/8522: Completion/Darwin/Command/_defaults: fixed the number of spacesMotoi WASHIDA2005-02-181-0/+4
| | | | broken while sending the patch by email.
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-181-0/+10
| | | | 20823: Debugging test in stat wrong for 64-bit systems