Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 20794: Change version to 4.3.0-dev-1 | Peter Stephenson | 2005-02-07 | 3 | -2/+11 |
| | | | | Don't compile in a static in init.c unless needed. | ||||
* | fix autoloaded trap bug; rejig use of trapfuncs | Peter Stephenson | 2005-02-06 | 9 | -41/+129 |
| | | | | (now traplists); improve trap tests | ||||
* | Generated PDF from zsh.texi using pdfetex | Peter Stephenson | 2005-02-04 | 5 | -1/+14 |
| | |||||
* | Motoi Washida: libiconv test needed on Mac OS X | Peter Stephenson | 2005-02-04 | 2 | -4/+10 |
| | |||||
* | Test -nt and FOO=BAR BAR=FOO echo bugs | Peter Stephenson | 2005-02-02 | 3 | -0/+28 |
| | |||||
* | 20774: fix e.g. "FOO=BAR BAR=FOO echo" failure to unset FOO after finishing. | Bart Schaefer | 2005-02-02 | 2 | -2/+7 |
| | |||||
* | * 20773: Completion/Unix/Command/_getconf: additional variables from confstr(). | Clint Adams | 2005-02-01 | 2 | -1/+13 |
| | |||||
* | 20759, 20760, 20765: Improve Cygwin configuration | Peter Stephenson | 2005-02-01 | 4 | -5/+17 |
| | |||||
* | Updated _rsync. | Wayne Davison | 2005-01-28 | 1 | -0/+6 |
| | |||||
* | - Added new options for impending 2.6.4 release. | Wayne Davison | 2005-01-28 | 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"). | ||||
* | users/8433: fix hang in configure on latest Cygwin | Peter Stephenson | 2005-01-27 | 2 | -2/+11 |
| | |||||
* | * 20753: use ZS_memmove instead of memmove. | Clint Adams | 2005-01-26 | 3 | -2/+8 |
| | |||||
* | 20752: fix access to ZLE parameters | Peter Stephenson | 2005-01-26 | 8 | -34/+54 |
| | |||||
* | * 20751: Src/Zle/zle_refresh.c: use '?' for character conversion error | Clint Adams | 2005-01-26 | 2 | -4/+4 |
| | |||||
* | * 20747: some wide char support in the zle refresh code. | Clint Adams | 2005-01-26 | 3 | -16/+47 |
| | |||||
* | 20750: fix hang with 20742 | Peter Stephenson | 2005-01-26 | 2 | -2/+14 |
| | |||||
* | 20742: More Unicode conversion stuff. | Peter Stephenson | 2005-01-25 | 7 | -112/+289 |
| | |||||
* | users/8422: [[ ... -nt ... ]] with bad stat caused | Peter Stephenson | 2005-01-24 | 2 | -1/+8 |
| | | | | mayhem in initialisation files, functions, etc. | ||||
* | Fix email address on some log entries. | Bart Schaefer | 2005-01-24 | 1 | -2/+2 |
| | |||||
* | 20739: change LANG to LC_MESSAGES in subversion completion | Clint Adams | 2005-01-23 | 2 | -8/+8 |
| | |||||
* | * 20737: Completion/Unix/Command/_subversion: run svn commands with LANG=C. | Clint Adams | 2005-01-23 | 2 | -6/+11 |
| | |||||
* | * 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string. | Clint Adams | 2005-01-22 | 2 | -7/+5 |
| | |||||
* | getzleline stuff is 20735 | Clint Adams | 2005-01-22 | 1 | -1/+1 |
| | |||||
* | * 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetline | Clint Adams | 2005-01-22 | 3 | -2/+32 |
| | | | | | caller so that the octet-based and wide-character versions should return the same string. | ||||
* | * unposted (cf. zsh-users/8412): Config/version.mk: fix year typo. | Clint Adams | 2005-01-22 | 2 | -1/+6 |
| | |||||
* | "keeper" function suite | Bart Schaefer | 2005-01-21 | 3 | -0/+91 |
| | |||||
* | Fixed compiler warning about a missing initializer. | Wayne Davison | 2005-01-21 | 1 | -2/+2 |
| | |||||
* | Got rid of "unused parameter" compiler warning for nullsethashfn(). | Wayne Davison | 2005-01-21 | 1 | -1/+1 |
| | |||||
* | remove larch completion, it has been superceded by tla | Oliver Kiddle | 2005-01-21 | 3 | -1975/+38 |
| | |||||
* | 20734: rewrite to handle version 2.2.0 of valgrind | Oliver Kiddle | 2005-01-21 | 2 | -57/+99 |
| | |||||
* | 20730: fix suffix style to regard quoted special characters as not special | Oliver Kiddle | 2005-01-21 | 2 | -1/+6 |
| | |||||
* | 20728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE, | Peter Stephenson | 2005-01-19 | 5 | -44/+91 |
| | | | | also use ulimit -x for RLIMIT_LOCK | ||||
* | FAQ updates from Bart | Peter Stephenson | 2005-01-17 | 2 | -10/+12 |
| | |||||
* | Motoi Washida: users/8380: complete plist files | Oliver Kiddle | 2005-01-17 | 2 | -6/+15 |
| | |||||
* | * 20718: Src/Zle/zle_utils.c: minor cleanup for proto-Unicode stuff. | Clint Adams | 2005-01-16 | 2 | -6/+6 |
| | |||||
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 33 | -1113/+1211 |
| | | | | unposted: update version to 4.2.3-dev-1 | ||||
* | 20708: enhance replace-string | Peter Stephenson | 2005-01-13 | 3 | -9/+27 |
| | |||||
* | unposted: release 4.2.3 zsh-4.2.3 | Peter Stephenson | 2005-01-13 | 4 | -4/+7 |
| | |||||
* | 20698: Fix tail for POSIX conformance | Peter Stephenson | 2005-01-13 | 2 | -3/+32 |
| | |||||
* | users/8359: add Darwin completion directories by default | Peter Stephenson | 2005-01-12 | 2 | -1/+4 |
| |