summaryrefslogtreecommitdiff
path: root/Src/builtin.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-1528345: make ${(D)...} return a fully usable command line argumentPeter Stephenson1-0/+1
2010-09-1928268: I/O to a terminated (or never created) coprocess emits aBart Schaefer1-2/+18
2010-06-0828006: make zgetcwd() fall back to pwd,Peter Stephenson1-0/+2
2010-05-2727965, 27966: Improve ${(q)...}: newline appears as $'\n;,Peter Stephenson1-1/+1
2010-05-1227951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson1-2/+2
2010-02-1927723: eval shouldn't modify non-zero return statusesPeter Stephenson1-1/+1
2010-02-0727675: Michael Hwang: fix crash in hash builtinPeter Stephenson1-1/+0
2010-02-0327648, 267650/1, unposted README change:Peter Stephenson1-0/+11
2010-01-29users/14752: add #! line to zedPeter Stephenson1-1/+2
2009-11-0627357: fix compiler warnings in attr modulePeter Stephenson1-2/+4
2009-09-0227240: fix fix for lexing in test builtinPeter Stephenson1-1/+3
2009-07-2427188: improve read -q by using read -k codePeter Stephenson1-61/+27
2009-07-2127181: extend POSIX_CD to handle target directory printing behaviourPeter Stephenson1-4/+15
2009-07-1927167: add POSIX_CD option to test "." after CDPATHPeter Stephenson1-5/+23
2009-07-15Eric Blake: 27151: cd handling with initial // for CygwinPeter Stephenson1-6/+8
2009-07-0227087: change return codes from failed "."Peter Stephenson1-1/+1
2009-07-0127083: non-zero status on failures to find or execute file in "."Peter Stephenson1-6/+8
2009-07-0127079: save lexical context in test builtinPeter Stephenson1-0/+2
2009-05-2026975: compilation issues in bin_print()Peter Stephenson1-4/+9
2009-05-1226957: Fix some memory problems with read builtinPeter Stephenson1-8/+13
2009-05-0726954: read should pass through invalid multibyte charactersPeter Stephenson1-1/+5
2009-03-25Michael Hwang: 26776: improved column alignment with print -c -PPeter Stephenson1-0/+17
2009-03-1526735: Check some function return values for failures. Gets rid ofWayne Davison1-6/+6
2009-03-0226614 + 26615: history -t <fmt> plus ztrftime "-" format modifierPeter Stephenson1-19/+25
2009-02-25c.f. 26586: rename yylex to zshlex and yytext to zshlextextPeter Stephenson1-1/+1
2009-02-1126546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson1-6/+28
2009-01-2526425: allow "emulate sh -c command" to eval command under sh emulationAndrey Borzenkov1-18/+79
2008-11-1226028: close temporary file when aborting fcOliver Kiddle1-0/+3
2008-11-05"typeset -g <var>" should be silent even without TYPESET_SILENTPeter Stephenson1-1/+2
2008-10-3125983: Fix bug in hash builtin with empty hash entry nameOliver Kiddle1-3/+7
2008-10-3025971: fix options handling for builtins that handle their ownPeter Stephenson1-6/+7
2008-10-2825937: builtins with no options should still ignore --Peter Stephenson1-0/+3
2008-10-1825910: avoid dangling file handle in bin_print.Clint Adams1-1/+4
2008-10-1425896: remove small bit of dead code in execbuiltin.Clint Adams1-4/+1
2008-10-0625817: make "fc -l" more careful to list all recent historyPeter Stephenson1-2/+22
2008-09-29users/13295, tweaked: dont reset line numbers when parsing strings, sometimesPeter Stephenson1-2/+2
2008-09-2725755/25756: Jörg Sommer: improved handling of module argumentsPeter Stephenson1-3/+13
2008-09-23Rocky Bernstein: 25727: allow fc non-interactivelyPeter Stephenson1-0/+2
2008-09-1525671: non existing variable in typeset -p should cause status 1Peter Stephenson1-1/+3
2008-09-1325662: declare -p should never create argumentsPeter Stephenson1-4/+11
2008-09-1125651: make getpermtext() output indentation more logicalPeter Stephenson1-1/+1
2008-09-0325595: fix line numbers with EVAL_LINENO,Peter Stephenson1-2/+43
2008-08-3125568: Frank Terbeck & pws: invalid continue and break argumentsPeter Stephenson1-0/+5
2008-08-0725415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson1-2/+4
2008-08-0625409: fix eval's use of lastvalPeter Stephenson1-6/+8
2008-07-3125345, 25347: neaten interface from main shell to zlePeter Stephenson1-6/+13
2008-07-27following discussion, change fc error messagePeter Stephenson1-1/+2
2008-07-2525338: disallow usage of current history line in fcPeter Stephenson1-0/+14
2008-07-1725272: add zshaddhistory hookPeter Stephenson1-2/+2
2008-06-10Mikael: 25143: spelling correctionsPeter Stephenson1-1/+2