aboutsummaryrefslogtreecommitdiffstats
path: root/tests/stdio_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve fmemopen tests.Josh Gao2017-01-111-1/+3
* Fix instances of '#if __LP64__'.Josh Gao2016-09-151-2/+2
* Fix sscanf/wcstod parsing of NaNs.Elliott Hughes2016-09-071-43/+146
* Fortify vsnprintf in more cases.Elliott Hughes2016-08-101-0/+31
* Reimplement remove(3) without the lstat(2).Elliott Hughes2016-08-051-0/+22
* More stdio one-liners.Elliott Hughes2016-08-011-32/+34
* Add ctermid.Elliott Hughes2016-06-091-0/+8
* Add a test for a possible overflow in *printf.Elliott Hughes2016-02-051-0/+15
* Add a test for snprintf on a PTHREAD_STACK_MIN-sized stack.Elliott Hughes2016-02-051-0/+19
* Add fopen64/freopen64/tmpfile64 aliases.Elliott Hughes2016-02-031-0/+14
* Expose ftello64.Elliott Hughes2016-02-021-0/+1
* Fix a sign extension bug in stdio.Elliott Hughes2016-01-261-4/+9
* Implement funopen64.Elliott Hughes2016-01-261-0/+35
* Support _FILE_OFFSET_BITS=64 for most of <stdio.h>.Elliott Hughes2016-01-261-4/+91
* Add another stdio test.Elliott Hughes2016-01-221-0/+28
* Simplify fseek/ftell.Elliott Hughes2016-01-211-0/+25
* Make FILE*s less usable after fclose(3).Elliott Hughes2016-01-191-0/+14
* Add method to run fortified versions of funcs.Christopher Ferris2016-01-131-49/+55
* Fix stdio read after EOF behavior.Elliott Hughes2015-10-091-0/+36
* Add a test for getdelim(3) on a directory.Elliott Hughes2015-04-051-0/+9
* Fix fread returning bad data.Christopher Ferris2015-02-271-0/+38
* Fix optimized fread.Elliott Hughes2015-01-241-1/+55
* Fix the stdio.fread_EOF test.Elliott Hughes2015-01-221-7/+8
* Fix fread_EOF test name.Elliott Hughes2015-01-221-1/+1
* Optimized fread.Elliott Hughes2015-01-201-0/+22
* Fix nan output in the printf family.Elliott Hughes2014-12-201-16/+60
* Avoid pathological behavior in OpenBSD's fread.Elliott Hughes2014-12-021-0/+31
* implement missing seekdir and telldirYabin Cui2014-11-071-1/+1
* Ensure we initialize stdin/stdout/stderr's recursive mutexes.Elliott Hughes2014-11-031-0/+17
* CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps.Elliott Hughes2014-09-231-0/+40
* call uselocale() before freelocale() to make sure that g_local_key has a vali...Wally Yau2014-08-271-1/+2
* Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream.Elliott Hughes2014-08-201-0/+79
* Proper MB_CUR_MAX.Dan Albert2014-07-301-0/+5
* Remove declaration for putw(3)/getw(3).Dan Albert2014-06-111-4/+0
* Fix the printf family for non-ASCII.Elliott Hughes2014-06-051-0/+19
* Fix dprintf test.Christopher Ferris2014-05-291-8/+7
* Add dprintf testCalin Juravle2014-05-221-0/+19
* Document a known test issue in stdio_test.cpp.Calin Juravle2014-05-151-3/+5
* Add tests for fprintf behavior when the underlying fd is bad.Elliott Hughes2014-05-141-0/+23
* Add a unit test for already-fixed printf -0.0 formatting.Elliott Hughes2014-05-141-0/+7
* Consistently use #if defined(__BIONIC__) in tests.Elliott Hughes2014-05-131-7/+7
* Add fpos_t tests.Calin Juravle2014-05-131-0/+127
* Fix use-after-free errors in stdio_test.Elliott Hughes2014-05-121-10/+6
* Merge "Disable %n in printf and vfwprintf."Elliott Hughes2014-05-051-4/+9
|\
| * Disable %n in printf and vfwprintf.Elliott Hughes2014-05-051-4/+9
* | Switch to current upstream OpenBSD wsetup.c.Elliott Hughes2014-05-051-0/+42
|/
* Upgrade to current vfprintf.Elliott Hughes2014-04-171-10/+31
* Switch to gdtoa.Elliott Hughes2014-04-161-4/+14
* Extra tests for printf of NaN and Inf.Elliott Hughes2014-04-141-0/+19
* Fix the printf issue for 64 bits. The following case:Alexander Ivchenko2014-04-021-0/+3