Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 23488: tidy up module interface and documentation | Peter Stephenson | 2007-05-29 | 1 | -1/+1 |
| | |||||
* | see 23479: add initial features support for modules | Peter Stephenson | 2007-05-28 | 1 | -6/+25 |
| | |||||
* | 23444: handle multibyte characters in print -c/-C | Peter Stephenson | 2007-05-20 | 1 | -9/+55 |
| | |||||
* | 23164: Silence popd when PUSHD_SILENT is set. | Felix Rosencrantz | 2007-02-11 | 1 | -3/+4 |
| | |||||
* | 23152: make ztrcmp() respect MULTIBYTE | Peter Stephenson | 2007-02-06 | 1 | -10/+10 |
| | | | | make sorting of printed hash tables more consistent | ||||
* | 23118: improve sorting to make it work with locales | Peter Stephenson | 2007-01-21 | 1 | -25/+10 |
| | |||||
* | 23098: printf multibyte character widths | Peter Stephenson | 2007-01-09 | 1 | -12/+66 |
| | |||||
* | 23088: printf formats and arguments need different octal escape sequences | Peter Stephenson | 2007-01-04 | 1 | -2/+2 |
| | |||||
* | unposted: improve CUTBUFFER and killring documentation | Peter Stephenson | 2006-12-10 | 1 | -20/+24 |
| | | | | 23044: print -c and print -C didn't handle unmetafied input | ||||
* | 22997: fix ${...?...} exit and traps | Peter Stephenson | 2006-11-11 | 1 | -0/+5 |
| | |||||
* | 22992: make $? available in exit traps/hooks | Peter Stephenson | 2006-11-10 | 1 | -0/+1 |
| | | | | 22993: slightly more effective _make variable fix | ||||
* | 22984: add zshexit hook | Peter Stephenson | 2006-11-09 | 1 | -0/+1 |
| | |||||
* | 22983: exit could loop for ever | Peter Stephenson | 2006-11-08 | 1 | -0/+11 |
| | |||||
* | 22981: Zvi Har'el: bad call from 22952 | Peter Stephenson | 2006-11-08 | 1 | -10/+3 |
| | | | | 22980: add hook array for special functions | ||||
* | 22968: fix metafication for print -z and print -s | Peter Stephenson | 2006-11-05 | 1 | -0/+16 |
| | |||||
* | 22819: improved internal use of string quotation, | Peter Stephenson | 2006-10-05 | 1 | -1/+2 |
| | | | | plus completion bug fix with RCQUOTES | ||||
* | 22742: parameter padding uses string lengths unless (m) flag set | Peter Stephenson | 2006-09-20 | 1 | -1/+1 |
| | | | | 22743: restrict sh "- [args]" -> "-xv [-- args]" hack to sh mode | ||||
* | 22685: make printf "%d" \"X handle multibyte characters | Peter Stephenson | 2006-09-10 | 1 | -3/+18 |
| | |||||
* | 22684: improve getkeystring() interface and make printf do octal escapes | Peter Stephenson | 2006-09-10 | 1 | -5/+12 |
| | |||||
* | 22556: Multibyte separators and delimiters | Peter Stephenson | 2006-07-24 | 1 | -11/+253 |
| | |||||
* | 22544: Improve use of ztype tests for multibyte characters. Add | Peter Stephenson | 2006-07-10 | 1 | -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 handling | Peter Stephenson | 2006-05-30 | 1 | -120/+118 |
| | |||||
* | 22416, tweaked: math functions via shell functions | Peter Stephenson | 2006-04-19 | 1 | -2/+174 |
| | | | | unposted: add styles to pick-web-browser | ||||
* | 22337: debugging code omitted from 22331 | Peter Stephenson | 2006-03-08 | 1 | -1/+1 |
| | |||||
* | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 2006-03-07 | 1 | -95/+95 |
| | |||||
* | 22321: optimize 22318. | Bart Schaefer | 2006-03-06 | 1 | -3/+6 |
| | |||||
* | 22318: uniquifying special arrays was broken | Peter Stephenson | 2006-03-03 | 1 | -1/+2 |
| | |||||
* | 22317: exit status from code backgrounded in function | Peter Stephenson | 2006-03-02 | 1 | -1/+4 |
| | | | | | 22277, 22281, tweaks: standardize behaviour of wait builtin with trapped signals | ||||
* | users/9638: tweaks for FCEDIT etc. | Peter Stephenson | 2005-11-07 | 1 | -0/+2 |
| | | | | 21986: rewrite completion suffixes for wide characters | ||||
* | 21890: fix segmentation error in left prompt truncation and a couple of minor | Peter Stephenson | 2005-10-19 | 1 | -4/+4 |
| | | | | inconsistencies | ||||
* | 21730: fix metafication of nicechar and pwd | Peter Stephenson | 2005-09-17 | 1 | -1/+1 |
| | |||||
* | adapted from 21719: add some mod_exports | Peter Stephenson | 2005-09-09 | 1 | -1/+1 |
| | |||||
* | 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on ↵ | Peter Stephenson | 2005-09-09 | 1 | -3/+3 |
| | | | | invalid characters or EOF | ||||
* | Make printf %s handle an embedded null (21579). | Wayne Davison | 2005-08-10 | 1 | -7/+10 |
| | |||||
* | 21581: Thorsten Dahlheimer: Src/builtin.c: fixed error output | Wayne Davison | 2005-08-09 | 1 | -5/+12 |
| | | | | for unknown signal names when using "trap -". | ||||
* | Fixed a recently-introduced bug where printf %b with an empty arg | Wayne Davison | 2005-08-08 | 1 | -1/+1 |
| | | | | would output a single space instead of nothing. | ||||
* | Silenced a compiler warning about a variable that might be used | Wayne Davison | 2005-08-01 | 1 | -1/+1 |
| | | | | unassigned. | ||||
* | 21552: Thorsten Dahlheimer: various fixes to print builtin | Peter Stephenson | 2005-08-01 | 1 | -31/+40 |
| | |||||
* | Fixed bin_print() to handle \c escapes as per POSIX (truncating the | Wayne Davison | 2005-07-26 | 1 | -5/+16 |
| | | | | output at the \c). (Based on a patch by Thorsten Dahlheimer.) | ||||
* | 21352: Harald van Dijk: handle null after % in printf format specifier | Oliver Kiddle | 2005-06-17 | 1 | -1/+1 |
| | |||||
* | unposted: need const for result of getsigname() | Peter Stephenson | 2005-06-01 | 1 | -1/+1 |
| | |||||
* | 21296: Add ERR alias for ZERR where possible. | Peter Stephenson | 2005-06-01 | 1 | -3/+15 |
| | | | | "trap" reports alias names. | ||||
* | Fix handling of metafied characters in trailing whitespace on read | Peter Stephenson | 2005-04-25 | 1 | -2/+11 |
| | |||||
* | 20955: "unset foo" should return status 0 if foo was not set | Peter Stephenson | 2005-03-09 | 1 | -1/+5 |
| | |||||
* | fix autoloaded trap bug; rejig use of trapfuncs | Peter Stephenson | 2005-02-06 | 1 | -6/+4 |
| | | | | (now traplists); improve trap tests | ||||
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -1/+1 |
| | | | | unposted: update version to 4.2.3-dev-1 | ||||
* | 20605: Use separate structure with get/set/unset methods fro parameters. | Peter Stephenson | 2004-12-07 | 1 | -58/+113 |
| | | | | Separate justification width of parameters from base/precision. | ||||
* | 20572: Allow alternative signal names | Peter Stephenson | 2004-11-22 | 1 | -6/+12 |
| | |||||
* | Use the new gettempfile() function. | Wayne Davison | 2004-10-21 | 1 | -6/+4 |
| | |||||
* | - Fixed an unsafe use of gettempname(). | Wayne Davison | 2004-10-18 | 1 | -3/+5 |
| | | | | - Call gettempname() with its new args. |