summaryrefslogtreecommitdiff
path: root/Src/builtin.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-21Silence a compiler warning.Wayne Davison1-1/+1
2008-01-10users/12412: check for extra arguments in test and [Peter Stephenson1-2/+7
2007-12-1724275: fixes for multibyte characters on SolarisPeter Stephenson1-3/+7
2007-12-12users/12325: implement OSI rules for test & [, add more doc warningsPeter Stephenson1-0/+15
2007-12-1124210: set -o should abort on failurePeter Stephenson1-4/+6
2007-11-0624068: attempt to make `printf "%g\n" -0 output "-0"Peter Stephenson1-3/+19
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-1/+1
2007-05-2923488: tidy up module interface and documentationPeter Stephenson1-1/+1
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-6/+25
2007-05-2023444: handle multibyte characters in print -c/-CPeter Stephenson1-9/+55
2007-02-1123164: Silence popd when PUSHD_SILENT is set.Felix Rosencrantz1-3/+4
2007-02-0623152: make ztrcmp() respect MULTIBYTEPeter Stephenson1-10/+10
2007-01-2123118: improve sorting to make it work with localesPeter Stephenson1-25/+10
2007-01-0923098: printf multibyte character widthsPeter Stephenson1-12/+66
2007-01-0423088: printf formats and arguments need different octal escape sequencesPeter Stephenson1-2/+2
2006-12-10unposted: improve CUTBUFFER and killring documentationPeter Stephenson1-20/+24
2006-11-1122997: fix ${...?...} exit and trapsPeter Stephenson1-0/+5
2006-11-1022992: make $? available in exit traps/hooksPeter Stephenson1-0/+1
2006-11-0922984: add zshexit hookPeter Stephenson1-0/+1
2006-11-0822983: exit could loop for everPeter Stephenson1-0/+11
2006-11-0822981: Zvi Har'el: bad call from 22952Peter Stephenson1-10/+3
2006-11-0522968: fix metafication for print -z and print -sPeter Stephenson1-0/+16
2006-10-0522819: improved internal use of string quotation,Peter Stephenson1-1/+2