summaryrefslogtreecommitdiff
path: root/Src/builtin.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-58/+113
2004-11-2220572: Allow alternative signal namesPeter Stephenson1-6/+12
2004-10-21Use the new gettempfile() function.Wayne Davison1-6/+4
2004-10-18- Fixed an unsafe use of gettempname().Wayne Davison1-3/+5
2004-10-0520412, tweaked: Make test builtin more POSIX compatiblePeter Stephenson1-1/+1
2004-10-01- Call saveandpophiststack() with its new writeflags arg.Wayne Davison1-3/+6
2004-10-01Use convbase() instead of a "%d" format to convert a zlong.Wayne Davison1-3/+5
2004-09-0920331: Use internal zlong variables for consistencyPeter Stephenson1-10/+15
2004-09-0820320: rewrite of 20318, for sanity.Bart Schaefer1-12/+9
2004-09-0420318: Fix xtrace output bug introduced by 20308.Bart Schaefer1-4/+5
2004-09-0320308: add EVAL_LINENO optionPeter Stephenson1-3/+18
2004-07-0720141: Crash restoring exported special parametersPeter Stephenson1-18/+11
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-23/+23
2004-05-21- Added the -a option to "fc" and "history".Wayne Davison1-4/+5
2004-05-20- Added the -p (push) and -P (pop) options to the "fc" builtin.Wayne Davison1-4/+42
2004-04-2319810: ksh autoloadingPeter Stephenson1-8/+6
2004-04-2019801: implement autoloading of trap functionsPeter Stephenson1-3/+21
2004-04-2019767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle1-7/+9
2004-04-2019767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle1-1/+8
2004-04-06Peter Castro: Cygwin improvements for dynamic libraries, text/binary, pathsPeter Stephenson1-0/+10
2004-03-1619140: release process group on exit if acquiredPeter Stephenson1-0/+3
2004-03-0719549: correct buffer size for printf specOliver Kiddle1-1/+1
2004-01-1219361: Memory leaksPeter Stephenson1-0/+8
2004-01-05Changed bin_eval() to default lastval to 0, just in case we have anWayne Davison1-0/+1
2003-11-1319242: Make job table dynamically reallocatable.Peter Stephenson1-2/+2
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-4/+4
2003-09-25Fix the old-style typeset -T (without the new separator arg).Wayne Davison1-1/+1
2003-09-2419129: extra argument to typeset -T gives character for joining arrayPeter Stephenson1-9/+32
2003-09-1119059: add -v, -V and -p flags required by POSIX to the command builtinOliver Kiddle1-2/+15
2003-09-0319014: add alias -s suf=handlerPeter Stephenson1-21/+51
2003-07-0918836: read with metafied delimiter didn't work.Peter Stephenson1-1/+2
2003-05-2418578: 18559 caused typeset failuresPeter Stephenson1-3/+3
2003-05-1518530: print option states with `set -o' or `set +o'Oliver Kiddle1-2/+2
2003-04-0418435: unsetting readonly returned status 0Peter Stephenson1-2/+4
2003-03-28Prevent "print -m" from crashing (complains about missing pattern).Wayne Davison1-1/+5
2003-03-2618392: read with -p and -t and no coprocess crashed.Peter Stephenson1-1/+2
2003-02-1718242: add -d option to read for specifying delimiter to terminate inputOliver Kiddle1-10/+29
2003-02-1318223: satisfy POSIX requirement for a -v flag to unsetOliver Kiddle1-1/+1
2003-02-0718204: KSH_ARRAYSPeter Stephenson1-19/+28
2003-02-0518195: Timeouts for read builtin.Peter Stephenson1-10/+24
2002-12-1818013: Handle test of (( float == 0.0)) properlyPeter Stephenson1-3/+4
2002-12-1117996: better formatting for print -CPeter Stephenson1-15/+43
2002-11-2017940: Add -C and -a options to print builtinPeter Stephenson1-16/+58
2002-10-31- Save off the raw start-time of the $SECONDS special variable if we'reWayne Davison1-2/+8
2002-10-2917872: Fix `typeset SECONDS' when creating local parameterPeter Stephenson1-3/+22
2002-10-2917868: Allow $SECONDS to become floating point.Peter Stephenson1-9/+39
2002-10-1017794: fix bugs with tied parametersOliver Kiddle1-0/+5
2002-09-1917692: Prevent typeset of a positional parameter before it can do damage,Bart Schaefer1-2/+5
2002-09-1617678: ignore initial `--' argument to printf to satisfy POSIXOliver Kiddle1-3/+7
2002-09-0317608: comment on use and abuse of BINF_SKIPINVALIDPeter Stephenson1-1/+9