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

2792 Commits

Author SHA1 Message Date
Sven Wischnowsky
9038bdb400 we have to disable 17219 for some keys because their code doesn't set up the variables we need (17222) 2002-05-24 15:02:32 +00:00
Peter Stephenson
00d476ac20 17220: Src/Modules/tcp.c: bugs using ztcp to list connections. 2002-05-24 13:01:57 +00:00
Sven Wischnowsky
205e07663f make re-display in menu selection faster; redraw only the previously and newly selected matches (17219) 2002-05-24 08:50:10 +00:00
Andrey Borzenkov
db4e4c400d unposted: use zstyle again now when it works 2002-05-23 14:48:57 +00:00
Andrey Borzenkov
395cb853d7 17125, 17159 (Oliver): info completion 2002-05-23 14:36:17 +00:00
Sven Wischnowsky
9b5b330799 report option arguments to _arguments in the original form (17196) 2002-05-23 12:22:58 +00:00
Sven Wischnowsky
86f38401aa for automatic long options completion, use the string after the equal signs (from the --help-text) as the description to shown when completing after the option (17214) 2002-05-23 12:20:15 +00:00
Sven Wischnowsky
70120f22ee rename max-match-length style to max-matches-width (17213) 2002-05-23 12:16:42 +00:00
Sven Wischnowsky
d786ca4438 allow multiple lines in option completion lists to share the same description, for (hopefully) cleaner displays (17212) 2002-05-23 12:15:03 +00:00
Clint Adams
c08e0636e8 17211: respect $CVSIGNORE. 2002-05-23 06:23:34 +00:00
Peter Stephenson
3bd0b68bfb 17201: add example use of ztcp to manual 2002-05-21 13:12:45 +00:00
Peter Stephenson
afe1b00e16 17141 plus mods: add `zle -F fd handler' feature. 2002-05-21 11:10:13 +00:00
Sven Wischnowsky
5a89ede77b fix for file-type-tests in nested quotes and don't count space file-type-character (17195) 2002-05-21 08:07:51 +00:00
Sven Wischnowsky
12f253e7e6 improve calculation of used columns for match-max-length (17194) 2002-05-21 08:04:34 +00:00
Sven Wischnowsky
b169a45ebc let _init_d use a pre-pattern (17193) 2002-05-21 07:58:24 +00:00
Sven Wischnowsky
654c4ab4ff fix for completion in nested quotes where the sub-word ends in a backslash (17192) 2002-05-21 07:47:34 +00:00
Sven Wischnowsky
ba168b43da fix removal of automatically added specs (from the -- option) for which a user-defined one is present (17191) 2002-05-21 07:44:57 +00:00
Sven Wischnowsky
d4ec8d06bf avoid printing in the last screen column when preparing a completion listing with compdescribe (17190) 2002-05-21 07:39:40 +00:00
Sven Wischnowsky
477cc33aae better splitting of -g-strings; this failed when patterns contained spaces (17189) 2002-05-21 07:35:33 +00:00
Felix Rosencrantz
bfc32be424 (17021) Added _valgrind, completion function for Julian Seward's Linux-based memory checking tool. 2002-05-20 21:51:56 +00:00
Felix Rosencrantz
2b00a61628 Added _larch. 2002-05-20 14:30:19 +00:00
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