dns response handling: ignore presence of wrong-type RRs
[musl] / src / internal / stdio_impl.h
2020-04-17 Rich Felkermove __string_read into vsscanf source file
2018-10-18 Rich Felkeradjust types in FILE struct to make line buffering...
2018-10-18 Rich Felkeroptimize internal putc_unlocked macro used in putc
2018-10-18 Rich Felkerfix wrong result for putc variants due to operator...
2018-10-16 Rich Felkermove stdio locking MAYBE_WAITERS definition to stdio_impl.h
2018-09-16 Rich Felkerfix null pointer subtraction and comparison in stdio
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerdeclare and make hidden additional internal stdio symbols
2018-09-12 Rich Felkerapply hidden visibility to stdio internals
2018-09-12 Rich Felkerdeclare __getopt_msg in stdio_impl.h
2018-09-12 Rich Felkermove __stdio_exit_needed to stdio_impl.h
2018-09-12 Rich Felkermake internal declarations for flockfile tracking funct...
2018-02-24 Rich Felkeruse idiomatic safe form for FUNLOCK macro
2016-02-11 Rich Felkerfix line-buffered flush omission for odd usage of putc...
2015-06-16 Rich Felkerrefactor stdio open file list handling, move it out...
2015-06-16 Rich Felkerbyte-based C locale, phase 2: stdio and iconv (multibyt...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2014-08-24 Rich Felkerfix false ownership of stdio FILEs due to tid reuse
2014-02-07 Rich Felkerfix ftello result for append streams with unflushed...
2013-07-22 Rich Felkerrefactor headers, especially alltypes.h, and improve...
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-08 Rich Felkerclean up stdio_impl.h
2012-11-02 Rich Felkerfix more unused variable warnings
2012-10-25 Rich Felkeruse explicit visibility to optimize a few hot-path...
2012-10-25 Rich Felkergreatly improve freopen behavior
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-11 Rich Felkeradd bsd fgetln function
2012-06-19 Rich Felkerremove flush hook cruft that was never used from stdio
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2012-04-16 Rich Felkernew scanf implementation and corresponding integer...
2012-04-11 Rich FelkerMerge remote branch 'nsz/master'
2012-04-11 Rich Felkeradd "scan helper getc" and rework strtod, etc. to use it
2011-07-30 Rich Felkeradd proper fuxed-based locking for stdio
2011-04-17 Rich Felkerclean up handling of thread/nothread mode, locking
2011-03-28 Rich Felkermajor stdio overhaul, using readv/writev, plus other...
2011-03-25 Rich Felkersimplify and optimize FILE lock handling
2011-03-18 Rich Felkerimplement [v]swprintf
2011-03-13 Rich Felkerimplement flockfile api, rework stdio locking
2011-02-12 Rich Felkerinitial check-in, version 0.5.0