musl/src
nsz 6255c4c6a5 search: add comments to tsearch_avl.c 2012-05-13 01:50:53 +02:00
..
aio
complex
conf fix broken sysconf when correct value is -1 2012-04-21 11:45:07 -04:00
ctype new wcwidth implementation (fast table-based) 2012-04-24 04:23:55 -04:00
dirent ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
env fix missing static (namespace clash) 2012-05-10 21:51:36 -04:00
errno better description for errno==0 2012-04-16 18:37:53 -04:00
exit remove __lock dependency from exit 2012-05-10 22:16:15 -04:00
fcntl
fenv
internal add FORCE_EVAL macro to evaluate float expr for their side effect 2012-05-06 21:24:28 +02:00
ipc
ldso fix error reporting for dlsym with global symbols 2012-05-04 20:18:18 -04:00
linux add linux-specific unshare syscall wrapper 2012-04-29 19:54:03 -04:00
locale fix major breakage in iconv, bogus rejecting of dest charsets 2012-04-21 14:46:40 -04:00
malloc ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
math math: fix remquo.c when x==-y and a subnormal remainder bug as well 2012-05-08 00:22:56 +02:00
misc add isastream (obsolete STREAMS junk) 2012-05-06 09:03:19 -04:00
mman
mq fix longstanding missing static in mq_notify (namespace pollution) 2012-04-29 00:20:53 -04:00
multibyte fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombs 2012-05-02 13:59:48 -04:00
network
passwd
prng ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
process
regex fix error checking for \ at end of regex (this was broken previously) 2012-05-07 17:55:13 -04:00
sched avoid setting nondefault scheduler too 2012-05-03 23:19:29 -04:00
search search: add comments to tsearch_avl.c 2012-05-13 01:50:53 +02:00
select
setjmp update license of njk contributed code (x86_64 asm) 2012-05-05 00:02:04 -04:00
signal update license of njk contributed code (x86_64 asm) 2012-05-05 00:02:04 -04:00
stat
stdio fix uninitialized var in vfwprintf printing 0-prec string 2012-05-04 01:26:43 -04:00
stdlib further fixes to leading space issue (forgot the wide versions) 2012-04-19 12:56:29 -04:00
string
stub
temp
termios legacy junk compatibility grab-bag 2012-04-18 12:22:24 -04:00
thread update license of njk contributed code (x86_64 asm) 2012-05-05 00:02:04 -04:00
time ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
unistd