3668 Commits (628cf979b249fa76a80962e2eefe05073216a4db)
 

Author SHA1 Message Date
Rich Felker 628cf979b2 fix iconv output of surrogate pairs in ucs2 9 years ago
Rich Felker 95c6044e2a add support for BOM-determined-endian UCS2, UTF-16, and UTF-32 to iconv 9 years ago
Rich Felker 9d4d0ee41b add cp866 (dos cyrillic) to iconv 9 years ago
Rich Felker 54941eddfd update case mappings to unicode 10.0 9 years ago
Rich Felker c72c1c52bc update ctype tables to unicode 10.0 9 years ago
Rich Felker d3f23337ee reformat ctype tables to be diff-friendly, match tool output 9 years ago
Rich Felker d5029bb88a fix endian errors in netinet/icmp6.h due to failure to include endian.h 9 years ago
Jo-Philipp Wich 14cec8678e fix endian errors in arpa/nameser.h due to failure to include endian.h 9 years ago
Nicholas Wilson 2a831786f0 remove unused explicit dependency rules for crti/crtn 9 years ago
Natanael Copa eb7f93c4f6 use the name UTC instead of GMT for UTC timezone 9 years ago
Natanael Copa 3ec82877e7 fix sysconf for infinite rlimits 9 years ago
Nicholas Wilson 131276809f fix x32 unistd macros to report as ILP32 not LP64 9 years ago
Rich Felker 6430315683 fix data race in at_quick_exit 9 years ago
Rich Felker 01957bed1e add ibm1047 codepage (ebcdic representation of latin1) to iconv 9 years ago
Timo Teräs 8a6bd7307d implement strftime padding specifier extensions 10 years ago
Rich Felker 2488d31f5a adjust fopencookie structure tag for ABI-compat 9 years ago
William Pitcock 061843340f implement the fopencookie extension to stdio 9 years ago
Rich Felker 4000b0107d make fgetwc handling of encoding errors consistent with/without buffer 9 years ago
Rich Felker a90d9da1d1 fix treatment by fgetws of encoding errors as eof 9 years ago
Szabolcs Nagy 72656157f5 fix fgetwc when decoding a character that crosses buffer boundary 9 years ago
Rich Felker a223dbd27a add reverse iconv mappings for JIS-based encodings 9 years ago
Rich Felker 105eff9dec generalize iconv framework for 8-bit codepages 9 years ago
Rich Felker a71b46cfd2 fix malloc state corruption when ldso rejects loading a second libc 9 years ago
Rich Felker d060edf6c5 reformat cjk iconv tables to be diff-friendly, match tool output 9 years ago
Bobby Bingham c21051e90c prevent fork's errno from being clobbered by atfork handlers 9 years ago
Rich Felker a39f20bf9f add iso-2022-jp support (decoding only) to iconv 9 years ago
Rich Felker 5b546faa67 add iconv framework for decoding stateful encodings 9 years ago
Rich Felker 0df5b39a1e simplify/optimize iconv utf-8 case 9 years ago
Rich Felker 9eb6dd5165 handle ascii range individually in each iconv case 9 years ago
Rich Felker bff59d13a8 move iconv_close to its own translation unit 9 years ago
Rich Felker 79f49effa0 refactor iconv conversion descriptor encoding/decoding 9 years ago
A. Wilcox 30fdda6c99 fix getaddrinfo error code for non-numeric service with AI_NUMERICSERV 9 years ago
Rich Felker 67b2994789 fix mismatched type of __pthread_tsd_run_dtors weak definition 9 years ago
Szabolcs Nagy 13935337f3 s390x: use generic ioctl.h 9 years ago
Szabolcs Nagy 4dc44ce8e2 microblaze: add statx syscall from linux v4.13 9 years ago
Szabolcs Nagy ffd048a07b aarch64: add extra_context struct from linux v4.13 9 years ago
Szabolcs Nagy 6651ef1f06 add new tcp.h socket options from linux v4.13 9 years ago
Szabolcs Nagy 14ced22830 add new fcntl.h macros from linux v4.13 9 years ago
Szabolcs Nagy 754f66afb7 ioctl TIOCGPTPEER from linux v4.13 9 years ago
Szabolcs Nagy c35a8bf456 add SO_ getsockopt options from linux v4.13 9 years ago
Szabolcs Nagy 5daaed6a0e s390x: add syscall number for s390_guarded_storage from linux v4.12 9 years ago
Szabolcs Nagy 2dc6760f3c i386: add arch_prctl syscall number from linux v4.12 9 years ago
Szabolcs Nagy 840d45bebd aarch64: add new HWCAP_* flags from linux v4.12 9 years ago
Szabolcs Nagy 4c81122711 add ARPHDR_VSOCKMON from linux v4.12 9 years ago
Szabolcs Nagy 54f04d9991 add new SO_ socket options from linux v4.12 9 years ago
Szabolcs Nagy 9864f60e92 add statx syscall numbers from linux v4.11 9 years ago
Szabolcs Nagy c519658cea add TCP_NLA_* enums from linux v4.11 9 years ago
Szabolcs Nagy ee3ae7827b add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11 9 years ago
Szabolcs Nagy 3eb82f7338 add ETH_P_IBOE from linux v4.11 9 years ago
Szabolcs Nagy bd1560f6eb update aarch64 hwcap.h for linux v4.11 9 years ago