about summary refs log tree commit diff
path: root/Src/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* users/9638: tweaks for FCEDIT etc.Peter Stephenson2005-11-071-0/+2
* 21890: fix segmentation error in left prompt truncation and a couple of minorPeter Stephenson2005-10-191-4/+4
* 21730: fix metafication of nicechar and pwdPeter Stephenson2005-09-171-1/+1
* adapted from 21719: add some mod_exportsPeter Stephenson2005-09-091-1/+1
* 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on i...Peter Stephenson2005-09-091-3/+3
* Make printf %s handle an embedded null (21579).Wayne Davison2005-08-101-7/+10
* 21581: Thorsten Dahlheimer: Src/builtin.c: fixed error outputWayne Davison2005-08-091-5/+12
* Fixed a recently-introduced bug where printf %b with an empty argWayne Davison2005-08-081-1/+1
* Silenced a compiler warning about a variable that might be usedWayne Davison2005-08-011-1/+1
* 21552: Thorsten Dahlheimer: various fixes to print builtinPeter Stephenson2005-08-011-31/+40
* Fixed bin_print() to handle \c escapes as per POSIX (truncating theWayne Davison2005-07-261-5/+16
* 21352: Harald van Dijk: handle null after % in printf format specifierOliver Kiddle2005-06-171-1/+1
* unposted: need const for result of getsigname()Peter Stephenson2005-06-011-1/+1
* 21296: Add ERR alias for ZERR where possible.Peter Stephenson2005-06-011-3/+15
* Fix handling of metafied characters in trailing whitespace on readPeter Stephenson2005-04-251-2/+11
* 20955: "unset foo" should return status 0 if foo was not setPeter Stephenson2005-03-091-1/+5
* fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson2005-02-061-6/+4
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-1/+1
* 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