fix integer overflow in WIFSTOPPED macro
[musl] / src / stdio / __toread.c
2018-09-16 Rich Felkerfix null pointer subtraction and comparison in stdio
2018-09-12 Rich Felkerhide purely dependency-triggering functions in stdio...
2018-09-12 Rich Felkermove __stdio_exit_needed to stdio_impl.h
2016-03-29 Rich Felkerfix undefined pointer comparison in stdio-internal...
2015-05-29 Rich Felkerfix failure of ungetc and ungetwc to work on files...
2014-07-17 Rich Felkersimplify __stdio_exit static linking logic
2012-07-03 Rich Felkerfix missing function declarations for __stdio_exit
2012-06-19 Rich Felkerstdio: handle file position correctly at program exit
2011-03-28 Rich Felkermajor stdio overhaul, using readv/writev, plus other...