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