about summary refs log tree commit diff
path: root/Src/builtin.c
Commit message (Collapse)AuthorAgeFilesLines
* 23488: tidy up module interface and documentationPeter Stephenson2007-05-291-1/+1
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-6/+25
|
* 23444: handle multibyte characters in print -c/-CPeter Stephenson2007-05-201-9/+55
|
* 23164: Silence popd when PUSHD_SILENT is set.Felix Rosencrantz2007-02-111-3/+4
|
* 23152: make ztrcmp() respect MULTIBYTEPeter Stephenson2007-02-061-10/+10
| | | | make sorting of printed hash tables more consistent
* 23118: improve sorting to make it work with localesPeter Stephenson2007-01-211-25/+10
|
* 23098: printf multibyte character widthsPeter Stephenson2007-01-091-12/+66
|
* 23088: printf formats and arguments need different octal escape sequencesPeter Stephenson2007-01-041-2/+2
|
* unposted: improve CUTBUFFER and killring documentationPeter Stephenson2006-12-101-20/+24
| | | | 23044: print -c and print -C didn't handle unmetafied input
* 22997: fix ${...?...} exit and trapsPeter Stephenson2006-11-111-0/+5
|
* 22992: make $? available in exit traps/hooksPeter Stephenson2006-11-101-0/+1
| | | | 22993: slightly more effective _make variable fix
* 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
| | | | 22980: add hook array for special functions
* 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
| | | | plus completion bug fix with RCQUOTES
* 22742: parameter padding uses string lengths unless (m) flag setPeter Stephenson2006-09-201-1/+1
| | | | 22743: restrict sh "- [args]" -> "-xv [-- args]" hack to sh mode
* 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
| | | | | POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names.
* 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
| | | | unposted: add styles to pick-web-browser
* 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
| | | | | 22277, 22281, tweaks: standardize behaviour of wait builtin with trapped signals
* users/9638: tweaks for FCEDIT etc.Peter Stephenson2005-11-071-0/+2
| | | | 21986: rewrite completion suffixes for wide characters
* 21890: fix segmentation error in left prompt truncation and a couple of minorPeter Stephenson2005-10-191-4/+4
| | | | inconsistencies
* 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 ↵Peter Stephenson2005-09-091-3/+3
| | | | invalid characters or EOF
* 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
| | | | for unknown signal names when using "trap -".
* Fixed a recently-introduced bug where printf %b with an empty argWayne Davison2005-08-081-1/+1
| | | | would output a single space instead of nothing.
* Silenced a compiler warning about a variable that might be usedWayne Davison2005-08-011-1/+1
| | | | unassigned.
* 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
| | | | output at the \c). (Based on a patch by Thorsten Dahlheimer.)
* 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
| | | | "trap" reports alias names.
* 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
| | | | (now traplists); improve trap tests
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-1/+1
| | | | unposted: update version to 4.2.3-dev-1
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-58/+113
| | | | Separate justification width of parameters from base/precision.
* 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
| | | | - Call gettempname() with its new args.