1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-18 21:14:11 +01:00
Commit Graph

4593 Commits

Author SHA1 Message Date
Wayne Davison
974fd9b633 22331 and an extra change. 2006-03-07 21:48:51 +00:00
Wayne Davison
d9d04545a5 Changed struct listnode to use "prev" for the previous pointer,
not "last".
2006-03-07 21:43:34 +00:00
Wayne Davison
4cb83571c4 Changed some structures to avoid gcc's type-punned warnings. 2006-03-07 21:30:36 +00:00
Peter Stephenson
e17fc50793 22328, modified: add -o option to compadd
add _list_files helper to handle new file-list style for _path_files
2006-03-07 12:50:56 +00:00
Peter Stephenson
1c06bba931 unposted: version is on 4.3.2-dev-1 2006-03-07 12:32:28 +00:00
Wayne Davison
19305c6eaf Tweaked a couple comments. 2006-03-07 01:15:47 +00:00
Bart Schaefer
20aae107b8 22321: optimize 22318. 2006-03-06 15:38:59 +00:00
Peter Stephenson
e43a5fc8ea users/1097: rehash style for external commands 2006-03-06 11:36:02 +00:00
Peter Stephenson
4065dd5258 22318: uniquifying special arrays was broken 2006-03-03 22:27:02 +00:00
Peter Stephenson
862c974d7c 22277: missed bit 2006-03-03 22:09:58 +00:00
Peter Stephenson
31f6b3fb07 22317: exit status from code backgrounded in function
22277, 22281, tweaks: standardize behaviour of wait builtin
with trapped signals
2006-03-02 22:05:21 +00:00
Peter Stephenson
b4273451f3 c.f. 22307: change test $foo = bar to test x$foo = xbar in configure.ac 2006-03-02 17:56:48 +00:00
Peter Stephenson
b0923e4811 Release 4.3.2 zsh-4.3.2 2006-03-02 14:26:19 +00:00
Wayne Davison
e2cec6bdb9 22313 2006-03-01 14:52:44 +00:00
Wayne Davison
c1f0a1200a Added "mod_export" to the declaration of makecommaspecial(). 2006-03-01 14:50:52 +00:00
Peter Stephenson
5994021cbc 22036: fix warning from test 2006-03-01 10:19:21 +00:00
Clint Adams
b369e9ba03 22309: update for new surfraw debsec elvi. 2006-02-28 18:10:47 +00:00
Peter Stephenson
f2fffea3e6 Release 4.3.1, finally (updated...) zsh-4.3.1 2006-02-28 12:20:43 +00:00
Peter Stephenson
2ccaf4efec Release 4.3.1, finally 2006-02-28 12:05:31 +00:00
Peter Stephenson
4f7c2cee73 add missing .distfiles 2006-02-28 12:01:13 +00:00
Peter Stephenson
36e3a1735a 22305: no default for pine-directory
unposted: a couple of small doc fixes
2006-02-28 11:57:18 +00:00
Wayne Davison
be09a6eba9 Mention the latest _rsync tweaks. 2006-02-28 06:12:22 +00:00
Wayne Davison
e53bc2a8a8 Added --no-H and --no-hard-links. 2006-02-28 06:11:25 +00:00
Clint Adams
3be3186412 _arguments -S for _schroot 2006-02-27 02:08:29 +00:00
Clint Adams
4d36e70a9b 22302: completion for schroot. 2006-02-26 16:45:45 +00:00
Wayne Davison
17c7f2f941 One more _rsync tweak. 2006-02-24 20:16:40 +00:00
Wayne Davison
9f0adb2f0e Added --copy-dirlinks option. 2006-02-24 17:39:29 +00:00
Clint Adams
262243bb3e 22298: completion for diffstat 2006-02-22 02:56:03 +00:00
Clint Adams
21f98967bf 22294: add GNU libc confstrings to getconf completion. 2006-02-20 21:34:04 +00:00
Clint Adams
99384d8ab4 unposted: add _linda to C/D/C/.distfiles. 2006-02-20 16:48:35 +00:00
Clint Adams
e90ed68413 unposted: update config.guess and config.sub to 2005-08-03 and 2005-07-08, respectively. 2006-02-20 16:45:31 +00:00
Peter Stephenson
131a49b098 unposted: 4.3.0-dev-5 zsh-4.3.0-dev-5 2006-02-20 12:09:09 +00:00
Wayne Davison
4b9d1c4f5c Optimized away a recently-added call to strlen(). 2006-02-20 05:51:49 +00:00
Clint Adams
52a1e0ee68 22289: completion for linda. 2006-02-20 05:18:21 +00:00
Wayne Davison
0745510450 One last compcore tweak. 2006-02-20 00:03:57 +00:00
Wayne Davison
6c31a7dc68 Made the realocation of the line buffer in add_match_data() use a
little more optimal size.  Also tweaked the code just a little.
2006-02-19 22:57:56 +00:00
Peter Stephenson
e66dce41bc 22285: assorted fixes:
_imagemagick files
intro.yo list of other manual pages
pick-web-browser: add firefox
zsh-mime-setup: list consistent with styles for zsh-mime-handler
2006-02-19 21:20:43 +00:00
Clint Adams
a915138852 22284: add --disable-dynamic-nss configure switch to disable use of getpw*(), getgr*(), initgroups() functions. 2006-02-19 19:36:31 +00:00
Wayne Davison
930c18ee44 Another _rsync tweak. 2006-02-19 17:48:58 +00:00
Wayne Davison
8ca959cea5 Added the missing -h option for --daemon mode. 2006-02-19 17:46:47 +00:00
Wayne Davison
7a84ca093a users/9936 2006-02-18 19:16:04 +00:00
Wayne Davison
1e2f61f116 The code in add_match_data() that looks for invalid characters
now properly parses the string as metafied.
2006-02-18 18:39:38 +00:00
Wayne Davison
3569d06bc4 A few more minor D04parameter.ztst additions. 2006-02-17 21:42:40 +00:00
Wayne Davison
fd679250cc Make sure that the (A) assignment of a single-item array retains
its arrayness.  Also ensure that the array/scalar type of each
assigned variable is correct.
2006-02-17 18:29:57 +00:00
Wayne Davison
16916cd849 Weed out hashed-entry lines from the known_hosts file. 2006-02-16 22:47:14 +00:00
Wayne Davison
4c83a7dbbf Weed out hashed host lines that start with a '|' since they're
completely useless for completion.
2006-02-16 22:44:00 +00:00
Wayne Davison
88ca4d461d 22275 2006-02-16 20:28:42 +00:00
Wayne Davison
1b16d04063 A few more improvements about word splitting. 2006-02-16 20:24:09 +00:00
Wayne Davison
1859e53d20 The rest of 22273. 2006-02-16 19:55:49 +00:00
Wayne Davison
64aae150a0 Test that ${(A)=name:=word} avoids splitting on quoted whitespace. 2006-02-16 19:53:00 +00:00