1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 08:51:18 +02:00
Commit Graph

3781 Commits

Author SHA1 Message Date
Clint Adams
4a007b41d7 * 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionally
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 16:13:35 +00:00
Clint Adams
27c52ad072 * 20909: Src/Modules/termcap.c: reverse row and col arguments to tgoto. 2005-03-02 15:12:25 +00:00
Wayne Davison
c7ca063321 Got rid of --copy-dest, which didn't make it into rsync 2.6.4. 2005-03-01 15:48:38 +00:00
Peter Stephenson
7da2604acb 20897: complete system printers in _a2ps 2005-03-01 11:57:48 +00:00
Peter Stephenson
af1c6ecdc7 20888: allow signal names to have the SIG prefix included 2005-02-28 14:29:09 +00:00
Andrey Borzenkov
ae6c23ae2c 20872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusion 2005-02-26 07:40:54 +00:00
Peter Stephenson
f7ceca4fec 20869: more small Unicode tweaks 2005-02-25 15:10:01 +00:00
Oliver Kiddle
c7eb5a72f1 20867: handle imported files that are specified using a relative path 2005-02-25 14:09:25 +00:00
Peter Stephenson
ddd172ebe2 20863: fix history (i)searching for Unicode 2005-02-25 10:20:38 +00:00
Peter Stephenson
29b6b82ade 20866: fix deliberate errors in 20861 2005-02-24 21:10:44 +00:00
Oliver Kiddle
230872fa10 Konstantin Sobolev: 20832 (modified): gather targets from imported files 2005-02-24 17:05:46 +00:00
Oliver Kiddle
ebe071866d 20862: attempt to fix configure scripts to detect iconv properly 2005-02-24 16:53:07 +00:00
Peter Stephenson
691dd7e529 20861: Fix statusline in Unicode, apart from isearch 2005-02-24 15:32:36 +00:00
Andrey Borzenkov
c4a4c1340a 20857: rewrite zle_refresh to use wide characters. 2005-02-23 16:29:56 +00:00
Peter Stephenson
0da7162ed6 20856: use VARARR for multibyte string. 2005-02-23 13:59:33 +00:00
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