index
:
grovel
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
multibyte
/
mbrtowc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Setup stub unit test infrastructure
EuAndreh
2024-01-05
1
-0
/
+8
*
mbrtowc: Fix wrong return value when n > UINT_MAX
Alexey Izbyshev
2023-05-26
1
-1
/
+1
*
remove comments on copyright status from UTF-8 implementation files
Rich Felker
2016-06-21
1
-6
/
+0
*
byte-based C locale, phase 1: multibyte character handling functions
Rich Felker
2015-06-16
1
-0
/
+2
*
fix aliasing violations in mbtowc and mbrtowc
Rich Felker
2014-07-01
1
-1
/
+2
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
1
-3
/
+0
*
mbrtowc: do not leave mbstate_t in permanent-fail state after EILSEQ
Rich Felker
2013-04-08
1
-1
/
+1
*
optimize mbrtowc
Rich Felker
2013-04-08
1
-3
/
+2
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-1
/
+1
*
fix all implicit conversion between signed/unsigned pointers
Rich Felker
2011-03-25
1
-1
/
+1
*
cleanup multibyte stuff to remove ugly casts, sanitize the ptr align casts
Rich Felker
2011-02-13
1
-4
/
+4
*
initial check-in, version 0.5.0
Rich Felker
2011-02-12
1
-0
/
+58