aboutsummaryrefslogtreecommitdiff
path: root/tests/stdio_test.cpp
AgeCommit message (Expand)Author
2018-09-06Use strerror_r(3) for the printf family %m.Elliott Hughes
2018-08-30Add the %m GNU extension to printf/wprintf.Elliott Hughes
2018-08-23Fix uses of readlink in tests.Christopher Ferris
2018-08-22Test that /dev/stdin, /dev/stdout, and /dev/stderr are all present.Elliott Hughes
2018-08-02Modernize codebase by replacing NULL with nullptrYi Kong
2018-07-19Introduce api to track fd ownership in libc.Josh Gao
2018-07-11Reimplement popen(3)/pclose(3).Elliott Hughes
2018-03-07Call __fortify_fatal if printf sees %n.Elliott Hughes
2018-01-19Support %mc/%ms/%m[ in sscanf.Elliott Hughes
2017-12-15A few more trivial tests.Elliott Hughes
2017-12-12More scanf cleanup.Elliott Hughes
2017-12-07Add sscanf %[ tests and fix the bug that fell out.Elliott Hughes
2017-11-07Allow 32-bit fseeko/fseeko64 SEEK_CUR/SEEK_SET to exceed 2 GiBRyan Prichard
2017-11-02More printf de-duplication.Elliott Hughes
2017-11-01Start de-duplicating the regular and wide printf implementations.Elliott Hughes
2017-10-31More missing _unlocked <stdio.h> functions.Elliott Hughes
2017-08-09Expand swprintf tests.Dan Albert
2017-07-31Clean up some <stdio.h> constants.Elliott Hughes
2017-07-25Use O_APPEND for stdio append mode.Elliott Hughes
2017-07-24Replace fmemopen.Elliott Hughes
2017-01-11Improve fmemopen tests.Josh Gao
2016-09-15Fix instances of '#if __LP64__'.Josh Gao
2016-09-07Fix sscanf/wcstod parsing of NaNs.Elliott Hughes
2016-08-10Fortify vsnprintf in more cases.Elliott Hughes
2016-08-05Reimplement remove(3) without the lstat(2).Elliott Hughes
2016-08-01More stdio one-liners.Elliott Hughes
2016-06-09Add ctermid.Elliott Hughes
2016-02-05Add a test for a possible overflow in *printf.Elliott Hughes
2016-02-05Add a test for snprintf on a PTHREAD_STACK_MIN-sized stack.Elliott Hughes
2016-02-03Add fopen64/freopen64/tmpfile64 aliases.Elliott Hughes
2016-02-02Expose ftello64.Elliott Hughes
2016-01-26Fix a sign extension bug in stdio.Elliott Hughes
2016-01-26Implement funopen64.Elliott Hughes
2016-01-26Support _FILE_OFFSET_BITS=64 for most of <stdio.h>.Elliott Hughes
2016-01-22Add another stdio test.Elliott Hughes
2016-01-21Simplify fseek/ftell.Elliott Hughes
2016-01-19Make FILE*s less usable after fclose(3).Elliott Hughes
2016-01-13Add method to run fortified versions of funcs.Christopher Ferris
2015-10-09Fix stdio read after EOF behavior.Elliott Hughes
2015-04-05Add a test for getdelim(3) on a directory.Elliott Hughes
2015-02-27Fix fread returning bad data.Christopher Ferris
2015-01-24Fix optimized fread.Elliott Hughes
2015-01-22Fix the stdio.fread_EOF test.Elliott Hughes
2015-01-22Fix fread_EOF test name.Elliott Hughes
2015-01-20Optimized fread.Elliott Hughes
2014-12-20Fix nan output in the printf family.Elliott Hughes
2014-12-02Avoid pathological behavior in OpenBSD's fread.Elliott Hughes
2014-11-07implement missing seekdir and telldirYabin Cui
2014-11-03Ensure we initialize stdin/stdout/stderr's recursive mutexes.Elliott Hughes
2014-09-23CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps.Elliott Hughes