index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
builtin.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
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
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
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
2006-09-20
22742: parameter padding uses string lengths unless (m) flag set
Peter Stephenson
1
-1
/
+1
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
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
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
2005-11-07
users/9638: tweaks for FCEDIT etc.
Peter Stephenson
1
-0
/
+2
2005-10-19
21890: fix segmentation error in left prompt truncation and a couple of minor
Peter Stephenson
1
-4
/
+4
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 i...
Peter Stephenson
1
-3
/
+3
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
2005-08-08
Fixed a recently-introduced bug where printf %b with an empty arg
Wayne Davison
1
-1
/
+1
2005-08-01
Silenced a compiler warning about a variable that might be used
Wayne Davison
1
-1
/
+1
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
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
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
2005-01-14
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
1
-1
/
+1
2004-12-07
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
1
-58
/
+113
2004-11-22
20572: Allow alternative signal names
Peter Stephenson
1
-6
/
+12
2004-10-21
Use the new gettempfile() function.
Wayne Davison
1
-6
/
+4
2004-10-18
- Fixed an unsafe use of gettempname().
Wayne Davison
1
-3
/
+5
2004-10-05
20412, tweaked: Make test builtin more POSIX compatible
Peter Stephenson
1
-1
/
+1
2004-10-01
- Call saveandpophiststack() with its new writeflags arg.
Wayne Davison
1
-3
/
+6
2004-10-01
Use convbase() instead of a "%d" format to convert a zlong.
Wayne Davison
1
-3
/
+5
[next]