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

2871 Commits

Author SHA1 Message Date
Felix Rosencrantz
9b9b21cc67 Function for Tom Lord's arch SCM tool. It still has many problems,
but seems to be the fullest larch completion function so far.
2002-05-20 14:29:47 +00:00
Peter Stephenson
cd3578ed94 17175: Src/math.c: didn't handle parameters before a ternary expression
properly.
2002-05-17 15:14:03 +00:00
Peter Stephenson
dbe104ca8c 17171: Src/Modules/tcp.c: ztcp didn't return failure
when a connect() failed.
2002-05-16 14:05:27 +00:00
Peter Stephenson
bbefa484f4 17166: Src/Modules/zftp.c: check fileno of zftp control
connection before closing, not after
2002-05-15 20:38:17 +00:00
Sven Wischnowsky
cd50acd08d follow-up to 17135, backslash-quoted backslashes in double quotes weren't right, yet (17163) 2002-05-15 07:40:33 +00:00
Peter Stephenson
92e651c940 17162: Src/Modules/tcp.c: prevent warning on
gethostbyaddr() arguments.
2002-05-14 17:52:50 +00:00
Peter Stephenson
568d2e0aba 17161: Src/Modules/tcp.c: length parameter to accept()
wasn't initialised, causing random failures.
2002-05-14 17:29:49 +00:00
Sven Wischnowsky
757e68c5e7 fix for _arguments: don't use argument-tag when completing options; fix for _services: leave loop when matches were produced (17148) 2002-05-14 08:08:44 +00:00
Sven Wischnowsky
b0e4b61a82 allow users to give the maximum number of display-columns the matches should take up via the style currently named max-match-length (17147) 2002-05-14 08:01:12 +00:00
Sven Wischnowsky
1acda13c70 fix doc for _describe, mention -t option (17146) 2002-05-14 07:54:23 +00:00
Peter Stephenson
139b6d4841 17120, 17121: Src/init.c: work around problem with NIS tying up file
descriptors.
2002-05-13 09:36:53 +00:00
Sven Wischnowsky
0cfe1b30be fix for unquoting with `compset -q' with singly and doubly quoted strings (17135) 2002-05-13 09:31:59 +00:00
Peter Stephenson
876becb49a Doc/Makefile.in: back out unintended changes 2002-05-12 18:51:46 +00:00
Andrey Borzenkov
97da1005d5 typo correction 2002-05-12 09:49:30 +00:00
Andrey Borzenkov
95b2f57eae unposted: fix context name; do not set style by default until it works 2002-05-12 09:45:20 +00:00
Peter Stephenson
cf00466e13 users/4951: make ulimit documentation clearer 2002-05-10 09:52:25 +00:00
Peter Stephenson
12e6a9ad32 17102: looking up TCP sessions by fd returned the wrong pointer 2002-05-08 16:45:21 +00:00
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