Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correct 20928 | Peter Stephenson | 2005-03-04 | 2 | -1/+3 |
| | |||||
* | 20928: null terminate screen lines in zle_refresh.c | Peter Stephenson | 2005-03-04 | 2 | -2/+13 |
| | |||||
* | unposted: arguments are required after -imagekey, -srcimagekey options | Motoi WASHIDA | 2005-03-03 | 2 | -5/+8 |
| | |||||
* | unposted: softwareupdate is a system software update tool for Mac OS X | Motoi WASHIDA | 2005-03-03 | 2 | -0/+79 |
| | |||||
* | 20921: using UCS-4BE instead of ISO-10646 to identify character encoding | Oliver Kiddle | 2005-03-03 | 3 | -4/+11 |
| | | | | | is more portable, find more encodings in iconv completion on Solaris 20924: make error message more specific | ||||
* | Henryk Konsek: 20918: new completion for unace | Oliver Kiddle | 2005-03-03 | 3 | -1/+24 |
| | |||||
* | 20900, adapted: promptcr workaround | Peter Stephenson | 2005-03-03 | 2 | -9/+31 |
| | |||||
* | * 20906: Completion/Unix/Command/_make: patch from Mike "Stew" O'Connor | Clint Adams | 2005-03-02 | 2 | -5/+14 |
| | | | | to limit recursion depth in make completion variable expansion. | ||||
* | Fix a possible infinite recursion in _make. | Wayne Davison | 2005-03-02 | 1 | -0/+6 |
| | |||||
* | Don't try to expand a single-character Makefile variable if | Wayne Davison | 2005-03-02 | 1 | -1/+1 |
| | | | | it is a digit. | ||||
* | * 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionally | Clint Adams | 2005-03-02 | 2 | -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>. | ||||
* | * 20909: Src/Modules/termcap.c: reverse row and col arguments to tgoto. | Clint Adams | 2005-03-02 | 2 | -1/+6 |
| | |||||
* | Got rid of --copy-dest, which didn't make it into rsync 2.6.4. | Wayne Davison | 2005-03-01 | 1 | -1/+0 |
| | |||||
* | 20897: complete system printers in _a2ps | Peter Stephenson | 2005-03-01 | 2 | -2/+18 |
| | |||||
* | 20888: allow signal names to have the SIG prefix included | Peter Stephenson | 2005-02-28 | 3 | -3/+16 |
| | |||||
* | 20872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusion | Andrey Borzenkov | 2005-02-26 | 4 | -11/+17 |
| | |||||
* | 20869: more small Unicode tweaks | Peter Stephenson | 2005-02-25 | 8 | -29/+39 |
| | |||||
* | 20867: handle imported files that are specified using a relative path | Oliver Kiddle | 2005-02-25 | 2 | -2/+8 |
| | |||||
* | 20863: fix history (i)searching for Unicode | Peter Stephenson | 2005-02-25 | 6 | -172/+335 |
| | |||||
* | 20866: fix deliberate errors in 20861 | Peter Stephenson | 2005-02-24 | 2 | -1/+8 |
| | |||||
* | Konstantin Sobolev: 20832 (modified): gather targets from imported files | Oliver Kiddle | 2005-02-24 | 2 | -1/+7 |
| | |||||
* | 20862: attempt to fix configure scripts to detect iconv properly | Oliver Kiddle | 2005-02-24 | 4 | -13/+51 |
| | |||||
* | 20861: Fix statusline in Unicode, apart from isearch | Peter Stephenson | 2005-02-24 | 9 | -57/+106 |
| | |||||
* | 20857: rewrite zle_refresh to use wide characters. | Andrey Borzenkov | 2005-02-23 | 3 | -169/+231 |
| | |||||
* | 20856: use VARARR for multibyte string. | Peter Stephenson | 2005-02-23 | 2 | -1/+4 |
| | |||||
* | 20854: more Unicode stuff. | Peter Stephenson | 2005-02-23 | 12 | -164/+199 |
| | |||||
* | * 20847: Completion/compaudit: stop adding gratuitous elements to fpath ↵ | Clint Adams | 2005-02-23 | 2 | -2/+7 |
| | | | | when MARK_DIRS is set. | ||||
* | 20845: fix mbstate_t usage in getrestchar | Andrey Borzenkov | 2005-02-22 | 3 | -13/+14 |
| | |||||
* | 20844: prune trailing slashes from named directory | Peter Stephenson | 2005-02-22 | 3 | -1/+19 |
| | |||||
* | Andrej: 20838: get ZLE_UNICODE_SUPPORT basically working | Peter Stephenson | 2005-02-22 | 7 | -16/+33 |
| | |||||
* | 20837: typos in contrib docs | Peter Stephenson | 2005-02-21 | 2 | -10/+13 |
| | |||||
* | 20834: use _webbrowser in _kfmclient | Peter Stephenson | 2005-02-21 | 2 | -4/+10 |
| | |||||
* | 20833: typo: int_t -> wint_t | Peter Stephenson | 2005-02-21 | 2 | -1/+6 |
| | |||||
* | - Added a missing '=' to two commands that take args. | Wayne Davison | 2005-02-20 | 1 | -3/+3 |
| | | | | - Removed the unintentional arg from --delay-updates. | ||||
* | Mention the _rsync change. | Wayne Davison | 2005-02-20 | 1 | -0/+6 |
| | |||||
* | Got rid of some of the specified option-conflicts between the | Wayne Davison | 2005-02-20 | 1 | -7/+7 |
| | | | | | | | | delete options -- I was using it to cut down on the useless suggestions, but it was failing to continue completing if the user specified something like "--delete-after --delete" (which is valid but superfluous). Also got rid of an accidental option-conflict between --archive (-a) and --recursive (-r). | ||||
* | Added the last 2 new options from the upcoming rsync 2.6.4. | Wayne Davison | 2005-02-20 | 1 | -0/+2 |
| | |||||
* | 20828: typos in 20822 | Peter Stephenson | 2005-02-18 | 3 | -2/+4 |
| | |||||
* | users/8522: Completion/Darwin/Command/_defaults: fixed the number of spaces | Motoi WASHIDA | 2005-02-18 | 2 | -1/+5 |
| | | | | broken while sending the patch by email. | ||||
* | 20822: Initial code for Unicode/multibyte input | Peter Stephenson | 2005-02-18 | 15 | -161/+478 |
| | | | | 20823: Debugging test in stat wrong for 64-bit systems | ||||
* | users/8522: Motoi Washida: quotation in Darwin completion | Peter Stephenson | 2005-02-18 | 2 | -2/+8 |
| | |||||
* | 20816: update rlimits for new glibc | Peter Stephenson | 2005-02-16 | 2 | -3/+12 |
| | |||||
* | Mention _rsync changes. | Wayne Davison | 2005-02-15 | 1 | -0/+6 |
| | |||||
* | 20812: Add functions for exception handling | Peter Stephenson | 2005-02-15 | 5 | -3/+166 |
| | |||||
* | - Split the options up into two sets: daemon options, and client | Wayne Davison | 2005-02-15 | 1 | -34/+37 |
| | | | | | | | | | options. This makes sure that daemon options aren't offered after client options, and visa versa. - Added some missing exclusion-lists for options (that avoids offering conflicting options to the user). - Improved the description of a few options. - Added some new options for the upcoming rsync 2.6.4. | ||||
* | 20811: Use the cpp trick to find the file with resource names | Peter Stephenson | 2005-02-14 | 2 | -7/+26 |
| | |||||
* | _yodl tweak. | Wayne Davison | 2005-02-10 | 1 | -0/+5 |
| | |||||
* | Added missing closing double-quote. | Wayne Davison | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | Kris Shannon: 20801: fix missing $ in expression to parse script | Bart Schaefer | 2005-02-09 | 2 | -1/+6 |
| | |||||
* | 20798: propagate an #ifdef to prototypes | Peter Stephenson | 2005-02-07 | 2 | -0/+5 |
| |