summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-02-0720794: Change version to 4.3.0-dev-1Peter Stephenson3-2/+11
Don't compile in a static in init.c unless needed.
2005-02-06fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson9-41/+129
(now traplists); improve trap tests
2005-02-04Generated PDF from zsh.texi using pdfetexPeter Stephenson5-1/+14
2005-02-04Motoi Washida: libiconv test needed on Mac OS XPeter Stephenson2-4/+10
2005-02-02Test -nt and FOO=BAR BAR=FOO echo bugsPeter Stephenson3-0/+28
2005-02-0220774: fix e.g. "FOO=BAR BAR=FOO echo" failure to unset FOO after finishing.Bart Schaefer2-2/+7
2005-02-01 * 20773: Completion/Unix/Command/_getconf: additional variables from confstr().Clint Adams2-1/+13
2005-02-0120759, 20760, 20765: Improve Cygwin configurationPeter Stephenson4-5/+17
2005-01-28Updated _rsync.Wayne Davison1-0/+6
2005-01-28- Added new options for impending 2.6.4 release.Wayne Davison1-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-27users/8433: fix hang in configure on latest CygwinPeter Stephenson2-2/+11
2005-01-26 * 20753: use ZS_memmove instead of memmove.Clint Adams3-2/+8
2005-01-2620752: fix access to ZLE parametersPeter Stephenson8-34/+54
2005-01-26 * 20751: Src/Zle/zle_refresh.c: use '?' for character conversion errorClint Adams2-4/+4
2005-01-26 * 20747: some wide char support in the zle refresh code.Clint Adams3-16/+47
2005-01-2620750: fix hang with 20742Peter Stephenson2-2/+14
2005-01-2520742: More Unicode conversion stuff.Peter Stephenson7-112/+289
2005-01-24users/8422: [[ ... -nt ... ]] with bad stat causedPeter Stephenson2-1/+8
mayhem in initialisation files, functions, etc.
2005-01-24Fix email address on some log entries.Bart Schaefer1-2/+2
2005-01-2320739: change LANG to LC_MESSAGES in subversion completionClint Adams2-8/+8
2005-01-23 * 20737: Completion/Unix/Command/_subversion: run svn commands with LANG=C.Clint Adams2-6/+11
2005-01-22 * 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string.Clint Adams2-7/+5
2005-01-22getzleline stuff is 20735Clint Adams1-1/+1
2005-01-22 * 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetlineClint Adams3-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 Adams2-1/+6
2005-01-21"keeper" function suiteBart Schaefer3-0/+91
2005-01-21Fixed compiler warning about a missing initializer.Wayne Davison1-2/+2
2005-01-21Got rid of "unused parameter" compiler warning for nullsethashfn().Wayne Davison1-1/+1
2005-01-21remove larch completion, it has been superceded by tlaOliver Kiddle3-1975/+38
2005-01-2120734: rewrite to handle version 2.2.0 of valgrindOliver Kiddle2-57/+99
2005-01-2120730: fix suffix style to regard quoted special characters as not specialOliver Kiddle2-1/+6
2005-01-1920728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE,Peter Stephenson5-44/+91
also use ulimit -x for RLIMIT_LOCK
2005-01-17FAQ updates from BartPeter Stephenson2-10/+12
2005-01-17Motoi Washida: users/8380: complete plist filesOliver Kiddle2-6/+15
2005-01-16 * 20718: Src/Zle/zle_utils.c: minor cleanup for proto-Unicode stuff.Clint Adams2-6/+6
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson33-1113/+1211
unposted: update version to 4.2.3-dev-1
2005-01-1320708: enhance replace-stringPeter Stephenson3-9/+27
2005-01-13unposted: release 4.2.3Peter Stephenson4-4/+7
2005-01-1320698: Fix tail for POSIX conformancePeter Stephenson2-3/+32
2005-01-12users/8359: add Darwin completion directories by defaultPeter Stephenson2-1/+4
2005-01-1220701: fix compilation on Mac OS X: define is __APPLE__, not APPLEOliver Kiddle2-5/+9
2005-01-12users/8354: Document limitation of glob_complete and matching controlPeter Stephenson2-0/+8
2005-01-1220695: Fix Cygwin problem with initialising from pointer to imported variablePeter Stephenson5-6/+54
2005-01-12Fix .distfiles and .cvsignorePeter Stephenson7-5/+9
2005-01-12Unposted: release zsh version 4.2.2Peter Stephenson4-4/+16
2005-01-1220692: unset POSIXLY_CORRECT in test.Peter Stephenson3-0/+15
unposted: minor comment change in _perforce
2005-01-11 * unposted: config.guess, config.sub: update to 2004-11-12 and 2004-11-30, ↵Clint Adams3-19/+40
respectively.
2005-01-11 * 20689: Etc/FAQ.yo: fix missing-word typo.Clint Adams1-0/+2
2005-01-11 * 20657: Src/Zle/zle_tricky.c: sort completions partially based on ↵Clint Adams3-1/+8
LC_COLLATE setting.
2005-01-11 * unposted: Completion/X/Command/_gnome-gv: move gnome-gv completion from ↵Clint Adams2-0/+5
C/U/C to C/X/C.