about summary refs log tree commit diff
path: root/Src/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rocky Bernstein: 25727: allow fc non-interactivelyPeter Stephenson2008-09-231-0/+2
* 25671: non existing variable in typeset -p should cause status 1Peter Stephenson2008-09-151-1/+3
* 25662: declare -p should never create argumentsPeter Stephenson2008-09-131-4/+11
* 25651: make getpermtext() output indentation more logicalPeter Stephenson2008-09-111-1/+1
* 25595: fix line numbers with EVAL_LINENO,Peter Stephenson2008-09-031-2/+43
* 25568: Frank Terbeck & pws: invalid continue and break argumentsPeter Stephenson2008-08-311-0/+5
* 25415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson2008-08-071-2/+4
* 25409: fix eval's use of lastvalPeter Stephenson2008-08-061-6/+8
* 25345, 25347: neaten interface from main shell to zlePeter Stephenson2008-07-311-6/+13
* following discussion, change fc error messagePeter Stephenson2008-07-271-1/+2
* 25338: disallow usage of current history line in fcPeter Stephenson2008-07-251-0/+14
* 25272: add zshaddhistory hookPeter Stephenson2008-07-171-2/+2
* Mikael: 25143: spelling correctionsPeter Stephenson2008-06-101-1/+2