summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-03-0320900, adapted: promptcr workaroundPeter Stephenson2-9/+31
2005-03-02 * 20906: Completion/Unix/Command/_make: patch from Mike "Stew" O'ConnorClint Adams2-5/+14
to limit recursion depth in make completion variable expansion.
2005-03-02Fix a possible infinite recursion in _make.Wayne Davison1-0/+6
2005-03-02Don't try to expand a single-character Makefile variable ifWayne Davison1-1/+1
it is a digit.
2005-03-02 * 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionallyClint Adams2-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>.
2005-03-02 * 20909: Src/Modules/termcap.c: reverse row and col arguments to tgoto.Clint Adams2-1/+6
2005-03-01Got rid of --copy-dest, which didn't make it into rsync 2.6.4.Wayne Davison1-1/+0
2005-03-0120897: complete system printers in _a2psPeter Stephenson2-2/+18
2005-02-2820888: allow signal names to have the SIG prefix includedPeter Stephenson3-3/+16
2005-02-2620872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusionAndrey Borzenkov4-11/+17
2005-02-2520869: more small Unicode tweaksPeter Stephenson8-29/+39
2005-02-2520867: handle imported files that are specified using a relative pathOliver Kiddle2-2/+8
2005-02-2520863: fix history (i)searching for UnicodePeter Stephenson6-172/+335
2005-02-2420866: fix deliberate errors in 20861Peter Stephenson2-1/+8
2005-02-24Konstantin Sobolev: 20832 (modified): gather targets from imported filesOliver Kiddle2-1/+7
2005-02-2420862: attempt to fix configure scripts to detect iconv properlyOliver Kiddle4-13/+51
2005-02-2420861: Fix statusline in Unicode, apart from isearchPeter Stephenson9-57/+106
2005-02-2320857: rewrite zle_refresh to use wide characters.Andrey Borzenkov3-169/+231
2005-02-2320856: use VARARR for multibyte string.Peter Stephenson2-1/+4
2005-02-2320854: more Unicode stuff.Peter Stephenson12-164/+199
2005-02-23 * 20847: Completion/compaudit: stop adding gratuitous elements to fpath ↵Clint Adams2-2/+7
when MARK_DIRS is set.
2005-02-2220845: fix mbstate_t usage in getrestcharAndrey Borzenkov3-13/+14
2005-02-2220844: prune trailing slashes from named directoryPeter Stephenson3-1/+19
2005-02-22Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson7-16/+33
2005-02-2120837: typos in contrib docsPeter Stephenson2-10/+13
2005-02-2120834: use _webbrowser in _kfmclientPeter Stephenson2-4/+10
2005-02-2120833: typo: int_t -> wint_tPeter Stephenson2-1/+6
2005-02-20- Added a missing '=' to two commands that take args.Wayne Davison1-3/+3
- Removed the unintentional arg from --delay-updates.
2005-02-20Mention the _rsync change.Wayne Davison1-0/+6
2005-02-20Got rid of some of the specified option-conflicts between theWayne Davison1-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-20Added the last 2 new options from the upcoming rsync 2.6.4.Wayne Davison1-0/+2
2005-02-1820828: typos in 20822Peter Stephenson3-2/+4
2005-02-18users/8522: Completion/Darwin/Command/_defaults: fixed the number of spacesMotoi WASHIDA2-1/+5
broken while sending the patch by email.
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson15-161/+478
20823: Debugging test in stat wrong for 64-bit systems
2005-02-18users/8522: Motoi Washida: quotation in Darwin completionPeter Stephenson2-2/+8
2005-02-1620816: update rlimits for new glibcPeter Stephenson2-3/+12
2005-02-15Mention _rsync changes.Wayne Davison1-0/+6
2005-02-1520812: Add functions for exception handlingPeter Stephenson5-3/+166
2005-02-15- Split the options up into two sets: daemon options, and clientWayne Davison1-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-1420811: Use the cpp trick to find the file with resource namesPeter Stephenson2-7/+26
2005-02-10_yodl tweak.Wayne Davison1-0/+5
2005-02-10Added missing closing double-quote.Wayne Davison1-1/+1
2005-02-09Kris Shannon: 20801: fix missing $ in expression to parse scriptBart Schaefer2-1/+6
2005-02-0720798: propagate an #ifdef to prototypesPeter Stephenson2-0/+5
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