summaryrefslogtreecommitdiff
path: root/Src/builtin.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-1525040: zpty should display context information more like evalPeter Stephenson1-1/+1
2008-05-1425025: check radix for integer constants is between 2 and 36 inclusivePeter Stephenson1-0/+4
2008-05-1225002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson1-2/+4
2008-05-0824980: zmodload -mFPeter Stephenson1-1/+1
2008-04-2224861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson1-1/+1
2008-04-0324786: handle read -t properly in zle via getbyte()Peter Stephenson1-18/+33
2008-03-2824768: add -q option to cd, chdir, pushd, popdPeter Stephenson1-8/+9
2008-03-02overeagnerness to spot integers in cd after - and +Peter Stephenson1-1/+2
2008-02-18zsh-users/12600: reorder handling of -s/-d/-t options so that terminalBart Schaefer1-90/+93