index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
multibyte
Commit message (
Expand
)
Author
Age
Files
Lines
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
10
-11
/
+12
*
fix failure of mbsinit(0) (not UB; required to return nonzero)
Rich Felker
2012-05-26
1
-1
/
+1
*
fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombs
Rich Felker
2012-05-02
2
-4
/
+9
*
new attempt at working around the gcc 3 visibility bug
Rich Felker
2012-02-24
1
-0
/
+4
*
remove useless attribute visibility from definitions
Rich Felker
2012-02-24
1
-1
/
+1
*
cleanup and work around visibility bug in gcc 3 that affects x86_64
Rich Felker
2012-02-23
2
-6
/
+4
*
fix all implicit conversion between signed/unsigned pointers
Rich Felker
2011-03-25
1
-1
/
+1
*
cleanup utf-8 multibyte code, use visibility if possible
Rich Felker
2011-02-27
3
-84
/
+5
*
remove sample utf-8 code that's not part of the standard library
Rich Felker
2011-02-21
1
-47
/
+0
*
cleanup multibyte stuff to remove ugly casts, sanitize the ptr align casts
Rich Felker
2011-02-13
3
-27
/
+27
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
18
-0
/
+694