musl/src
Rich Felker 8a2d871987 add cp437 and cp850 to available iconv conversions
perhaps some additional legacy DOS-era codepages would also be useful
to have, but these are the ones for which there has been demand. the
size of the diff is due to the fact that legacychars.h is updated in
such a way that new characters are inserted into the table in unicode
codepoint order; thus other mappings in codepages.h have changed to
reflect the new table indices of their characters.
2014-05-13 19:24:48 -04:00
..
aio support configurable page size on mips, powerpc and microblaze 2013-09-15 02:00:32 +00:00
complex complex: add C11 CMPLX macros and replace cpack with them 2012-11-13 01:31:49 +01:00
conf add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions to sysconf 2014-04-15 18:45:21 -04:00
crypt add legacy functions setkey() and encrypt() 2014-02-05 11:09:53 -05:00
ctype include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
dirent fix readdir not to set ENOENT when directory is removed while reading 2014-02-25 13:05:38 -05:00
env make __init_libc static for non-shared libc 2014-04-21 20:10:08 -04:00
errno always initialize thread pointer at program start 2014-03-24 16:57:11 -04:00
exit include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
fcntl in fcntl, use unsigned long instead of long for variadic argument type 2014-03-07 23:56:48 -05:00
fenv add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 2014-02-27 23:18:42 -05:00
internal make socketcall types common as they are same for all architectures 2014-04-17 14:53:27 -04:00
ipc semctl: fix UB causing crashes on powerpc 2014-03-13 20:52:34 +01:00
ldso add options when explicitly invoking dynamic loader 2014-04-16 12:45:36 -04:00
legacy include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
linux add namespace-protected name for sysinfo function 2014-04-15 18:16:37 -04:00
locale add cp437 and cp850 to available iconv conversions 2014-05-13 19:24:48 -04:00
malloc avoid malloc failure for small requests when brk can't be extended 2014-04-02 17:57:15 -04:00
math math: fix aliasing violation in long double wrappers 2014-04-11 18:07:08 +02:00
misc add getauxval function 2014-04-07 02:46:15 -04:00
mman include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
mq use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
multibyte include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
network add fallback emulation for accept4 on old kernels 2014-02-21 22:25:26 -05:00
passwd include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
prng fix initstate to make the state buffer usable in setstate 2014-01-21 02:01:35 +01:00
process expose public execvpe interface 2014-04-20 00:26:55 -04:00
regex include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
sched remove useless __yield alias for sched_yield 2014-05-04 13:15:27 -04:00
search remove struct elem entirely from hsearch.c 2014-04-02 18:49:24 -04:00
select remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG 2013-03-26 23:07:31 -04:00
setjmp add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 2014-02-27 23:18:42 -05:00
signal add __sigsetjmp ABI-compat alias for sigsetjmp 2014-04-02 19:32:57 -04:00
stat fix failure of fchmod, fstat, fchdir, and fchown to produce EBADF 2013-12-19 14:24:55 -05:00
stdio fix printf rounding with %g for some corner case midpoints 2014-04-07 13:50:05 -04:00
stdlib include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
string fix false negatives with periodic needles in strstr, wcsstr, and memmem 2014-04-18 17:38:35 -04:00
temp include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
termios include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
thread fix deadlock race in pthread_once 2014-04-15 20:42:39 -04:00
time fix strftime %s not to zero pad with default width=2 2014-05-08 19:04:48 +02:00
unistd rename superh port to "sh" for consistency 2014-02-27 22:03:25 -05:00