Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 28268: I/O to a terminated (or never created) coprocess emits a | Bart Schaefer | 2010-09-19 | 1 | -2/+18 |
| | | | | "no coprocess" diagnostic, instead of either nothing or "bad file number". | ||||
* | 28006: make zgetcwd() fall back to pwd, | Peter Stephenson | 2010-06-08 | 1 | -0/+2 |
| | | | | only use "." if setting pwd | ||||
* | 27965, 27966: Improve ${(q)...}: newline appears as $'\n;, | Peter Stephenson | 2010-05-27 | 1 | -1/+1 |
| | |||||
* | 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt | Peter Stephenson | 2010-05-12 | 1 | -2/+2 |
| | |||||
* | 27723: eval shouldn't modify non-zero return statuses | Peter Stephenson | 2010-02-19 | 1 | -1/+1 |
| | |||||
* | 27675: Michael Hwang: fix crash in hash builtin | Peter Stephenson | 2010-02-07 | 1 | -1/+0 |
| | |||||
* | 27648, 267650/1, unposted README change: | Peter Stephenson | 2010-02-03 | 1 | -0/+11 |
| | | | | Turn off repeat and turn on ulimit in emulation modes | ||||
* | users/14752: add #! line to zed | Peter Stephenson | 2010-01-29 | 1 | -1/+2 |
| | | | | allow script run with -i to exit on return | ||||
* | 27357: fix compiler warnings in attr module | Peter Stephenson | 2009-11-06 | 1 | -2/+4 |
| | | | | 27358: fix error if $0 altered in sourced file | ||||
* | 27240: fix fix for lexing in test builtin | Peter Stephenson | 2009-09-02 | 1 | -1/+3 |
| | |||||
* | 27188: improve read -q by using read -k code | Peter Stephenson | 2009-07-24 | 1 | -61/+27 |
| | |||||
* | 27181: extend POSIX_CD to handle target directory printing behaviour | Peter Stephenson | 2009-07-21 | 1 | -4/+15 |
| | |||||
* | 27167: add POSIX_CD option to test "." after CDPATH | Peter Stephenson | 2009-07-19 | 1 | -5/+23 |
| | |||||
* | Eric Blake: 27151: cd handling with initial // for Cygwin | Peter Stephenson | 2009-07-15 | 1 | -6/+8 |
| | |||||
* | 27087: change return codes from failed "." | Peter Stephenson | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | 27083: non-zero status on failures to find or execute file in "." | Peter Stephenson | 2009-07-01 | 1 | -6/+8 |
| | |||||
* | 27079: save lexical context in test builtin | Peter Stephenson | 2009-07-01 | 1 | -0/+2 |
| | |||||
* | 26975: compilation issues in bin_print() | Peter Stephenson | 2009-05-20 | 1 | -4/+9 |
| | |||||
* | 26957: Fix some memory problems with read builtin | Peter Stephenson | 2009-05-12 | 1 | -8/+13 |
| | | | | unposted: fix a WARN_CREATE_GLOBAL warning | ||||
* | 26954: read should pass through invalid multibyte characters | Peter Stephenson | 2009-05-07 | 1 | -1/+5 |
| | |||||
* | Michael Hwang: 26776: improved column alignment with print -c -P | Peter Stephenson | 2009-03-25 | 1 | -0/+17 |
| | |||||
* | 26735: Check some function return values for failures. Gets rid of | Wayne Davison | 2009-03-15 | 1 | -6/+6 |
| | | | | some compiler warnings, and improves error handling/notification. | ||||
* | 26614 + 26615: history -t <fmt> plus ztrftime "-" format modifier | Peter Stephenson | 2009-03-02 | 1 | -19/+25 |
| | |||||
* | c.f. 26586: rename yylex to zshlex and yytext to zshlextext | Peter Stephenson | 2009-02-25 | 1 | -1/+1 |
| | |||||
* | 26546, 26556: sticky emulation for functions defined in emulate ... -c ... | Peter Stephenson | 2009-02-11 | 1 | -6/+28 |
| | | | | environments, plus documentation | ||||
* | 26425: allow "emulate sh -c command" to eval command under sh emulation | Andrey Borzenkov | 2009-01-25 | 1 | -18/+79 |
| | |||||
* | 26028: close temporary file when aborting fc | Oliver Kiddle | 2008-11-12 | 1 | -0/+3 |
| | |||||
* | "typeset -g <var>" should be silent even without TYPESET_SILENT | Peter Stephenson | 2008-11-05 | 1 | -1/+2 |
| | |||||
* | 25983: Fix bug in hash builtin with empty hash entry name | Oliver Kiddle | 2008-10-31 | 1 | -3/+7 |
| | |||||
* | 25971: fix options handling for builtins that handle their own | Peter Stephenson | 2008-10-30 | 1 | -6/+7 |
| | |||||
* | 25937: builtins with no options should still ignore -- | Peter Stephenson | 2008-10-28 | 1 | -0/+3 |
| | |||||
* | 25910: avoid dangling file handle in bin_print. | Clint Adams | 2008-10-18 | 1 | -1/+4 |
| | |||||
* | 25896: remove small bit of dead code in execbuiltin. | Clint Adams | 2008-10-14 | 1 | -4/+1 |
| | |||||
* | 25817: make "fc -l" more careful to list all recent history | Peter Stephenson | 2008-10-06 | 1 | -2/+22 |
| | |||||
* | users/13295, tweaked: dont reset line numbers when parsing strings, sometimes | Peter Stephenson | 2008-09-29 | 1 | -2/+2 |
| | |||||
* | 25755/25756: Jörg Sommer: improved handling of module arguments | Peter Stephenson | 2008-09-27 | 1 | -3/+13 |
| | | | | 25759: fix dynamic named directory crash, static named directory consistency | ||||
* | Rocky Bernstein: 25727: allow fc non-interactively | Peter Stephenson | 2008-09-23 | 1 | -0/+2 |
| | | | | Add sanity test for empty history | ||||
* | 25671: non existing variable in typeset -p should cause status 1 | Peter Stephenson | 2008-09-15 | 1 | -1/+3 |
| | |||||
* | 25662: declare -p should never create arguments | Peter Stephenson | 2008-09-13 | 1 | -4/+11 |
| | |||||
* | 25651: make getpermtext() output indentation more logical | Peter Stephenson | 2008-09-11 | 1 | -1/+1 |
| | |||||
* | 25595: fix line numbers with EVAL_LINENO, | Peter Stephenson | 2008-09-03 | 1 | -2/+43 |
| | | | | | try to fix oddities with funcstack and sourced files, simplify use of caller element of funcstack | ||||
* | 25568: Frank Terbeck & pws: invalid continue and break arguments | Peter Stephenson | 2008-08-31 | 1 | -0/+5 |
| | | | | also tests for control commands | ||||
* | 25415: Make DEBUG_BEFORE_CMD the default. | Peter Stephenson | 2008-08-07 | 1 | -2/+4 |
| | | | | | Reuse ERR_EXIT in DEBUG traps. Clean up trapreturn code. | ||||
* | 25409: fix eval's use of lastval | Peter Stephenson | 2008-08-06 | 1 | -6/+8 |
| | |||||
* | 25345, 25347: neaten interface from main shell to zle | Peter Stephenson | 2008-07-31 | 1 | -6/+13 |
| | |||||
* | following discussion, change fc error message | Peter Stephenson | 2008-07-27 | 1 | -1/+2 |
| | |||||
* | 25338: disallow usage of current history line in fc | Peter Stephenson | 2008-07-25 | 1 | -0/+14 |
| | |||||
* | 25272: add zshaddhistory hook | Peter Stephenson | 2008-07-17 | 1 | -2/+2 |
| | |||||
* | Mikael: 25143: spelling corrections | Peter Stephenson | 2008-06-10 | 1 | -1/+2 |
| | | | | | 25144: report supported bases 25139: fix number | ||||
* | 25040: zpty should display context information more like eval | Peter Stephenson | 2008-05-15 | 1 | -1/+1 |
| |