cosmopolitan/test/libc/stdio
Justine Tunney da36e7e256 Make major improvements to stdio
Buffering now has optimal performance, bugs have been fixed, and some
missing apis have been introduced. This implementation is also now more
production worthy since it's less brittle now in terms of system errors.
That's going to help redbean since lua i/o is all based on stdio.

See #97
2021-03-26 22:31:41 -07:00
..
dirstream_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
fgets_test.c Make %p consistent with glibc and musl 2021-03-06 14:36:44 -08:00
fgetwc_test.c Make major improvements to stdio 2021-03-26 22:31:41 -07:00
fmemopen_test.c Change license 2020-12-27 17:18:44 -08:00
fputc_test.c Make major improvements to stdio 2021-03-26 22:31:41 -07:00
fputs_test.c Make major improvements to stdio 2021-03-26 22:31:41 -07:00
freopen_test.c Fix freopen so it resets stream buffer (#61) 2021-03-07 12:12:02 -08:00
ftell_test.c Make major improvements to stdio 2021-03-26 22:31:41 -07:00
fwrite_test.c Make major improvements to stdio 2021-03-26 22:31:41 -07:00
getline_test.c Make major improvements to stdio 2021-03-26 22:31:41 -07:00
mkostempsm_test.c Fix redbean zip central directory lookup 2021-02-27 12:08:28 -08:00
popen_test.c Work towards improving signals and processes 2021-01-27 19:34:02 -08:00
spawn_test.c Fix writev() on the New Technology (#117) 2021-03-09 11:33:48 -08:00
system_test.c Change license 2020-12-27 17:18:44 -08:00
test.mk Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
tmpfile_test.c Improve system call polyfills 2021-03-08 10:07:02 -08:00
ungetc_test.c Make major improvements to stdio 2021-03-26 22:31:41 -07:00