about summary refs log tree commit diff
path: root/Src/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-58/+113
* 20572: Allow alternative signal namesPeter Stephenson2004-11-221-6/+12
* Use the new gettempfile() function.Wayne Davison2004-10-211-6/+4
* - Fixed an unsafe use of gettempname().Wayne Davison2004-10-181-3/+5
* 20412, tweaked: Make test builtin more POSIX compatiblePeter Stephenson2004-10-051-1/+1
* - Call saveandpophiststack() with its new writeflags arg.Wayne Davison2004-10-011-3/+6
* Use convbase() instead of a "%d" format to convert a zlong.Wayne Davison2004-10-011-3/+5
* 20331: Use internal zlong variables for consistencyPeter Stephenson2004-09-091-10/+15
* 20320: rewrite of 20318, for sanity.Bart Schaefer2004-09-081-12/+9
* 20318: Fix xtrace output bug introduced by 20308.Bart Schaefer2004-09-041-4/+5
* 20308: add EVAL_LINENO optionPeter Stephenson2004-09-031-3/+18
* 20141: Crash restoring exported special parametersPeter Stephenson2004-07-071-18/+11
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-23/+23
* - Added the -a option to "fc" and "history".Wayne Davison2004-05-211-4/+5
* - Added the -p (push) and -P (pop) options to the "fc" builtin.Wayne Davison2004-05-201-4/+42
* 19810: ksh autoloadingPeter Stephenson2004-04-231-8/+6
* 19801: implement autoloading of trap functionsPeter Stephenson2004-04-201-3/+21
* 19767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle2004-04-201-7/+9
* 19767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle2004-04-201-1/+8
* Peter Castro: Cygwin improvements for dynamic libraries, text/binary, pathsPeter Stephenson2004-04-061-0/+10
* 19140: release process group on exit if acquiredPeter Stephenson2004-03-161-0/+3
* 19549: correct buffer size for printf specOliver Kiddle2004-03-071-1/+1
* 19361: Memory leaksPeter Stephenson2004-01-121-0/+8
* Changed bin_eval() to default lastval to 0, just in case we have anWayne Davison2004-01-051-0/+1
* 19242: Make job table dynamically reallocatable.Peter Stephenson2003-11-131-2/+2
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-4/+4
* Fix the old-style typeset -T (without the new separator arg).Wayne Davison2003-09-251-1/+1
* 19129: extra argument to typeset -T gives character for joining arrayPeter Stephenson2003-09-241-9/+32
* 19059: add -v, -V and -p flags required by POSIX to the command builtinOliver Kiddle2003-09-111-2/+15
* 19014: add alias -s suf=handlerPeter Stephenson2003-09-031-21/+51
* 18836: read with metafied delimiter didn't work.Peter Stephenson2003-07-091-1/+2
* 18578: 18559 caused typeset failuresPeter Stephenson2003-05-241-3/+3
* 18530: print option states with `set -o' or `set +o'Oliver Kiddle2003-05-151-2/+2
* 18435: unsetting readonly returned status 0Peter Stephenson2003-04-041-2/+4
* Prevent "print -m" from crashing (complains about missing pattern).Wayne Davison2003-03-281-1/+5
* 18392: read with -p and -t and no coprocess crashed.Peter Stephenson2003-03-261-1/+2
* 18242: add -d option to read for specifying delimiter to terminate inputOliver Kiddle2003-02-171-10/+29
* 18223: satisfy POSIX requirement for a -v flag to unsetOliver Kiddle2003-02-131-1/+1
* 18204: KSH_ARRAYSPeter Stephenson2003-02-071-19/+28
* 18195: Timeouts for read builtin.Peter Stephenson2003-02-051-10/+24
* 18013: Handle test of (( float == 0.0)) properlyPeter Stephenson2002-12-181-3/+4
* 17996: better formatting for print -CPeter Stephenson2002-12-111-15/+43
* 17940: Add -C and -a options to print builtinPeter Stephenson2002-11-201-16/+58
* - Save off the raw start-time of the $SECONDS special variable if we'reWayne Davison2002-10-311-2/+8
* 17872: Fix `typeset SECONDS' when creating local parameterPeter Stephenson2002-10-291-3/+22
* 17868: Allow $SECONDS to become floating point.Peter Stephenson2002-10-291-9/+39
* 17794: fix bugs with tied parametersOliver Kiddle2002-10-101-0/+5
* 17692: Prevent typeset of a positional parameter before it can do damage,Bart Schaefer2002-09-191-2/+5
* 17678: ignore initial `--' argument to printf to satisfy POSIXOliver Kiddle2002-09-161-3/+7
* 17608: comment on use and abuse of BINF_SKIPINVALIDPeter Stephenson2002-09-031-1/+9