Peter Stephenson
|
12e246495c
|
29413: "print -S" for saving to history with lexical word split
|
2011-06-03 19:54:43 +00:00 |
|
Peter Stephenson
|
d89361739a
|
29165: use term.h globally if needed at all.
|
2011-05-09 09:49:08 +00:00 |
|
Peter Stephenson
|
35ddd9c4ba
|
users/15953: handle EINTR when using read -k or -q with -u or -p
|
2011-04-11 16:34:21 +00:00 |
|
Frank Terbeck
|
2eac105770
|
28853: Fix typo: preceed -> precede
|
2011-03-04 13:25:25 +00:00 |
|
Bart Schaefer
|
6e50d3d7db
|
28823: make it an error to tie the same scalar to two different arrays
|
2011-03-01 05:18:15 +00:00 |
|
Peter Stephenson
|
dbbcbf67cb
|
28791: exit on errors with special builtins with POSIXBUILTINS
|
2011-02-22 20:09:20 +00:00 |
|
Peter Stephenson
|
a89f0559c2
|
28590: make read return status non-zero on error
|
2011-01-07 10:05:35 +00:00 |
|
Peter Stephenson
|
bdb38058e4
|
28345: make ${(D)...} return a fully usable command line argument
|
2010-10-15 18:56:16 +00:00 |
|
Bart Schaefer
|
9530331b4f
|
28268: I/O to a terminated (or never created) coprocess emits a
"no coprocess" diagnostic, instead of either nothing or "bad file number".
|
2010-09-19 19:20:33 +00:00 |
|
Peter Stephenson
|
7850fc5a2c
|
28006: make zgetcwd() fall back to pwd,
only use "." if setting pwd
|
2010-06-08 08:51:03 +00:00 |
|
Peter Stephenson
|
147cedfb6f
|
27965, 27966: Improve ${(q)...}: newline appears as $'\n;,
|
2010-05-27 18:57:34 +00:00 |
|
Peter Stephenson
|
09960dc5b9
|
27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt
|
2010-05-12 10:06:59 +00:00 |
|
Peter Stephenson
|
bbc88550db
|
27723: eval shouldn't modify non-zero return statuses
|
2010-02-19 12:26:08 +00:00 |
|
Peter Stephenson
|
7da34421c1
|
27675: Michael Hwang: fix crash in hash builtin
|
2010-02-07 18:49:28 +00:00 |
|
Peter Stephenson
|
8ac97f3308
|
27648, 267650/1, unposted README change:
Turn off repeat and turn on ulimit in emulation modes
|
2010-02-03 18:34:32 +00:00 |
|
Peter Stephenson
|
0d8a580951
|
users/14752: add #! line to zed
allow script run with -i to exit on return
|
2010-01-29 21:44:54 +00:00 |
|
Peter Stephenson
|
f30af94885
|
27357: fix compiler warnings in attr module
27358: fix error if $0 altered in sourced file
|
2009-11-06 22:38:47 +00:00 |
|
Peter Stephenson
|
6d4d1261a5
|
27240: fix fix for lexing in test builtin
|
2009-09-02 15:26:44 +00:00 |
|
Peter Stephenson
|
72f0b14a04
|
27188: improve read -q by using read -k code
|
2009-07-24 18:35:49 +00:00 |
|
Peter Stephenson
|
2c81423516
|
27181: extend POSIX_CD to handle target directory printing behaviour
|
2009-07-21 09:34:08 +00:00 |
|
Peter Stephenson
|
606cfb5a5e
|
27167: add POSIX_CD option to test "." after CDPATH
|
2009-07-19 19:07:14 +00:00 |
|
Peter Stephenson
|
351f6541e9
|
Eric Blake: 27151: cd handling with initial // for Cygwin
|
2009-07-15 08:43:25 +00:00 |
|
Peter Stephenson
|
5c5a388ed7
|
27087: change return codes from failed "."
|
2009-07-02 13:46:36 +00:00 |
|
Peter Stephenson
|
041057687f
|
27083: non-zero status on failures to find or execute file in "."
|
2009-07-01 15:07:25 +00:00 |
|
Peter Stephenson
|
10787467bc
|
27079: save lexical context in test builtin
|
2009-07-01 09:07:07 +00:00 |
|
Peter Stephenson
|
0f4c321380
|
26975: compilation issues in bin_print()
|
2009-05-20 09:53:13 +00:00 |
|
Peter Stephenson
|
d1abd3e7cf
|
26957: Fix some memory problems with read builtin
unposted: fix a WARN_CREATE_GLOBAL warning
|
2009-05-12 11:11:14 +00:00 |
|
Peter Stephenson
|
a6ff95d0c1
|
26954: read should pass through invalid multibyte characters
|
2009-05-07 16:04:21 +00:00 |
|
Peter Stephenson
|
aa3942d2d1
|
Michael Hwang: 26776: improved column alignment with print -c -P
|
2009-03-25 09:51:43 +00:00 |
|
Wayne Davison
|
bf25c3a43f
|
26735: Check some function return values for failures. Gets rid of
some compiler warnings, and improves error handling/notification.
|
2009-03-15 01:04:50 +00:00 |
|
Peter Stephenson
|
535afe3b2a
|
26614 + 26615: history -t <fmt> plus ztrftime "-" format modifier
|
2009-03-02 10:11:45 +00:00 |
|
Peter Stephenson
|
10182c766b
|
c.f. 26586: rename yylex to zshlex and yytext to zshlextext
|
2009-02-25 10:23:58 +00:00 |
|
Peter Stephenson
|
c7d8b0dfb8
|
26546, 26556: sticky emulation for functions defined in emulate ... -c ...
environments, plus documentation
|
2009-02-11 20:42:15 +00:00 |
|
Andrey Borzenkov
|
665b7d1f93
|
26425: allow "emulate sh -c command" to eval command under sh emulation
|
2009-01-25 18:19:28 +00:00 |
|
Oliver Kiddle
|
61e9152b11
|
26028: close temporary file when aborting fc
|
2008-11-12 12:57:25 +00:00 |
|
Peter Stephenson
|
60b410fd7c
|
"typeset -g <var>" should be silent even without TYPESET_SILENT
|
2008-11-05 13:01:56 +00:00 |
|
Oliver Kiddle
|
a9a516d219
|
25983: Fix bug in hash builtin with empty hash entry name
|
2008-10-31 23:43:36 +00:00 |
|
Peter Stephenson
|
135211b00b
|
25971: fix options handling for builtins that handle their own
|
2008-10-30 19:52:44 +00:00 |
|
Peter Stephenson
|
36d228b129
|
25937: builtins with no options should still ignore --
|
2008-10-28 20:55:22 +00:00 |
|
Clint Adams
|
802cdd4f5e
|
25910: avoid dangling file handle in bin_print.
|
2008-10-18 14:13:15 +00:00 |
|
Clint Adams
|
b26cb5f98a
|
25896: remove small bit of dead code in execbuiltin.
|
2008-10-14 21:47:52 +00:00 |
|
Peter Stephenson
|
98b604282e
|
25817: make "fc -l" more careful to list all recent history
|
2008-10-06 18:15:36 +00:00 |
|
Peter Stephenson
|
59dd1491c6
|
users/13295, tweaked: dont reset line numbers when parsing strings, sometimes
|
2008-09-29 08:46:21 +00:00 |
|
Peter Stephenson
|
4a34c96289
|
25755/25756: Jörg Sommer: improved handling of module arguments
25759: fix dynamic named directory crash, static named directory consistency
|
2008-09-27 19:57:25 +00:00 |
|
Peter Stephenson
|
d3c4108f30
|
Rocky Bernstein: 25727: allow fc non-interactively
Add sanity test for empty history
|
2008-09-23 08:41:54 +00:00 |
|
Peter Stephenson
|
6951a1e0b2
|
25671: non existing variable in typeset -p should cause status 1
|
2008-09-15 08:57:25 +00:00 |
|
Peter Stephenson
|
b8a36eea87
|
25662: declare -p should never create arguments
|
2008-09-13 19:59:13 +00:00 |
|
Peter Stephenson
|
d37f9672cb
|
25651: make getpermtext() output indentation more logical
|
2008-09-11 17:14:38 +00:00 |
|
Peter Stephenson
|
0cba5ef62a
|
25595: fix line numbers with EVAL_LINENO,
try to fix oddities with funcstack and sourced files,
simplify use of caller element of funcstack
|
2008-09-03 09:08:18 +00:00 |
|
Peter Stephenson
|
50e4b43362
|
25568: Frank Terbeck & pws: invalid continue and break arguments
also tests for control commands
|
2008-08-31 13:35:28 +00:00 |
|