summaryrefslogtreecommitdiff
path: root/Src/builtin.c
AgeCommit message (Collapse)AuthorFilesLines
2009-02-1126546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson1-6/+28
environments, plus documentation
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
25759: fix dynamic named directory crash, static named directory consistency
2008-09-23Rocky Bernstein: 25727: allow fc non-interactivelyPeter Stephenson1-0/+2
Add sanity test for empty history
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
try to fix oddities with funcstack and sourced files, simplify use of caller element of funcstack
2008-08-3125568: Frank Terbeck & pws: invalid continue and break argumentsPeter Stephenson1-0/+5
also tests for control commands
2008-08-0725415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson1-2/+4
Reuse ERR_EXIT in DEBUG traps. Clean up trapreturn code.
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
25144: report supported bases 25139: fix number
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
slightly improve test for overwriting with combining characters.
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
use in _canonical_paths add 4.3.6 release note with this and other stuff
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
input modes are set before attempting a read-poll. Also display any prompt before read-polling. Unposted: remove trailing whitespace from all lines that had it.
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
make sorting of printed hash tables more consistent
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
23044: print -c and print -C didn't handle unmetafied input