about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 20869: more small Unicode tweaksPeter Stephenson2005-02-258-29/+39
|
* 20867: handle imported files that are specified using a relative pathOliver Kiddle2005-02-252-2/+8
|
* 20863: fix history (i)searching for UnicodePeter Stephenson2005-02-256-172/+335
|
* 20866: fix deliberate errors in 20861Peter Stephenson2005-02-242-1/+8
|
* Konstantin Sobolev: 20832 (modified): gather targets from imported filesOliver Kiddle2005-02-242-1/+7
|
* 20862: attempt to fix configure scripts to detect iconv properlyOliver Kiddle2005-02-244-13/+51
|
* 20861: Fix statusline in Unicode, apart from isearchPeter Stephenson2005-02-249-57/+106
|
* 20857: rewrite zle_refresh to use wide characters.Andrey Borzenkov2005-02-233-169/+231
|
* 20856: use VARARR for multibyte string.Peter Stephenson2005-02-232-1/+4
|
* 20854: more Unicode stuff.Peter Stephenson2005-02-2312-164/+199
|
* * 20847: Completion/compaudit: stop adding gratuitous elements to fpath ↵Clint Adams2005-02-232-2/+7
| | | | when MARK_DIRS is set.
* 20845: fix mbstate_t usage in getrestcharAndrey Borzenkov2005-02-223-13/+14
|
* 20844: prune trailing slashes from named directoryPeter Stephenson2005-02-223-1/+19
|
* Andrej: 20838: get ZLE_UNICODE_SUPPORT basically workingPeter Stephenson2005-02-227-16/+33
|
* 20837: typos in contrib docsPeter Stephenson2005-02-212-10/+13
|
* 20834: use _webbrowser in _kfmclientPeter Stephenson2005-02-212-4/+10
|
* 20833: typo: int_t -> wint_tPeter Stephenson2005-02-212-1/+6
|
* - Added a missing '=' to two commands that take args.Wayne Davison2005-02-201-3/+3
| | | | - Removed the unintentional arg from --delay-updates.
* Mention the _rsync change.Wayne Davison2005-02-201-0/+6
|
* Got rid of some of the specified option-conflicts between theWayne Davison2005-02-201-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).
* Added the last 2 new options from the upcoming rsync 2.6.4.Wayne Davison2005-02-201-0/+2
|
* 20828: typos in 20822Peter Stephenson2005-02-183-2/+4
|
* users/8522: Completion/Darwin/Command/_defaults: fixed the number of spacesMotoi WASHIDA2005-02-182-1/+5
| | | | broken while sending the patch by email.
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-1815-161/+478
| | | | 20823: Debugging test in stat wrong for 64-bit systems
* users/8522: Motoi Washida: quotation in Darwin completionPeter Stephenson2005-02-182-2/+8
|
* 20816: update rlimits for new glibcPeter Stephenson2005-02-162-3/+12
|
* Mention _rsync changes.Wayne Davison2005-02-151-0/+6
|
* 20812: Add functions for exception handlingPeter Stephenson2005-02-155-3/+166
|
* - Split the options up into two sets: daemon options, and clientWayne Davison2005-02-151-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 namesPeter Stephenson2005-02-142-7/+26
|
* _yodl tweak.Wayne Davison2005-02-101-0/+5
|
* Added missing closing double-quote.Wayne Davison2005-02-101-1/+1
|
* Kris Shannon: 20801: fix missing $ in expression to parse scriptBart Schaefer2005-02-092-1/+6
|
* 20798: propagate an #ifdef to prototypesPeter Stephenson2005-02-072-0/+5
|
* 20794: Change version to 4.3.0-dev-1Peter Stephenson2005-02-073-2/+11
| | | | Don't compile in a static in init.c unless needed.
* fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson2005-02-069-41/+129
| | | | (now traplists); improve trap tests
* Generated PDF from zsh.texi using pdfetexPeter Stephenson2005-02-045-1/+14
|
* Motoi Washida: libiconv test needed on Mac OS XPeter Stephenson2005-02-042-4/+10
|
* Test -nt and FOO=BAR BAR=FOO echo bugsPeter Stephenson2005-02-023-0/+28
|
* 20774: fix e.g. "FOO=BAR BAR=FOO echo" failure to unset FOO after finishing.Bart Schaefer2005-02-022-2/+7
|
* * 20773: Completion/Unix/Command/_getconf: additional variables from confstr().Clint Adams2005-02-012-1/+13
|
* 20759, 20760, 20765: Improve Cygwin configurationPeter Stephenson2005-02-014-5/+17
|
* Updated _rsync.Wayne Davison2005-01-281-0/+6
|
* - Added new options for impending 2.6.4 release.Wayne Davison2005-01-281-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 CygwinPeter Stephenson2005-01-272-2/+11
|
* * 20753: use ZS_memmove instead of memmove.Clint Adams2005-01-263-2/+8
|
* 20752: fix access to ZLE parametersPeter Stephenson2005-01-268-34/+54
|
* * 20751: Src/Zle/zle_refresh.c: use '?' for character conversion errorClint Adams2005-01-262-4/+4
|
* * 20747: some wide char support in the zle refresh code.Clint Adams2005-01-263-16/+47
|
* 20750: fix hang with 20742Peter Stephenson2005-01-262-2/+14
|