refactor wide-char scanf string handling
[musl] / src /
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 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-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-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-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-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 Felkermake dynamic linker accept : or \n as path separator
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 rofl0radd getifaddrs
2013-04-05 Rich Felkerimplement dn_skipname (legacy resolver function)
2013-04-04 Rich Felkeradd put*ent functions for passwd/group files and simila...
2013-04-04 Rich Felkercleanup wcstombs
2013-04-04 Rich Felkercleanup mbstowcs wrapper
2013-04-04 Rich Felkerminor optimization to mbstowcs
2013-04-04 Rich Felkerfix incorrect range checks in wcsrtombs
2013-04-04 Rich Felkeroverhaul mbsrtowcs
2013-04-02 rofl0r__time_to_tm: initialize tm_zone and tm_gmtoff
2013-04-01 Rich Felkerfix typo in setpriority syscall wrapper
2013-04-01 Rich Felkerimplement pthread_getattr_np
2013-03-27 Rich Felkerremove __SYSCALL_SSLEN arch macro in favor of using...
2013-03-27 Rich Felkerprovide emulation of fcntl F_DUPFD_CLOEXEC on old kernels
2013-03-25 Rich Felkerin pipe2, use pipe() rather than __syscall(SYS_pipe...
2013-03-25 Rich Felkerrewrite popen to use posix_spawn instead of fragile...
2013-03-25 Rich Felkerremove cruft from pre-posix_spawn version of the system...
2013-03-23 Rich Felkerfix multiple bugs in syslog interfaces
2013-03-05 Rich Felkerfix types for wctype_t and wctrans_t
2013-02-26 Rich Felkerfix integer type issue in strverscmp
2013-02-26 Rich Felkerimplement non-stub strverscmp
2013-02-22 Rich Felkerreplace stub with working strcasestr
2013-02-22 Rich Felkerfix wrong return value from wmemmove on forward copies
2013-02-21 Rich Felkeruse memcmp instead of str[n]cmp for temp function XXXXX...
2013-02-21 Rich Felkerfix error cases in mkostemps core
2013-02-21 Rich Felkerremove leftover unused variable in mktemp after refactoring
2013-02-21 Rich Felkeradd mkostemp, mkstemps, and mkostemps functions and...
2013-02-17 Rich Felkerremove unused #undef environ now that libc.h no longer...
2013-02-17 Rich Felkerconsistently use the internal name __environ for environ
2013-02-17 Rich Felkeradd fgetgrent function
2013-02-07 Rich Felkerfix typo in newly-added error message for EOWNERDEAD
2013-02-07 Rich Felkerimprove error strings
2013-02-03 Rich Felkerbase system() on posix_spawn
2013-02-03 Rich Felkerfix unsigned comparison bug in posix_spawn
2013-02-03 Rich Felkeroverhaul posix_spawn to use CLONE_VM instead of vfork
2013-02-03 Rich Felkerstreamline old-kernel fallback path of pipe2 to use...
2013-02-02 Rich Felkerdynamically allocate storage for gethostby* buffers
2013-02-02 Rich Felkerfix blank ai_canonname from getaddrinfo for non-CNAMEs
2013-02-02 Rich Felkerfix memory leak due to double call to getaddrinfo in...
2013-02-02 Rich Felkerfix error returns in gethostby*_r functions
2013-02-02 Rich Felkerfix uninitialized map_len being used in munmap failure...
2013-02-02 Rich Felkerfix stale locks left behind when pthread_create fails
2013-02-02 Rich Felkerif pthread_create fails, it must not attempt mmap if...
2013-02-02 Rich Felkerpthread stack treatment overhaul for application-provid...
2013-02-02 rofl0rmake some arrays const
2013-02-01 Rich Felkerreplace __wake function with macro that performs direct...
2013-02-01 Rich Felkerfix up minor misplacement of restrict keyword in spawna...
2013-02-01 Rich Felkerrevert regex "cleanup" that seems unjustified and may...
2013-01-26 Rich Felkerfix tm_to_time logic for number of days in november
2013-01-24 Rich Felkeradd support for RTLD_NOLOAD to dlopen
2013-01-24 Rich Felkerfix regression in dlsym: rejection of special RTLD_...
2013-01-16 Rich Felkerfix warning building dynlink.c stub for static libc
2013-01-16 Rich Felkerfix bug in dladdr that prevented resolving addresses...
2013-01-15 Szabolcs Nagyremove unused "params" related code from regex
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-13 Szabolcs Nagyregex: remove an unused local variable from regexec
next