Jeremy Soller
|
59b2e32953
Fix compilation on 32-bit systems
|
2 years ago |
Mateusz Tabaka
|
02f202ff83
Use BufWriter (instead of LineWriter) for FILEs other than stdout and stderr
|
4 years ago |
Wren Turkal
|
9a1e9c327a
Make byte stream functions set stream orientation.
|
4 years ago |
Wren Turkal
|
746a86a267
Add unlocked variation of fwide function.
|
4 years ago |
Wren Turkal
|
b623e245c0
Make freopen reset the stream orientation.
|
4 years ago |
Wren Turkal
|
865b7962a1
Add implmentation for fwide posix function.
|
4 years ago |
jD91mZM2
|
56e1eceb28
Replace AllocStringWriter with CVec
|
4 years ago |
oddcoder
|
92d6735e3f
Add more scanf tests
|
4 years ago |
oddcoder
|
a49139ca2f
use lookahead buffer in inner_scanf
|
4 years ago |
oddcoder
|
14e011b72c
Implemment lookaheadreader with lookahead and commit api
|
4 years ago |
oddcoder
|
f068673adc
Separate the logic from locking in ftello and fseeko
|
4 years ago |
oddcoder
|
d7d3e00867
Fix off-by-1 error in vfscanf
|
4 years ago |
oddcoder
|
1733b3da6e
Fix bug related to ungetc and ftell()
|
4 years ago |
oddcoder
|
7a6f96373e
Add support for multiple unget at the same time
|
4 years ago |
jD91mZM2
|
b8c50c7c64
Format
|
5 years ago |
jD91mZM2
|
c7d499d4f2
Upgrade to the 2018 edition
|
5 years ago |
jD91mZM2
|
43ff8801bc
Format
|
5 years ago |
jD91mZM2
|
35c1d5210c
Implement the Once<T> synchronization structure
|
5 years ago |
Jeremy Soller
|
05f71567ab
Format
|
5 years ago |
jD91mZM2
|
2f4e57f87a
Fix data race inside puts(...) & add dbg!() macro
|
5 years ago |
Mateusz Mikuła
|
7597c082e7
Fix Clippy warnings
|
6 years ago |
Alex Lyon
|
68d3c5f1b1
Format code
|
6 years ago |
Alex Lyon
|
3584edf199
stdio: implement tempnam() and tmpnam()
|
6 years ago |
Jeremy Soller
|
7bde036031
Remove va_list submodule, format
|
6 years ago |
Dan Robertson
|
fa94f1b6d5
Use core::ffi::VaList
|
6 years ago |
Jeremy Soller
|
c71088e768
Cleanup and format
|
6 years ago |
Jeremy Soller
|
62b83190bf
Fix incorrect variable name
|
6 years ago |
Jeremy Soller
|
e7896f6c48
Fix panic in fread
|
6 years ago |
lmiskiew
|
5b6b11cb65
Fix panic in fwrite
|
6 years ago |
Jeremy Soller
|
ee40035c4b
Add asprintf
|
6 years ago |