index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ctype
Age
Commit message (
Expand
)
Author
Lines
2017-12-18
update case mappings to unicode 10.0
Rich Felker
-2
/
+41
2017-12-18
update ctype tables to unicode 10.0
Rich Felker
-220
/
+305
2017-12-18
reformat ctype tables to be diff-friendly, match tool output
Rich Felker
-263
/
+276
2017-05-31
towupper/towlower: fast path for ascii chars
Natanael Copa
-3
/
+3
2015-06-16
byte-based C locale, phase 1: multibyte character handling functions
Rich Felker
-2
/
+3
2015-06-06
add macro version of ctype.h isascii function
Rich Felker
-0
/
+1
2014-09-05
fix case mapping for U+00DF (ß)
Rich Felker
-2
/
+1
2014-08-13
add inline isspace in ctype.h as an optimization
Szabolcs Nagy
-0
/
+1
2014-07-02
consolidate *_l ctype/wctype functions into their non-_l source files
Rich Felker
-9
/
+256
2013-12-12
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
-6
/
+3
2013-11-11
iswspace: fix handling of 0
rofl0r
-2
/
+1
2013-03-04
fix types for wctype_t and wctrans_t
Rich Felker
-4
/
+4
2013-02-02
make some arrays const
rofl0r
-4
/
+4
2012-08-02
fix argument type error on wcwidth function
Rich Felker
-2
/
+2
2012-06-20
fix broken wcwidth tables
Rich Felker
-7
/
+8
2012-06-05
fix ctype abi junk (pointer should point to 0 slot, not -128 slot)
Rich Felker
-3
/
+3
2012-06-02
add LSB abi junk for ctype functions
Rich Felker
-0
/
+104
2012-04-24
new wcwidth implementation (fast table-based)
Rich Felker
-179
/
+125
2012-04-23
sync case mappings with unicode 6.1
Rich Felker
-8
/
+30
2012-04-23
optimize iswprint
Rich Felker
-3
/
+12
2012-04-23
fix spurious punct class for some surrogate codepoints (invalid)
Rich Felker
-59
/
+56
2012-04-23
destubify iswalpha and update iswpunct to unicode 6.1
Rich Felker
-135
/
+252
2012-02-09
document iswspace and remove wrongly-included zwsp character
Rich Felker
-1
/
+5
2012-02-09
fix typo in iswspace space list table
Rich Felker
-1
/
+1
2011-02-14
more header fixes, minor warning fix
Rich Felker
-0
/
+1
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+854