Peter Stephenson
|
acd69a7ba3
|
Pavel Roskin <proski@gnu.org>: compilation for QNX
|
2001-10-22 17:18:29 +00:00 |
|
Bart Schaefer
|
3793c1c05b
|
Report error on setting a limit to a string that os not a decimal number.
|
2001-10-22 15:44:19 +00:00 |
|
Bart Schaefer
|
a698189843
|
Fix segfault in checkrmall().
|
2001-10-20 17:48:23 +00:00 |
|
Oliver Kiddle
|
62829b856d
|
allow arguments to be specified in printf format specifications (16080)
|
2001-10-18 14:22:21 +00:00 |
|
Oliver Kiddle
|
4aaa5b3257
|
fix return code and tests of printf and comment above bslashquote func (16064)
|
2001-10-16 11:16:04 +00:00 |
|
Clint Adams
|
6ef62b386b
|
16062: use O_EXCL when opening a temporary file.
|
2001-10-16 04:13:29 +00:00 |
|
Wayne Davison
|
34c4e565d0
|
Fix HIST_NO_SPACE when INTERACTIVE_COMMENTS is set and we get a
comment.
|
2001-10-15 18:42:52 +00:00 |
|
Oliver Kiddle
|
577ebe0b8a
|
use arithmetic evaluation for numeric arguments to printf (16042)
|
2001-10-15 11:34:27 +00:00 |
|
Sven Wischnowsky
|
0e6f265516
|
for caching of compiled patterns: remember that singsub() might modify the string it gets, compare with unmodified string (16041)
|
2001-10-15 11:28:07 +00:00 |
|
Bart Schaefer
|
fdb4782642
|
Remove <arpa/telnet.h> from tcp.c.
|
2001-10-14 17:23:30 +00:00 |
|
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 |
|