Peter Stephenson
d9137fd4b6
20854: more Unicode stuff.
2005-02-23 13:50:09 +00:00
Clint Adams
23f6fa7244
* 20847: Completion/compaudit: stop adding gratuitous elements to fpath when MARK_DIRS is set.
2005-02-23 03:39:27 +00:00
Andrey Borzenkov
70f9279060
20845: fix mbstate_t usage in getrestchar
2005-02-22 21:36:40 +00:00
Peter Stephenson
85b63c0c03
20844: prune trailing slashes from named directory
2005-02-22 18:23:16 +00:00
Peter Stephenson
b83f0e2290
Andrej: 20838: get ZLE_UNICODE_SUPPORT basically working
2005-02-22 13:12:35 +00:00
Peter Stephenson
c8883a5a08
20837: typos in contrib docs
2005-02-21 14:40:35 +00:00
Peter Stephenson
a4a6f27c8e
20834: use _webbrowser in _kfmclient
2005-02-21 13:42:32 +00:00
Peter Stephenson
ee5aada47b
20833: typo: int_t -> wint_t
2005-02-21 11:18:49 +00:00
Wayne Davison
673cabdd39
- Added a missing '=' to two commands that take args.
...
- Removed the unintentional arg from --delay-updates.
2005-02-20 18:54:33 +00:00
Wayne Davison
7f3f04fc67
Mention the _rsync change.
2005-02-20 02:37:41 +00:00
Wayne Davison
4c7a5a6813
Got rid of some of the specified option-conflicts between the
...
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-20 02:28:29 +00:00
Wayne Davison
59eecf6da3
Added the last 2 new options from the upcoming rsync 2.6.4.
2005-02-20 02:06:44 +00:00
Peter Stephenson
e34d2df070
20828: typos in 20822
2005-02-18 17:30:55 +00:00
Motoi WASHIDA
c9334d616f
users/8522: Completion/Darwin/Command/_defaults: fixed the number of spaces
...
broken while sending the patch by email.
2005-02-18 16:05:14 +00:00
Peter Stephenson
d7c13fb2c3
20822: Initial code for Unicode/multibyte input
...
20823: Debugging test in stat wrong for 64-bit systems
2005-02-18 13:57:25 +00:00
Peter Stephenson
294ef9e872
users/8522: Motoi Washida: quotation in Darwin completion
2005-02-18 10:20:34 +00:00
Peter Stephenson
213dc8b210
20816: update rlimits for new glibc
2005-02-16 17:40:29 +00:00
Wayne Davison
17ff85a18e
Mention _rsync changes.
2005-02-15 19:39:36 +00:00
Peter Stephenson
20018230ee
20812: Add functions for exception handling
2005-02-15 18:31:41 +00:00
Wayne Davison
4040e0bb1f
- Split the options up into two sets: daemon options, and client
...
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-15 00:30:47 +00:00
Peter Stephenson
3a5c9827a1
20811: Use the cpp trick to find the file with resource names
2005-02-14 13:56:12 +00:00
Wayne Davison
5dc7bc1ea1
_yodl tweak.
2005-02-10 11:49:02 +00:00
Wayne Davison
db51fbe679
Added missing closing double-quote.
2005-02-10 08:10:04 +00:00
Bart Schaefer
8acdfd2981
Kris Shannon: 20801: fix missing $ in expression to parse script
2005-02-09 16:26:03 +00:00
Peter Stephenson
aaec0ef0ad
20798: propagate an #ifdef to prototypes
2005-02-07 15:53:13 +00:00
Peter Stephenson
6ab69b60c9
20794: Change version to 4.3.0-dev-1
...
Don't compile in a static in init.c unless needed.
2005-02-07 12:33:48 +00:00
Peter Stephenson
05b06b1c08
fix autoloaded trap bug; rejig use of trapfuncs
...
(now traplists); improve trap tests
2005-02-06 20:36:09 +00:00
Peter Stephenson
64c2db0ca2
Generated PDF from zsh.texi using pdfetex
2005-02-04 16:59:23 +00:00
Peter Stephenson
8326508234
Motoi Washida: libiconv test needed on Mac OS X
2005-02-04 10:32:05 +00:00
Peter Stephenson
3fc610c59f
Test -nt and FOO=BAR BAR=FOO echo bugs
2005-02-02 17:03:50 +00:00
Bart Schaefer
facf0309bb
20774: fix e.g. "FOO=BAR BAR=FOO echo" failure to unset FOO after finishing.
2005-02-02 04:51:13 +00:00
Clint Adams
bac7c055c7
* 20773: Completion/Unix/Command/_getconf: additional variables from confstr().
2005-02-01 20:40:39 +00:00
Peter Stephenson
d1d6742848
20759, 20760, 20765: Improve Cygwin configuration
2005-02-01 10:52:50 +00:00
Wayne Davison
8b53cc45bd
Updated _rsync.
2005-01-28 10:18:59 +00:00
Wayne Davison
11dda3ab9a
- Added new options for impending 2.6.4 release.
...
- 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-28 10:15:05 +00:00
Peter Stephenson
82e24bad6a
users/8433: fix hang in configure on latest Cygwin
2005-01-27 12:00:57 +00:00
Clint Adams
efab849310
* 20753: use ZS_memmove instead of memmove.
2005-01-26 18:37:28 +00:00
Peter Stephenson
85e0b5f377
20752: fix access to ZLE parameters
2005-01-26 18:12:08 +00:00
Clint Adams
3934f7a402
* 20751: Src/Zle/zle_refresh.c: use '?' for character conversion error
2005-01-26 14:29:12 +00:00
Clint Adams
9453ea957e
* 20747: some wide char support in the zle refresh code.
2005-01-26 13:39:46 +00:00
Peter Stephenson
77bd05014d
20750: fix hang with 20742
2005-01-26 12:34:31 +00:00
Peter Stephenson
efd03cf9e8
20742: More Unicode conversion stuff.
2005-01-25 16:40:41 +00:00
Peter Stephenson
b80c6b0863
users/8422: [[ ... -nt ... ]] with bad stat caused
...
mayhem in initialisation files, functions, etc.
2005-01-24 11:02:59 +00:00
Bart Schaefer
95a65e1581
Fix email address on some log entries.
2005-01-24 04:33:50 +00:00
Clint Adams
6f7d6e541f
20739: change LANG to LC_MESSAGES in subversion completion
2005-01-23 19:56:09 +00:00
Clint Adams
c42a46f6e8
* 20737: Completion/Unix/Command/_subversion: run svn commands with LANG=C.
2005-01-23 19:50:46 +00:00
Clint Adams
8ae8a91b8b
* 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string.
2005-01-22 16:26:32 +00:00
Clint Adams
92a3a28769
getzleline stuff is 20735
2005-01-22 05:41:21 +00:00
Clint Adams
0038b1a682
* 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetline
...
caller so that the octet-based and wide-character versions should return
the same string.
2005-01-22 04:03:05 +00:00
Clint Adams
d94e9817ce
* unposted (cf. zsh-users/8412): Config/version.mk: fix year typo.
2005-01-22 03:46:40 +00:00