about summary refs log tree commit diff
path: root/Src/builtin.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 25040: zpty should display context information more like evalPeter Stephenson2008-05-151-1/+1
* 25025: check radix for integer constants is between 2 and 36 inclusivePeter Stephenson2008-05-141-0/+4
* 25002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson2008-05-121-2/+4
* 24980: zmodload -mFPeter Stephenson2008-05-081-1/+1
* 24861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson2008-04-221-1/+1
* 24786: handle read -t properly in zle via getbyte()Peter Stephenson2008-04-031-18/+33
* 24768: add -q option to cd, chdir, pushd, popdPeter Stephenson2008-03-281-8/+9
* overeagnerness to spot integers in cd after - and +Peter Stephenson2008-03-021-1/+2
* zsh-users/12600: reorder handling of -s/-d/-t options so that terminalBart Schaefer2008-02-181-90/+93
* Silence a compiler warning.Wayne Davison2008-01-211-1/+1
* users/12412: check for extra arguments in test and [Peter Stephenson2008-01-101-2/+7
* 24275: fixes for multibyte characters on SolarisPeter Stephenson2007-12-171-3/+7