musl
2013-06-28 Rich Felkerfix breakage in last commit to strftime due to missing...
2013-06-28 Rich Felkerimplement week numbers and half of the week-based-year...
2013-06-28 Rich Felkerminor compatibility fixes in utmp.h and fixing mismatch...
2013-06-27 Rich Felkerdisallow creation of objects larger than PTRDIFF_MAX...
2013-06-27 Rich Felkerfix syscall argument bug in pthread_getschedparam
2013-06-27 Rich Felkerfix temp file leak in sem_open on successful creation...
2013-06-27 Rich Felkerfix bug whereby sem_open leaked its own internal slots...
2013-06-27 Rich Felkerin sem_open, don't leak vm mapping if fstat fails
2013-06-27 Rich Felkerfix failure of pthread_setschedparam to pass correct...
2013-06-26 Rich Felkerdocument in sysconf and unistd.h that per-thread cpu...
2013-06-26 Rich Felkerfix iconv conversion to legacy 8bit codepages
2013-06-26 Rich Felkerremove useless conditional before free from dynamic...
2013-06-26 Rich Felkerfix dynamic linker handling of empty path file or error...
2013-06-26 Rich Felkerrespect iso c namespace in stdio.h and wchar.h regardin...
2013-06-26 Rich Felkermake newline-delimited dynamic linker path file actuall...
2013-06-26 Rich Felkerimplement inet_lnaof, inet_netof, and inet_makeaddr
2013-06-26 Rich Felkeradd ether_aton[_r] and ether_ntoa[_r] functions
2013-06-22 Rich Felkerfix scanf %c conversion wrongly storing a terminating...
2013-06-22 Rich Felkerfix major scanf breakage with unbuffered streams, fmemo...
2013-06-16 Rich Felkerfix invalid access in aio notification
2013-06-16 Rich Felkerfix uninitialized variable in lio (aio) code
2013-06-12 Rich Felkerimprove the quality of output from rand_r
2013-06-08 Rich Felkeradd clock id macros for a number of new(ish) Linux...
2013-06-08 Rich Felkerfix the type of CLOCKS_PER_SEC to match new clock_t...
2013-06-08 Rich Felkersupport cputime clocks for processes/threads other...
2013-06-08 Szabolcs Nagyprng: make rand_r have 2^32 period instead of 2^31
2013-06-08 Szabolcs Nagyprng: fix rand() to give good sequence with small state
2013-06-07 Rich Felkerfix mixup in previous change to gcc wrapper
2013-06-07 Rich Felkermake gcc-specific headers (intrinsics, etc.) available...
2013-06-07 Rich Felkerimprove handling of nonstandard fields in struct tm
2013-06-06 Rich Felkerimplement 'm' modifier for wide scanf variants
2013-06-05 Rich Felkerimplement the 'm' (malloc) modifier for scanf
2013-06-05 Rich Felkerrefactor wide-char scanf string handling
2013-06-04 Rich Felkersimplify some logic in scanf and remove redundant inval...
2013-06-04 Rich Felkerrefactor scanf core to use common code path for all...
2013-06-03 Rich Felkeralign stack properly for calling global ctors/dtors...
2013-06-03 Rich Felkerensure that thread dtv pointer is never null to optimiz...
2013-05-26 Rich FelkerMerge remote-tracking branch 'nsz/review'
2013-05-26 Szabolcs Nagyfix the prototype of settimeofday to follow the origina...
2013-05-26 Szabolcs Nagyfix ioctl _IOR, _IOW, etc macros to avoid signed overfl...
2013-05-26 Szabolcs Nagyon x86_64 use long instead of long long for 64bit posix...
2013-05-24 Rich Felkerchange underlying type of clock_t to be uniform and...
2013-05-23 Rich Felkerfix overflow behavior of clock() function
2013-05-19 Szabolcs Nagymath: add fma TODO comments about the underflow issue
2013-05-19 Szabolcs Nagymath: fix two fma issues (only affects non-nearest...
2013-05-18 Rich FelkerMerge remote-tracking branch 'nsz/review'
2013-05-18 Szabolcs Nagymath: sin cos cleanup
2013-05-18 Rich Felkermake err.h functions print __progname
2013-05-18 Szabolcs Nagymath: tan cleanups
2013-05-17 Rich Felkeradd FLT_TRUE_MIN, etc. macros from C11
2013-05-17 Rich Felkerremove the __STDC_FORMAT_MACROS nonsense from inttypes.h
2013-05-16 Rich Felkerfix mknod and mknodat to accept large dev_t values
2013-05-15 Szabolcs Nagymath: use double_t for temporaries to avoid stores...
2013-05-15 Rich Felkersupport full range of dev_t major/minor numbers in...
2013-05-06 Szabolcs Nagyremove compound literals from math.h to please c++
2013-05-05 Rich Felkerfix incorrect clock tick scaling in fallback case of...
2013-05-05 Rich Felkerdo not interpret errors in return value of times()...
2013-04-26 Rich Felkertransition to using functions for internal signal block...
2013-04-26 Rich Felkeroptimize/debloat raise
2013-04-26 Rich Felkerprevent code from running under a thread id which alrea...
2013-04-26 Rich Felkersynccall signal handler need not handle dead threads...
2013-04-26 Rich Felkerfix clobbering of signal mask when creating thread...
2013-04-26 Rich Felkermake last thread's pthread_exit give exit(0) a consiste...
2013-04-26 Rich Felkeruse atomic decrement rather than cas in pthread_exit...
2013-04-26 Rich Felkeradd comments on some of the pthread_exit logic
2013-04-26 Rich Felkeralways block signals in pthread_exit before decrementin...
2013-04-26 Rich Felkerremove explicit locking to prevent __synccall setuid...
2013-04-23 Rich Felkerremove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS...
2013-04-22 Rich Felkerfix reversed argument order x86_64 sigsetjmp's call...
2013-04-20 Rich Felkercomment potentially-confusing use of struct crypt_data...
2013-04-20 Rich Felkermention bits headers in another part of copyright file
2013-04-20 Rich Felkerupdate copyright year
2013-04-20 Rich Felkerclarify that bits headers are included as public headers
2013-04-20 Rich Felkermake dynamic linker accept : or \n as path separator
2013-04-14 Rich Felkerrelease notes for 0.9.10
2013-04-11 Rich Felkermake ifaddrs.h expose sys/socket.h
2013-04-09 rofl0rgetifaddrs: implement proper ipv6 netmasks
2013-04-09 Rich Felkermbrtowc: do not leave mbstate_t in permanent-fail state...
2013-04-09 Rich Felkerimplement mbtowc directly, not as a wrapper for mbrtowc
2013-04-09 Rich Felkeroptimize mbrtowc
2013-04-09 Rich Felkerfix out-of-bounds access in UTF-8 decoding
2013-04-08 Rich Felkerfix signalfd not to ignore flags
2013-04-06 Rich Felkersilence nonsensical warnings in timer_create
2013-04-06 Rich Felkeradd support for program_invocation[_short]_name
2013-04-06 Rich Felkerfix argument omission in ABI-compat weak_alias for...
2013-04-06 Isaac DunhamAdd ABI compatability aliases.
2013-04-06 Rich Felkerfix type error in pthread_create, introduced with pthre...
2013-04-05 rofl0rgetifaddrs: remove unused label
2013-04-05 rofl0rgetifaddrs: use if_nameindex to enumerate interfaces
2013-04-05 rofl0rgetifaddrs: one less indent level
2013-04-05 rofl0rgetifaddrs: less malloc
2013-04-05 rofl0rinclude/ifaddrs.h: add prototypes for get/freeifaddrs
2013-04-05 rofl0radd getifaddrs
2013-04-05 rofl0rnet/if.h: add some missing IFF_ constants
2013-04-05 Rich Felkeradd prototype for dn_skipname
2013-04-05 Rich Felkerimplement dn_skipname (legacy resolver function)
2013-04-05 rofl0radd arpa/tftp.h
2013-04-05 Rich Felkerfix type issues in stdint.h so underlying types of...
2013-04-04 Rich Felkereliminate bits/wchar.h
2013-04-04 Rich Felkereliminate gcc dependency for testing char signedness...
next