simplify some logic in scanf and remove redundant invalid-format check
[musl] / include /
2012-11-18 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-18 rofl0rfcntl.h: O_SEARCH was missing for powerpc
2012-11-18 Rich Felkeradd cleaned-up sys/mtio.h
2012-11-17 Rich Felkeradd stub versions of some missing optional pthread...
2012-11-16 Rich Felkerdisable SO_REUSEPORT in sys/socket.h
2012-11-15 Rich FelkerMerge remote-tracking branch 'nsz/math'
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-13 Szabolcs Nagycomplex: add C11 CMPLX macros and replace cpack with...
2012-11-11 Rich Felkerreport support of TPS option in unistd.h and sysconf
2012-11-11 Rich Felkeradd support for thread scheduling (POSIX TPS option)
2012-11-05 Rich Felkerfix numerous mips abi constant definition mismatches
2012-11-04 Rich Felkermips cache flush/ctl syscall support and header
2012-11-01 Rich Felkeravoid breakage if somebody wrongly defines empty featur...
2012-11-01 Rich Felkeradd dl_iterate_phdr interface
2012-10-21 Rich Felkerfix issues with wait constants in stdlib.h
2012-10-21 nszcomplex: make _Complex_I work with gcc -std=c99 -pedant...
2012-10-17 Rich Felkerassert() is supposed to have type void
2012-10-16 Rich Felkeradd memmem function (gnu extension)
2012-10-16 Rich Felkermicroblaze TLS relocation support, completely untested
2012-10-01 Rich Felkeradd getopt reset support
2012-09-30 Rich Felkerdefine some _POSIX_* macros that were omitted; required...
2012-09-29 Rich Felkeralways expose accept4
2012-09-29 Rich Felkeralways expose dup3 and pipe2
2012-09-29 Rich Felkermicroblaze port
2012-09-21 Rich FelkerLFS64 alias for prlimit
2012-09-17 Rich Felkeradd clock_adjtime, remap_file_pages, and syncfs syscall...
2012-09-16 Rich Felkerfix stupid bug in updating of O_ACCMODE for O_SEARCH...
2012-09-14 Rich Felkerstrsep is BSD|GNU, not GNU-only; it's originally from BSD
2012-09-14 Rich Felkeradd O_PATH/O_SEARCH support to fcntl.h
2012-09-09 Rich Felkeradd setdomainname syscall, fix getdomainname (previousl...
2012-09-09 Rich Felkermincore syscall wrapper
2012-09-09 Rich Felkerfix up lfs64 junk for preadv/pwritev
2012-09-09 Rich Felkeradd preadv/pwritev syscall wrappers
2012-09-09 Rich Felkerfix typo introduced in poll.h
2012-09-09 Rich Felkeradd linux ppoll syscall wrapper
2012-09-09 Rich Felkersyscall organization overhaul
2012-09-09 Rich Felkeradd acct, accept4, setns, and dup3 syscalls (linux...
2012-09-08 Rich Felkeradd IPPROTO_HOPOPTS to in.h
2012-09-08 Rich Felkeradd IPPROTO_MAX to in.h
2012-09-08 Rich Felkerfix redundant _Noreturn def in err.h
2012-09-08 Rich Felkerremove all remaining redundant __restrict/__inline...
2012-09-08 Rich Felkersysmacros major/minor: result should have type unsigned...
2012-09-08 Rich Felkeradd linux tee syscall
2012-09-08 Rich Felkeradd linux sync_file_range syscall
2012-09-08 Rich Felkeradd linux readahead syscall
2012-09-08 Rich Felkeradd fallocate (nonstandardized) function
2012-09-08 Rich Felkeradd timerfd interfaces (untested)
2012-09-08 Rich Felkeradd stdnoreturn.h (C11)
2012-09-08 Rich FelkerTCP_* is in the reserved namespace for tcp.h; make...
2012-09-08 Rich Felkerremove unneeded judgemental commentary from ftw.h
2012-09-08 Rich Felkerdefault features: make musl usable without feature...
2012-09-07 Rich Felkerprovide loff_t for splice syscall
2012-09-07 Rich Felkerfurther use of _Noreturn, for non-plain-C functions
2012-09-07 Rich Felkeradd _Noreturn function attribute, with fallback for...
2012-09-07 Rich Felkerdladdr should be available under _BSD_SOURCE as well...
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-09-02 Rich Felkeravoid "inline" in public headers for strict c89 compati...
2012-09-01 Rich Felkerfix wrong type for poll.h nfds_t
2012-08-27 Rich Felkerdladdr support for dynamic linker (nonstandard extension)
2012-08-26 Rich Felkerimplement "low hanging fruit" from C11
2012-08-26 Rich Felkeradd c11 quick_exit and at_quick_exit functions
2012-08-24 Rich Felkertype exposure fixes in sys/sem.h
2012-08-24 Rich Felkerstdio_ext.h needs to include stdio.h, at least to get...
2012-08-24 Rich Felkerfix missing uintXX_t in nameser.h
2012-08-24 Rich Felkerfix dirent.h with _BSD_SOURCE
2012-08-15 Rich Felkerimprove headers to better deal with removed-in-posix...
2012-08-15 Rich Felkeradd missing xattr functions
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/bsd'
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-13 nszmath: fix _BSD_SOURCE namespace in math.h bsd
2012-08-13 Rich Felkerremove significandl
2012-08-13 Rich Felkeradd significand[fl] math functions
2012-08-13 Rich Felkerpublicly expose getdents api under _BSD_SOURCE
2012-08-11 Rich Felkeradd bsd fgetln function
2012-08-05 Rich Felkerfix socket.h on mips
2012-07-23 Rich Felkeradd ioperm/iopl syscalls
2012-07-23 Rich Felkeradd splice and vmsplice syscalls
2012-07-23 Rich Felkeradd extended attributes syscalls
2012-07-23 Rich Felkeradd pipe2 syscall
2012-07-22 Rich Felkerfix namespace issue in prototypes in math.h
2012-07-22 Rich Felkerfix wrong size for sigjmp_buf signal set array
2012-07-19 Rich Felkerfix typo in aio.h
2012-07-13 Rich Felkerworkaround another sendmsg kernel bug on 64-bit machines
2012-07-12 Rich Felkerfix redef of sigprocmask constants on mips
2012-07-12 Rich Felkermore mips bits-header fixes
2012-07-04 Rich Felkeradd prototypes for getw/putw
2012-07-04 Rich Felkerjmp_buf overhaul fixing several issues
2012-06-29 Rich Felkerreplace old and ugly crypt implementation
2012-06-24 Rich Felkeradd process_vm_readv and process_vm_writev syscall...
2012-06-21 Rich Felkerproper error handling for fcntl F_GETOWN on modern...
2012-06-19 Rich Felkerinclude declarations for new stdio_ext functions (gnuli...
2012-06-16 Rich Felkerheader file fixes: multiple include guard consistency...
2012-06-13 Rich Felkerrevert one change in time.h; no evidence BSD_SOURCE...
2012-06-13 Rich Felkerfix feature test macros in time.h
2012-06-13 Rich Felkeradd timegm function (inverse of gmtime), nonstandard
2012-06-13 Rich Felkeradd (currently stubbed due to stubbed strverscmp) versi...
2012-06-08 Rich Felkerfix signedness errors in stdint.h constant macros
2012-06-08 Rich Felkerfix sysinfo, try 2. it seems to work this time.
2012-06-08 Rich Felkersysinfo struct was utter nonsense; no idea where it...
2012-06-04 Rich Felker_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE
next