about summary refs log tree commit diff
path: root/Src/builtin.c
Commit message (Expand)AuthorAgeFilesLines
...
* 30540: typeset flag handling with SECONDSBart Schaefer2012-06-301-2/+3
* 30469: Src/builtin.c: allow reverse listing of history usingPeter Stephenson2012-05-081-5/+5
* 30320: "emulate" accepts invocation-time flags; other small doc tweaks.Bart Schaefer2012-03-071-25/+32
* 30127: forbid fc from executing history lines in reversePeter Stephenson2012-02-051-0/+6
* 29744: don't mess up non '-A' cases in read -E fixPeter Stephenson2011-08-291-1/+8
* 29731: fix read -AE, test that and read -AePeter Stephenson2011-08-281-2/+2
* 29413: "print -S" for saving to history with lexical word splitPeter Stephenson2011-06-031-12/+32
* 29165: use term.h globally if needed at all.Peter Stephenson2011-05-091-1/+1
* users/15953: handle EINTR when using read -k or -q with -u or -pPeter Stephenson2011-04-111-3/+10
* 28853: Fix typo: preceed -> precedeFrank Terbeck2011-03-041-1/+1
* 28823: make it an error to tie the same scalar to two different arraysBart Schaefer2011-03-011-2/+7
* 28791: exit on errors with special builtins with POSIXBUILTINSPeter Stephenson2011-02-221-2/+8
* 28590: make read return status non-zero on errorPeter Stephenson2011-01-071-1/+6
* 28345: make ${(D)...} return a fully usable command line argumentPeter Stephenson2010-10-151-0/+1
* 28268: I/O to a terminated (or never created) coprocess emits aBart Schaefer2010-09-191-2/+18
* 28006: make zgetcwd() fall back to pwd,Peter Stephenson2010-06-081-0/+2
* 27965, 27966: Improve ${(q)...}: newline appears as $'\n;,Peter Stephenson2010-05-271-1/+1
* 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson2010-05-121-2/+2
* 27723: eval shouldn't modify non-zero return statusesPeter Stephenson2010-02-191-1/+1
* 27675: Michael Hwang: fix crash in hash builtinPeter Stephenson2010-02-071-1/+0
* 27648, 267650/1, unposted README change:Peter Stephenson2010-02-031-0/+11
* users/14752: add #! line to zedPeter Stephenson2010-01-291-1/+2
* 27357: fix compiler warnings in attr modulePeter Stephenson2009-11-061-2/+4
* 27240: fix fix for lexing in test builtinPeter Stephenson2009-09-021-1/+3
* 27188: improve read -q by using read -k codePeter Stephenson2009-07-241-61/+27
* 27181: extend POSIX_CD to handle target directory printing behaviourPeter Stephenson2009-07-211-4/+15
* 27167: add POSIX_CD option to test "." after CDPATHPeter Stephenson2009-07-191-5/+23
* Eric Blake: 27151: cd handling with initial // for CygwinPeter Stephenson2009-07-151-6/+8
* 27087: change return codes from failed "."Peter Stephenson2009-07-021-1/+1
* 27083: non-zero status on failures to find or execute file in "."Peter Stephenson2009-07-011-6/+8
* 27079: save lexical context in test builtinPeter Stephenson2009-07-011-0/+2
* 26975: compilation issues in bin_print()Peter Stephenson2009-05-201-4/+9
* 26957: Fix some memory problems with read builtinPeter Stephenson2009-05-121-8/+13
* 26954: read should pass through invalid multibyte charactersPeter Stephenson2009-05-071-1/+5
* Michael Hwang: 26776: improved column alignment with print -c -PPeter Stephenson2009-03-251-0/+17
* 26735: Check some function return values for failures. Gets rid ofWayne Davison2009-03-151-6/+6
* 26614 + 26615: history -t <fmt> plus ztrftime "-" format modifierPeter Stephenson2009-03-021-19/+25
* c.f. 26586: rename yylex to zshlex and yytext to zshlextextPeter Stephenson2009-02-251-1/+1
* 26546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson2009-02-111-6/+28
* 26425: allow "emulate sh -c command" to eval command under sh emulationAndrey Borzenkov2009-01-251-18/+79
* 26028: close temporary file when aborting fcOliver Kiddle2008-11-121-0/+3
* "typeset -g <var>" should be silent even without TYPESET_SILENTPeter Stephenson2008-11-051-1/+2
* 25983: Fix bug in hash builtin with empty hash entry nameOliver Kiddle2008-10-311-3/+7
* 25971: fix options handling for builtins that handle their ownPeter Stephenson2008-10-301-6/+7
* 25937: builtins with no options should still ignore --Peter Stephenson2008-10-281-0/+3
* 25910: avoid dangling file handle in bin_print.Clint Adams2008-10-181-1/+4
* 25896: remove small bit of dead code in execbuiltin.Clint Adams2008-10-141-4/+1
* 25817: make "fc -l" more careful to list all recent historyPeter Stephenson2008-10-061-2/+22
* users/13295, tweaked: dont reset line numbers when parsing strings, sometimesPeter Stephenson2008-09-291-2/+2
* 25755/25756: Jörg Sommer: improved handling of module argumentsPeter Stephenson2008-09-271-3/+13