Bart Schaefer
|
594ad37c37
|
Save/restore state around DEBUG trap call.
|
2001-10-13 17:54:28 +00:00 |
|
Sven Wischnowsky
|
dc472db5f0
|
hide all but one match with the same string in the list even for unsorted groups (15991)
|
2001-10-09 09:50:12 +00:00 |
|
Oliver Kiddle
|
bc0f49e09b
|
remove duplicated includes which caused problems on IRIX 5 (15987)
|
2001-10-08 16:36:54 +00:00 |
|
Oliver Kiddle
|
648d1c2756
|
add print -f option, %n format specifier and tests for print/printf (15973)
|
2001-10-08 10:47:46 +00:00 |
|
Peter Stephenson
|
cc0d931682
|
15931: EXIT traps from exit in subshell; 15965: glob -> zglob
|
2001-10-08 08:13:11 +00:00 |
|
Andrey Borzenkov
|
b109834dc2
|
15964: use SOCKLEN_T
|
2001-10-08 07:19:35 +00:00 |
|
Oliver Kiddle
|
a5890553e8
|
add printf builtin (15851, 15948)
|
2001-10-05 15:02:18 +00:00 |
|
Sven Wischnowsky
|
aac666130c
|
fix calculation of number of columns needed with list_packed (15946)
|
2001-10-05 12:44:00 +00:00 |
|
Clint Adams
|
1bbe1d1b0a
|
15919: use LinkLists in place of somewhat equivalent code
|
2001-10-02 02:35:00 +00:00 |
|
Bart Schaefer
|
b5c135b2da
|
Zftp control connection management cleanup.
|
2001-09-28 17:35:44 +00:00 |
|
Clint Adams
|
8c05772007
|
15886: use select if poll is not available, or complain if neither are available
|
2001-09-27 15:36:41 +00:00 |
|
Bart Schaefer
|
5fdcd3a2b4
|
Equivalence of $(...) and ... in ${(e)...}.
|
2001-09-25 17:37:54 +00:00 |
|
Sven Wischnowsky
|
ae9c181d6b
|
15869
|
2001-09-25 12:50:45 +00:00 |
|
Sven Wischnowsky
|
c2266c1f5f
|
job text building code couldn't handle empty sublists (as in `coproc || test') (15868)
|
2001-09-25 12:10:05 +00:00 |
|
Bart Schaefer
|
63ecd0332b
|
Fix out-of-memory on corrupt history files.
|
2001-09-24 15:15:08 +00:00 |
|
Peter Stephenson
|
11b0734108
|
* Src/builtin.c, Src/exec.c: Unwind function calls before exiting
shell from exit command to allow EXIT traps to run.
|
2001-09-24 10:12:51 +00:00 |
|
Bart Schaefer
|
b27659c6b3
|
Fix misleading error message.
|
2001-09-20 14:45:07 +00:00 |
|
Wayne Davison
|
f38b2c5aa8
|
Further modify the "fc -l" code to tolerate out-of range values.
|
2001-09-18 17:50:26 +00:00 |
|
Wayne Davison
|
4fb4f4cd7a
|
Fixed doisearch() to not switch lines unless zlereadflags has
ZLRF_HISTORY set.
|
2001-09-17 18:30:49 +00:00 |
|
Wayne Davison
|
2a754dbb61
|
With HIST_NO_STORE, don't ignore what looks like a history command if
we're really going to call a user-defined shell function.
|
2001-09-15 06:28:15 +00:00 |
|
Wayne Davison
|
fc89b8135a
|
+ Changed addhistnum() to return firsthist()-1 or curhist+1 on error.
+ Ignore the "r" command if HIST_NO_STORE is set.
|
2001-09-13 18:19:11 +00:00 |
|
Wayne Davison
|
6a7d256a58
|
+ Changed fclist() to not not transform "fc -l 0 0" into "fc -l 1 1".
+ Changed fcgetcomm() to handle new error return from addhistnum().
|
2001-09-13 18:19:08 +00:00 |
|
Clint Adams
|
ab205e5bb9
|
15780: rename **arg to **dargs
|
2001-09-10 19:19:15 +00:00 |
|
Clint Adams
|
2e174804c8
|
15779: ztcp -d
|
2001-09-10 15:23:37 +00:00 |
|
Clint Adams
|
718fb33b29
|
stupid bugfixes
|
2001-09-10 12:37:21 +00:00 |
|
Clint Adams
|
cb0f8a08c7
|
unposted: stupid -a bug
|
2001-09-10 02:41:20 +00:00 |
|
Clint Adams
|
7093e779e6
|
15771: ztcp -t
|
2001-09-10 02:17:55 +00:00 |
|
Clint Adams
|
5eb6315b3e
|
15769: ztcp -a
|
2001-09-09 23:33:06 +00:00 |
|
Clint Adams
|
3756589f1b
|
1576x: take service names, stuff fd numbers into $REPLY
|
2001-09-09 22:08:55 +00:00 |
|
Clint Adams
|
394989e292
|
15766: ztcp -l
|
2001-09-09 09:39:24 +00:00 |
|
Clint Adams
|
a11772c617
|
15765: introduce [:ascii:] class
|
2001-09-09 06:17:02 +00:00 |
|
Clint Adams
|
9a31296b3e
|
1596x: ztcp -v
|
2001-09-08 22:08:04 +00:00 |
|
Clint Adams
|
b554563ece
|
15762: introduce ztcp builtin
|
2001-09-08 21:09:55 +00:00 |
|
Andrew Main
|
b73d71105e
|
15734: zle -K option to select a keymap, and zle KEYMAP parameter to
examine the current selection.
|
2001-09-03 01:39:19 +00:00 |
|
Sven Wischnowsky
|
c0ea4d62c8
|
handle possible NULL pointer returned from bufferwords() (15717)
|
2001-08-28 08:41:51 +00:00 |
|
Bart Schaefer
|
bc1bdea9db
|
Fix PS2 for dquote nested in braceparam.
|
2001-08-27 07:31:37 +00:00 |
|
Bart Schaefer
|
135eebde60
|
Fix crash on re-entry to loop() from preprompt().
|
2001-08-25 16:44:15 +00:00 |
|
Sven Wischnowsky
|
b70ec86efe
|
test if hash table pointer is NULL to avoid SEGV with compstate=() (15705)
|
2001-08-24 09:25:38 +00:00 |
|
Clint Adams
|
ffec7684a7
|
15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a number within an enum.
|
2001-08-21 20:05:33 +00:00 |
|
Sven Wischnowsky
|
647674f6ab
|
undo most of 15650, do that in shell code (15669)
|
2001-08-20 13:13:49 +00:00 |
|
Bart Schaefer
|
87ca460fe5
|
Fix exit status of zsh -fc '! command'
|
2001-08-19 04:23:46 +00:00 |
|
Sven Wischnowsky
|
66576ecbf8
|
15650
|
2001-08-17 09:25:21 +00:00 |
|
Sven Wischnowsky
|
0f880152fc
|
15639
|
2001-08-16 08:48:27 +00:00 |
|
Geoff Wing
|
b67e8b380c
|
Don't segv if we were displaying n lines and screen was
resized to less than n lines
|
2001-08-15 15:17:42 +00:00 |
|
Geoff Wing
|
2eda2a0921
|
15621: display of status line was being mucked up; continuation
markers "<...." and "<....>" weren't being display properly
|
2001-08-15 14:48:48 +00:00 |
|
Bart Schaefer
|
d978bb894e
|
Fix and regression tests for crash on typeset of local array elements.
|
2001-08-13 17:43:04 +00:00 |
|
Wayne Davison
|
fe98c239b5
|
Silence "might be used uninitialized" warnings.
|
2001-08-08 07:44:00 +00:00 |
|
Wayne Davison
|
4afcd4b149
|
Got rid of unused variables.
|
2001-08-08 07:41:04 +00:00 |
|
Wayne Davison
|
21dba96cd6
|
Silence "might be used uninitialized" warning.
|
2001-08-08 07:41:01 +00:00 |
|
Sven Wischnowsky
|
7e23143359
|
follow-up to 15588; add -w option to _values (look at all words); change _dd back (15597)
|
2001-08-08 07:20:56 +00:00 |
|