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
*
fix aliasing violations in mbtowc and mbrtowc
Rich Felker
2014-07-01
2
-2
/
+4
*
fix incorrect end pointer in some cases when wcsrtombs stops early
Rich Felker
2014-06-02
1
-7
/
+15
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
13
-51
/
+3
*
fix buffer overflow in mbsrtowcs
Rich Felker
2013-09-27
1
-1
/
+1
*
fix failure of mbsrtowcs to record stop position when dest is full
Rich Felker
2013-06-29
1
-1
/
+4
*
mbrtowc: do not leave mbstate_t in permanent-fail state after EILSEQ
Rich Felker
2013-04-08
1
-1
/
+1
*
implement mbtowc directly, not as a wrapper for mbrtowc
Rich Felker
2013-04-08
1
-5
/
+39
*
optimize mbrtowc
Rich Felker
2013-04-08
1
-3
/
+2
*
fix out-of-bounds access in UTF-8 decoding
Rich Felker
2013-04-08
1
-1
/
+1
*
cleanup wcstombs
Rich Felker
2013-04-04
1
-12
/
+1
*
cleanup mbstowcs wrapper
Rich Felker
2013-04-04
1
-10
/
+0
*
minor optimization to mbstowcs
Rich Felker
2013-04-04
1
-2
/
+1
*
fix incorrect range checks in wcsrtombs
Rich Felker
2013-04-04
1
-3
/
+3
*
overhaul mbsrtowcs
Rich Felker
2013-04-04
1
-69
/
+64
*
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