about summary refs log tree commit diff
path: root/Src/builtin.c
Commit message (Expand)AuthorAgeFilesLines
...
* 22992: make $? available in exit traps/hooksPeter Stephenson2006-11-101-0/+1
* 22984: add zshexit hookPeter Stephenson2006-11-091-0/+1
* 22983: exit could loop for everPeter Stephenson2006-11-081-0/+11
* 22981: Zvi Har'el: bad call from 22952Peter Stephenson2006-11-081-10/+3
* 22968: fix metafication for print -z and print -sPeter Stephenson2006-11-051-0/+16
* 22819: improved internal use of string quotation,Peter Stephenson2006-10-051-1/+2
* 22742: parameter padding uses string lengths unless (m) flag setPeter Stephenson2006-09-201-1/+1
* 22685: make printf "%d" \"X handle multibyte charactersPeter Stephenson2006-09-101-3/+18
* 22684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson2006-09-101-5/+12
* 22556: Multibyte separators and delimitersPeter Stephenson2006-07-241-11/+253
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-101-3/+1
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-120/+118
* 22416, tweaked: math functions via shell functionsPeter Stephenson2006-04-191-2/+174
* 22337: debugging code omitted from 22331Peter Stephenson2006-03-081-1/+1
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-95/+95
* 22321: optimize 22318.Bart Schaefer2006-03-061-3/+6
* 22318: uniquifying special arrays was brokenPeter Stephenson2006-03-031-1/+2
* 22317: exit status from code backgrounded in functionPeter Stephenson2006-03-021-1/+4
* 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