summaryrefslogtreecommitdiff
path: root/Src/builtin.c
AgeCommit message (Collapse)AuthorFilesLines
2002-02-22Improved the output of the "history" command with a 1-line history buffer,Wayne Davison1-10/+15
and also improved the error handling of explicitly-specified first/last values.
2002-02-2016619, 16676: add -c, -l and -p options to the dirs builtinOliver Kiddle1-21/+28
2002-02-12Silenced a compiler warning.Wayne Davison1-1/+1
2002-02-0416556: No error on `print >&-'.Bart Schaefer1-10/+17
2002-01-2716503: warn on fclose or fflush errors in bin_print.Clint Adams1-76/+84
2002-01-2616435: Fix core dump in `hash'.Bart Schaefer1-1/+1
2001-12-18unposted: back out idiotic patchClint Adams1-1/+1
2001-12-18unposted: initialize save to NULL to avoid compiler warning.Clint Adams1-1/+1
2001-11-0916228: allow widths and precisions to work with printf's %b format specifierOliver Kiddle1-19/+27
2001-10-23zero %n value when reusing printf format (16122)Oliver Kiddle1-1/+2
2001-10-18allow arguments to be specified in printf format specifications (16080)Oliver Kiddle1-37/+97
2001-10-16fix return code and tests of printf and comment above bslashquote func (16064)Oliver Kiddle1-2/+12
2001-10-15use arithmetic evaluation for numeric arguments to printf (16042)Oliver Kiddle1-52/+77
2001-10-08add print -f option, %n format specifier and tests for print/printf (15973)Oliver Kiddle1-81/+90
2001-10-0815931: EXIT traps from exit in subshell; 15965: glob -> zglobPeter Stephenson1-1/+5
2001-10-05add printf builtin (15851, 15948)Oliver Kiddle1-0/+174
2001-09-24* Src/builtin.c, Src/exec.c: Unwind function calls before exitingPeter Stephenson1-9/+29
shell from exit command to allow EXIT traps to run.
2001-09-18Further modify the "fc -l" code to tolerate out-of range values.Wayne Davison1-9/+6
2001-09-13+ Changed fclist() to not not transform "fc -l 0 0" into "fc -l 1 1".Wayne Davison1-3/+3
+ Changed fcgetcomm() to handle new error return from addhistnum().
2001-08-13Fix and regression tests for crash on typeset of local array elements.Bart Schaefer1-2/+17
2001-07-0915334: use string "(eval)" as script name in debugging messages in eval'sPeter Stephenson1-0/+6
2001-07-0915327: always use local LINENOs in parse_string().Peter Stephenson1-2/+2
2001-07-08Fix infinite loop on `r OLD=NEW' when OLD is the empty string.Bart Schaefer1-0/+4
2001-06-14$* and $@ are specialPeter Stephenson1-1/+8
2001-05-1514348: fix globalexport with typeset -gPeter Stephenson1-1/+1
2001-04-21More parameter/subscript cleanup.Bart Schaefer1-3/+32
2001-04-20Parameter repairs, mostly for subscripting.Bart Schaefer1-11/+6
2001-03-29disallow changing of parameter typePeter Stephenson1-4/+10
for autoloadable parameter (bug 219459 on Sourceforge).
2001-02-1413478: whence shouldn't segfault on an empty path componentClint Adams1-4/+4
2001-01-2613389: normalize path in cd_do_chdir on Cygwin to get rid of DOS namesAndrey Borzenkov1-6/+23
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky1-18/+108
signal handlers are only executed when it is safe to run them (13365)
2000-12-0313215: echotc, echoti, terminfoClint Adams1-71/+0
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-5/+7
pws: 13109, 13111: clear up zle display when output produced in trap.
2000-10-02Change some zerr to zwarn for consistency.Bart Schaefer1-4/+3
2000-09-1912847: dynamically allocate buf and z in bin_whence()Clint Adams1-8/+6
2000-09-1812823: use zsh heap in lieu of perm. heap in bin_dotClint Adams1-4/+4
2000-09-1712821: bin_dot is now independent of PATH_MAXClint Adams1-9/+8
2000-09-17"typeset +m ..." and "typeset +g -m ..."Bart Schaefer1-2/+11
2000-09-1412804: Fix "typeset -m".Bart Schaefer1-0/+1
2000-08-0812561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,Peter Stephenson1-1/+1
Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules done internally via `zmodload -[AR]'
2000-07-2812411, 12419: Andrej: environment handling with fewer assumptionsPeter Stephenson1-2/+0
2000-07-19Removed call to remhist().Wayne Davison1-2/+0
2000-07-18Changed several references to curhist into curline.histnum so thatWayne Davison1-5/+7
they would work right even if we didn't store the current command in the history.
2000-06-26unposted: move poll_readPeter Stephenson1-89/+1
2000-06-2612073: read -t to test for available input before readingPeter Stephenson1-8/+116
2000-06-2312044: read -A bugPeter Stephenson1-1/+10
2000-06-2212040: typeset -r bugPeter Stephenson1-1/+2
2000-06-1211867: restrict typeset -H applicationPeter Stephenson1-1/+1
2000-06-0911838: typeset -HPeter Stephenson1-7/+7
2000-06-05some more memory leak fixes (11745)Sven Wischnowsky1-1/+1