summaryrefslogtreecommitdiff
path: root/Src/builtin.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-08unposted: tweak 30949 to fix buffer pointerBart Schaefer1-2/+1
2013-01-0630949: restore "read -q" behavior lost by 27188Bart Schaefer1-0/+3
2012-11-0830786: do not enter interactive history editing or command execution ifBart Schaefer1-0/+6
"fc" is called from a ZLE widget.
2012-10-1130726: make shell options passed to emulate stick along with the emulationPeter Stephenson1-10/+40
2012-10-09fix trivial typo with "functions +T"Peter Stephenson1-1/+1
2012-10-0730722: fix some cases where emulations or options were not propagated properlyPeter Stephenson1-11/+20
from the emulate command
2012-10-0730718: emulate command evaluations should apply sticky emulationPeter Stephenson1-2/+1
to autoloads, too
2012-09-2130692: allow autoload +X -m to workPeter Stephenson1-2/+2
change to _path_files to make it load in that fashion
2012-09-08users/17236: r and other fc output didn't metafy when listing to a filePeter Stephenson1-2/+6
other than stdout
2012-08-2130633: "functions -T" only traces marked function, not called functionsPeter Stephenson1-2/+6
2012-08-1630169: repeat "typeset -T" with same two first arguments is not an errorPeter Stephenson1-1/+14
2012-07-15Bart: 30560: unset ordinary array element by setting to nullPeter Stephenson1-0/+28
2012-06-3030540: typeset flag handling with SECONDSBart Schaefer1-2/+3
2012-05-0830469: Src/builtin.c: allow reverse listing of history usingPeter Stephenson1-5/+5
fc -r, but don't allow reverse execution of commands at all.
2012-03-0730320: "emulate" accepts invocation-time flags; other small doc tweaks.Bart Schaefer1-25/+32
2012-02-0530127: forbid fc from executing history lines in reversePeter Stephenson1-0/+6
2011-08-2929744: don't mess up non '-A' cases in read -E fixPeter Stephenson1-1/+8
2011-08-2829731: fix read -AE, test that and read -AePeter Stephenson1-2/+2
2011-06-0329413: "print -S" for saving to history with lexical word splitPeter Stephenson1-12/+32
2011-05-0929165: use term.h globally if needed at all.Peter Stephenson1-1/+1
2011-04-11users/15953: handle EINTR when using read -k or -q with -u or -pPeter Stephenson1-3/+10
2011-03-0428853: Fix typo: preceed -> precedeFrank Terbeck1-1/+1
2011-03-0128823: make it an error to tie the same scalar to two different arraysBart Schaefer1-2/+7
2011-02-2228791: exit on errors with special builtins with POSIXBUILTINSPeter Stephenson1-2/+8
2011-01-0728590: make read return status non-zero on errorPeter Stephenson1-1/+6
2010-10-1528345: make ${(D)...} return a fully usable command line argumentPeter Stephenson1-0/+1
2010-09-1928268: I/O to a terminated (or never created) coprocess emits aBart Schaefer1-2/+18
"no coprocess" diagnostic, instead of either nothing or "bad file number".
2010-06-0828006: make zgetcwd() fall back to pwd,Peter Stephenson1-0/+2
only use "." if setting pwd
2010-05-2727965, 27966: Improve ${(q)...}: newline appears as $'\n;,Peter Stephenson1-1/+1
2010-05-1227951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson1-2/+2
2010-02-1927723: eval shouldn't modify non-zero return statusesPeter Stephenson1-1/+1
2010-02-0727675: Michael Hwang: fix crash in hash builtinPeter Stephenson1-1/+0
2010-02-0327648, 267650/1, unposted README change:Peter Stephenson1-0/+11
Turn off repeat and turn on ulimit in emulation modes
2010-01-29users/14752: add #! line to zedPeter Stephenson1-1/+2
allow script run with -i to exit on return
2009-11-0627357: fix compiler warnings in attr modulePeter Stephenson1-2/+4
27358: fix error if $0 altered in sourced file
2009-09-0227240: fix fix for lexing in test builtinPeter Stephenson1-1/+3
2009-07-2427188: improve read -q by using read -k codePeter Stephenson1-61/+27
2009-07-2127181: extend POSIX_CD to handle target directory printing behaviourPeter Stephenson1-4/+15
2009-07-1927167: add POSIX_CD option to test "." after CDPATHPeter Stephenson1-5/+23
2009-07-15Eric Blake: 27151: cd handling with initial // for CygwinPeter Stephenson1-6/+8
2009-07-0227087: change return codes from failed "."Peter Stephenson1-1/+1
2009-07-0127083: non-zero status on failures to find or execute file in "."Peter Stephenson1-6/+8
2009-07-0127079: save lexical context in test builtinPeter Stephenson1-0/+2
2009-05-2026975: compilation issues in bin_print()Peter Stephenson1-4/+9
2009-05-1226957: Fix some memory problems with read builtinPeter Stephenson1-8/+13
unposted: fix a WARN_CREATE_GLOBAL warning
2009-05-0726954: read should pass through invalid multibyte charactersPeter Stephenson1-1/+5
2009-03-25Michael Hwang: 26776: improved column alignment with print -c -PPeter Stephenson1-0/+17
2009-03-1526735: Check some function return values for failures. Gets rid ofWayne Davison1-6/+6
some compiler warnings, and improves error handling/notification.
2009-03-0226614 + 26615: history -t <fmt> plus ztrftime "-" format modifierPeter Stephenson1-19/+25
2009-02-25c.f. 26586: rename yylex to zshlex and yytext to zshlextextPeter Stephenson1-1/+1