Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-02-23 | * 20847: Completion/compaudit: stop adding gratuitous elements to fpath ↵ | Clint Adams | 2 | -2/+7 | |
when MARK_DIRS is set. | |||||
2005-02-22 | 20845: fix mbstate_t usage in getrestchar | Andrey Borzenkov | 3 | -13/+14 | |
2005-02-22 | 20844: prune trailing slashes from named directory | Peter Stephenson | 3 | -1/+19 | |
2005-02-22 | Andrej: 20838: get ZLE_UNICODE_SUPPORT basically working | Peter Stephenson | 7 | -16/+33 | |
2005-02-21 | 20837: typos in contrib docs | Peter Stephenson | 2 | -10/+13 | |
2005-02-21 | 20834: use _webbrowser in _kfmclient | Peter Stephenson | 2 | -4/+10 | |
2005-02-21 | 20833: typo: int_t -> wint_t | Peter Stephenson | 2 | -1/+6 | |
2005-02-20 | - Added a missing '=' to two commands that take args. | Wayne Davison | 1 | -3/+3 | |
- Removed the unintentional arg from --delay-updates. | |||||
2005-02-20 | Mention the _rsync change. | Wayne Davison | 1 | -0/+6 | |
2005-02-20 | Got rid of some of the specified option-conflicts between the | Wayne Davison | 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). | |||||
2005-02-20 | Added the last 2 new options from the upcoming rsync 2.6.4. | Wayne Davison | 1 | -0/+2 | |
2005-02-18 | 20828: typos in 20822 | Peter Stephenson | 3 | -2/+4 | |
2005-02-18 | users/8522: Completion/Darwin/Command/_defaults: fixed the number of spaces | Motoi WASHIDA | 2 | -1/+5 | |
broken while sending the patch by email. | |||||
2005-02-18 | 20822: Initial code for Unicode/multibyte input | Peter Stephenson | 15 | -161/+478 | |
20823: Debugging test in stat wrong for 64-bit systems | |||||
2005-02-18 | users/8522: Motoi Washida: quotation in Darwin completion | Peter Stephenson | 2 | -2/+8 | |
2005-02-16 | 20816: update rlimits for new glibc | Peter Stephenson | 2 | -3/+12 | |
2005-02-15 | Mention _rsync changes. | Wayne Davison | 1 | -0/+6 | |
2005-02-15 | 20812: Add functions for exception handling | Peter Stephenson | 5 | -3/+166 | |
2005-02-15 | - Split the options up into two sets: daemon options, and client | Wayne Davison | 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. | |||||
2005-02-14 | 20811: Use the cpp trick to find the file with resource names | Peter Stephenson | 2 | -7/+26 | |
2005-02-10 | _yodl tweak. | Wayne Davison | 1 | -0/+5 | |
2005-02-10 | Added missing closing double-quote. | Wayne Davison | 1 | -1/+1 | |
2005-02-09 | Kris Shannon: 20801: fix missing $ in expression to parse script | Bart Schaefer | 2 | -1/+6 | |
2005-02-07 | 20798: propagate an #ifdef to prototypes | Peter Stephenson | 2 | -0/+5 | |
2005-02-07 | 20794: Change version to 4.3.0-dev-1 | Peter Stephenson | 3 | -2/+11 | |
Don't compile in a static in init.c unless needed. | |||||
2005-02-06 | fix autoloaded trap bug; rejig use of trapfuncs | Peter Stephenson | 9 | -41/+129 | |
(now traplists); improve trap tests | |||||
2005-02-04 | Generated PDF from zsh.texi using pdfetex | Peter Stephenson | 5 | -1/+14 | |
2005-02-04 | Motoi Washida: libiconv test needed on Mac OS X | Peter Stephenson | 2 | -4/+10 | |
2005-02-02 | Test -nt and FOO=BAR BAR=FOO echo bugs | Peter Stephenson | 3 | -0/+28 | |
2005-02-02 | 20774: fix e.g. "FOO=BAR BAR=FOO echo" failure to unset FOO after finishing. | Bart Schaefer | 2 | -2/+7 | |
2005-02-01 | * 20773: Completion/Unix/Command/_getconf: additional variables from confstr(). | Clint Adams | 2 | -1/+13 | |
2005-02-01 | 20759, 20760, 20765: Improve Cygwin configuration | Peter Stephenson | 4 | -5/+17 | |
2005-01-28 | Updated _rsync. | Wayne Davison | 1 | -0/+6 | |
2005-01-28 | - Added new options for impending 2.6.4 release. | Wayne Davison | 1 | -44/+51 | |
- Improved the descriptions of several old options. - Got rid of the "-- ..." options to _arguments (so that we don't try to use the output of "rsync --help"). | |||||
2005-01-27 | users/8433: fix hang in configure on latest Cygwin | Peter Stephenson | 2 | -2/+11 | |
2005-01-26 | * 20753: use ZS_memmove instead of memmove. | Clint Adams | 3 | -2/+8 | |
2005-01-26 | 20752: fix access to ZLE parameters | Peter Stephenson | 8 | -34/+54 | |
2005-01-26 | * 20751: Src/Zle/zle_refresh.c: use '?' for character conversion error | Clint Adams | 2 | -4/+4 | |
2005-01-26 | * 20747: some wide char support in the zle refresh code. | Clint Adams | 3 | -16/+47 | |
2005-01-26 | 20750: fix hang with 20742 | Peter Stephenson | 2 | -2/+14 | |
2005-01-25 | 20742: More Unicode conversion stuff. | Peter Stephenson | 7 | -112/+289 | |
2005-01-24 | users/8422: [[ ... -nt ... ]] with bad stat caused | Peter Stephenson | 2 | -1/+8 | |
mayhem in initialisation files, functions, etc. | |||||
2005-01-24 | Fix email address on some log entries. | Bart Schaefer | 1 | -2/+2 | |
2005-01-23 | 20739: change LANG to LC_MESSAGES in subversion completion | Clint Adams | 2 | -8/+8 | |
2005-01-23 | * 20737: Completion/Unix/Command/_subversion: run svn commands with LANG=C. | Clint Adams | 2 | -6/+11 | |
2005-01-22 | * 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string. | Clint Adams | 2 | -7/+5 | |
2005-01-22 | getzleline stuff is 20735 | Clint Adams | 1 | -1/+1 | |
2005-01-22 | * 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetline | Clint Adams | 3 | -2/+32 | |
caller so that the octet-based and wide-character versions should return the same string. | |||||
2005-01-22 | * unposted (cf. zsh-users/8412): Config/version.mk: fix year typo. | Clint Adams | 2 | -1/+6 | |
2005-01-21 | "keeper" function suite | Bart Schaefer | 3 | -0/+91 | |