1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00
Commit Graph

2754 Commits

Author SHA1 Message Date
Peter Stephenson
8c47be28f9 17097: closing all TCP sessions referenced freed memory. 2002-05-08 15:54:05 +00:00
Andrey Borzenkov
88164bc45a Typo in ChangeLog 2002-05-08 15:13:58 +00:00
Peter Stephenson
2f9ba2f0f9 17095: Bug in setting associative array; remove unused counter 2002-05-08 14:25:57 +00:00
Peter Stephenson
c5381b85ed 17081: New zselect module and documentation. 2002-05-08 13:13:52 +00:00
Andrey Borzenkov
e484b0f83c 17075, 17076: _urpmi and chkconfig/services 2002-05-08 09:18:12 +00:00
Andrey Borzenkov
42080a7fb9 17080: tag-order style usage 2002-05-08 09:11:28 +00:00
Andrey Borzenkov
e87163dabb 17074: mondoarchive completion 2002-05-08 09:08:47 +00:00
Andrey Borzenkov
6af28dcd59 unposted: add autom4te.cache to .cvsignore (autoconf-2.53?) 2002-05-08 09:03:36 +00:00
Bart Schaefer
b8d144ca45 Assorted previously-uncommitted patches (16613, 16032, doc tweak). 2002-05-06 14:52:27 +00:00
Bart Schaefer
d3454531d4 Detect variant tgetent() return value and test for it correctly. 2002-05-06 14:50:10 +00:00
Bart Schaefer
cefd2de2e1 Split tokenize() into shtokenize() and zshtokenize()
to improve SH_GLOB handling, particularly in completion
2002-05-06 14:46:11 +00:00
Bart Schaefer
b7aa69cb7d Explain the effect of unreadable directories, etc., on the CORRECT option 2002-05-06 14:42:07 +00:00
Sven Wischnowsky
5c93cbc7e9 fix _arguments' -s option (17078) 2002-05-06 07:59:50 +00:00
Oliver Kiddle
fed88cf8be 17072: fix pushdminus handling in completion after directory stack references 2002-05-03 12:49:27 +00:00
Clint Adams
cebb728926 17057: completion for debfoster 2002-04-30 14:02:10 +00:00
Clint Adams
a662c355e9 17055: shared object linkage on the Hurd. 2002-04-29 17:56:01 +00:00
Clint Adams
daa674de33 unposted: add missing bracket in _spamassassin. 2002-04-29 03:03:56 +00:00
Peter Stephenson
f08fd02935 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own was
swallowing up too many characters.
2002-04-25 15:45:42 +00:00
Peter Stephenson
9dd13ac83f users/4865: Completion/compinit: need to add NO_octalzeroes to
$_comp_options.
2002-04-25 15:35:31 +00:00
Clint Adams
4e4a8475fb 17044: complete all files for w3m, not just *.html. 2002-04-25 15:16:26 +00:00
Peter Stephenson
e37dd937c4 ChangeLog for 17040, 17041 2002-04-25 14:48:38 +00:00
Peter Stephenson
421123b0f0 17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into the
socket structure for IPv6.
17041: Src/Modules/zftp.c: Minor but fatal typos creating a data
connection for zftp using IPv6.
2002-04-25 14:06:47 +00:00
Sven Wischnowsky
f630c8abf4 remove one half of 17029; the part for zstyle wasn't right (17035) 2002-04-25 07:33:34 +00:00
Sven Wischnowsky
ed98c0bed8 fix two memory leaks (found by Felix): pre-compiled patterns when re-defining styles and compredirs-copies in comp_wrapper() (17029) 2002-04-24 07:59:17 +00:00
Bart Schaefer
45af2f90f9 users/4851: Add Functions/Misc/relative. 2002-04-23 15:57:56 +00:00
Bart Schaefer
61cd3f54eb Add "relative". 2002-04-23 15:41:22 +00:00
Bart Schaefer
711592bbb7 users/4851: Convert a full path to a path relative to a directory. 2002-04-23 15:39:49 +00:00
Bart Schaefer
38d555e1d7 Stupid typo -- :? should be ?: 2002-04-18 14:35:17 +00:00
Peter Stephenson
2a55dc74ef 17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restore
freehostent() incorrectly removed in 16172.
2002-04-18 11:39:13 +00:00
Bart Schaefer
75eca01e4f Diff by article number, not just by attribution line. 2002-04-17 18:10:18 +00:00
Peter Stephenson
91edfa3b25 Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst:
Careful with long filenames in internal condition test; fix block
file test for `-f'.
2002-04-17 17:17:42 +00:00
Wayne Davison
6652004b53 Differentiate the two patches from 16703. 2002-04-17 10:30:27 +00:00
Sven Wischnowsky
f78df94c6a make compvalues unquote the string from the line like comparguments does (16998) 2002-04-17 07:28:17 +00:00
Felix Rosencrantz
b3e7ac2f75 Modified _java to use _java_class. 2002-04-16 14:15:33 +00:00
Sven Wischnowsky
2603a2d2b7 make _path_files use match specs from the matcher style when calling compfiles (users/4836) 2002-04-16 08:27:44 +00:00
Sven Wischnowsky
a8e0c3b988 make _values not use -Q (16991) 2002-04-16 07:55:49 +00:00
Sven Wischnowsky
e9a2060fe9 treat backslashed bangs in double quotes specially in get_comp_string(), they are more like $s there (16990) 2002-04-16 07:53:13 +00:00
Sven Wischnowsky
61f8a07bfc make more calls to _message use the -e option (16988) 2002-04-16 07:48:43 +00:00
Clint Adams
d8fc48f7da 16973: complete package name argument to apt-cache policy. 2002-04-12 23:33:57 +00:00
Clint Adams
ed447dd9b7 16972: complete for aaaa, zone, mx, soa, txt. 2002-04-12 23:22:57 +00:00
Felix Rosencrantz
0d4c01749c 16955: _java_class 2002-04-10 05:30:34 +00:00
Felix Rosencrantz
21139de01d New _java_class to find classes on the classpath. 2002-04-10 05:24:29 +00:00
Peter Stephenson
c5ebd0fad0 16942: Allow zero-length matches in parameter substitutions. 2002-04-08 17:54:21 +00:00
Oliver Kiddle
e38adccc5d 16935: update options completed for ssh and add sftp completion 2002-04-04 14:59:54 +00:00
Clint Adams
e1d69f1fea name tweak 2002-04-04 12:46:53 +00:00
Clint Adams
87ac2d16d9 16934: complete ssh -1 as well as ssh -2. 2002-04-04 12:41:35 +00:00
Oliver Kiddle
c4b8482b94 add original string as match (like in _approximate) 2002-04-04 12:05:17 +00:00
Oliver Kiddle
8ce654afb5 16933: more sophisticated versions of these functions 2002-04-04 11:59:08 +00:00
Oliver Kiddle
41eb475f9b 16923: add insert style for inserting matches instead of adding them as a match 2002-04-04 10:45:59 +00:00
Wayne Davison
53e646b1cc 16927 + a usage-message fix. 2002-03-30 19:33:08 +00:00