Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2005-01-21 | Fixed compiler warning about a missing initializer. | Wayne Davison | 1 | -2/+2 | |
2005-01-21 | Got rid of "unused parameter" compiler warning for nullsethashfn(). | Wayne Davison | 1 | -1/+1 | |
2005-01-21 | remove larch completion, it has been superceded by tla | Oliver Kiddle | 3 | -1975/+38 | |
2005-01-21 | 20734: rewrite to handle version 2.2.0 of valgrind | Oliver Kiddle | 2 | -57/+99 | |
2005-01-21 | 20730: fix suffix style to regard quoted special characters as not special | Oliver Kiddle | 2 | -1/+6 | |
2005-01-19 | 20728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE, | Peter Stephenson | 5 | -44/+91 | |
also use ulimit -x for RLIMIT_LOCK | |||||
2005-01-17 | FAQ updates from Bart | Peter Stephenson | 2 | -10/+12 | |
2005-01-17 | Motoi Washida: users/8380: complete plist files | Oliver Kiddle | 2 | -6/+15 | |
2005-01-16 | * 20718: Src/Zle/zle_utils.c: minor cleanup for proto-Unicode stuff. | Clint Adams | 2 | -6/+6 | |
2005-01-14 | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 33 | -1113/+1211 | |
unposted: update version to 4.2.3-dev-1 | |||||
2005-01-13 | 20708: enhance replace-string | Peter Stephenson | 3 | -9/+27 | |
2005-01-13 | unposted: release 4.2.3 | Peter Stephenson | 4 | -4/+7 | |
2005-01-13 | 20698: Fix tail for POSIX conformance | Peter Stephenson | 2 | -3/+32 | |
2005-01-12 | users/8359: add Darwin completion directories by default | Peter Stephenson | 2 | -1/+4 | |