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
Age
Commit message (
Expand
)
Author
Lines
2017-12-18
fix iconv output of surrogate pairs in ucs2
Rich Felker
-1
/
+1
2017-12-18
add support for BOM-determined-endian UCS2, UTF-16, and UTF-32 to iconv
Rich Felker
-3
/
+40
2017-12-18
add cp866 (dos cyrillic) to iconv
Rich Felker
-0
/
+12
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-12-15
fix endian errors in netinet/icmp6.h due to failure to include endian.h
Rich Felker
-0
/
+1
2017-12-14
fix endian errors in arpa/nameser.h due to failure to include endian.h
Jo-Philipp Wich
-0
/
+1
2017-12-14
remove unused explicit dependency rules for crti/crtn
Nicholas Wilson
-4
/
+0
2017-12-14
use the name UTC instead of GMT for UTC timezone
Natanael Copa
-12
/
+12
2017-12-14
fix sysconf for infinite rlimits
Natanael Copa
-0
/
+2
2017-12-14
fix x32 unistd macros to report as ILP32 not LP64
Nicholas Wilson
-2
/
+2
2017-12-14
fix data race in at_quick_exit
Rich Felker
-3
/
+4
2017-12-12
add ibm1047 codepage (ebcdic representation of latin1) to iconv
Rich Felker
-0
/
+20
2017-12-11
implement strftime padding specifier extensions
Timo Teräs
-8
/
+14
2017-12-06
adjust fopencookie structure tag for ABI-compat
Rich Felker
-1
/
+1
2017-12-06
implement the fopencookie extension to stdio
William Pitcock
-0
/
+152