Peter Stephenson
|
0e08b8c2e4
|
17299: Use reference counts in Eprogs so as to be able to free them as soon
as finished with.
|
2002-06-07 14:44:21 +00:00 |
|
Peter Stephenson
|
37199039b2
|
17301: improve zle -I.
|
2002-06-07 10:57:24 +00:00 |
|
Peter Stephenson
|
9e97cfa052
|
17293: support poll() as preferred alternative to select() in zle
|
2002-06-06 09:04:46 +00:00 |
|
Clint Adams
|
c2c3e7e886
|
17297: 17265 continued.
|
2002-06-06 05:47:35 +00:00 |
|
Clint Adams
|
956eebdf62
|
zselect
|
2002-06-06 04:54:50 +00:00 |
|
Peter Stephenson
|
9c8b79b993
|
17295: `zle -F' failed because of bad test
|
2002-06-05 21:12:08 +00:00 |
|
Peter Stephenson
|
b2226ac72f
|
remove builtin when tcp module is unloaded.
|
2002-06-05 21:02:34 +00:00 |
|
Peter Stephenson
|
682d83503b
|
17292: shut up compiler if no OPEN_MEMSTREAM
|
2002-06-05 15:03:15 +00:00 |
|
Peter Stephenson
|
5ef61a44b1
|
17265: make the jobs command work in subshells
|
2002-06-05 14:57:05 +00:00 |
|
Peter Stephenson
|
5d010ca81a
|
17285: David Wolfe <dwolfe@gforcetech.com>: finally fix QNX rlimits problem
|
2002-06-05 09:15:33 +00:00 |
|
Sven Wischnowsky
|
5221570c4a
|
don't use optimised completion list display code after the list has been erased or we're not in menu selection anymore anyway (17286)
|
2002-06-05 07:49:02 +00:00 |
|
Peter Stephenson
|
07047de129
|
17283: Src/parse.c: `func() { ... } this bit was ignored'.
|
2002-06-04 16:25:46 +00:00 |
|
Peter Stephenson
|
7d5e54195f
|
17273, not 17272: inner function definition could define nonsense
|
2002-06-02 18:11:15 +00:00 |
|
Peter Stephenson
|
da6a201946
|
17272: inner function definition could define nonsense
|
2002-06-02 18:03:20 +00:00 |
|
Clint Adams
|
5441412544
|
17266: check manpath even when $MANPATH is set.
|
2002-05-31 05:02:38 +00:00 |
|
Peter Stephenson
|
69b570e28c
|
17253: ztcp -L gives parseable information on tcp session
|
2002-05-30 15:16:18 +00:00 |
|
Sven Wischnowsky
|
4446df3dff
|
fix for use of (z) parameter modifier; the first word in the parameter is parsed like the first word on a command line, treating parens specially (17252)
|
2002-05-29 15:05:22 +00:00 |
|
Peter Stephenson
|
1ca8378051
|
17250: dont't execsave()/execrestore() around synchronous traps
|
2002-05-29 14:28:05 +00:00 |
|
Peter Stephenson
|
7898d5b198
|
17249: fix user output from ztcp
|
2002-05-29 13:15:35 +00:00 |
|
Oliver Kiddle
|
d8d9181861
|
add handling for the other texinfo commands (besides info)
|
2002-05-28 14:22:38 +00:00 |
|
Clint Adams
|
f486cc9ce9
|
17244: don't complete udebs for dpkg -i or --unpack
|
2002-05-28 14:07:35 +00:00 |
|
Sven Wischnowsky
|
b36344b6ba
|
follow-up to 17222, make the optimisation work for some more keys again (17237)
|
2002-05-27 07:41:07 +00:00 |
|
Clint Adams
|
189aa5c9f2
|
17235: strftime builtin
|
2002-05-26 22:43:56 +00:00 |
|
Clint Adams
|
b66a4a262f
|
17234: don't call _path_files with empty ().
|
2002-05-26 19:22:42 +00:00 |
|
Clint Adams
|
53ec91769c
|
17225: $=CVSIGNORE instead of $CVSIGNORE
|
2002-05-25 23:04:02 +00:00 |
|
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 |
|