about summary refs log tree commit diff
path: root/Src/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* users/12325: implement OSI rules for test & [, add more doc warningsPeter Stephenson2007-12-121-0/+15
* 24210: set -o should abort on failurePeter Stephenson2007-12-111-4/+6
* 24068: attempt to make `printf "%g\n" -0 output "-0"Peter Stephenson2007-11-061-3/+19
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-1/+1
* 23488: tidy up module interface and documentationPeter Stephenson2007-05-291-1/+1
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-6/+25
* 23444: handle multibyte characters in print -c/-CPeter Stephenson2007-05-201-9/+55
* 23164: Silence popd when PUSHD_SILENT is set.Felix Rosencrantz2007-02-111-3/+4
* 23152: make ztrcmp() respect MULTIBYTEPeter Stephenson2007-02-061-10/+10
* 23118: improve sorting to make it work with localesPeter Stephenson2007-01-211-25/+10
* 23098: printf multibyte character widthsPeter Stephenson2007-01-091-12/+66
* 23088: printf formats and arguments need different octal escape sequencesPeter Stephenson2007-01-041-2/+2
* unposted: improve CUTBUFFER and killring documentationPeter Stephenson2006-12-101-20/+24
* 22997: fix ${...?...} exit and trapsPeter Stephenson2006-11-111-0/+5