index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdio
/
_stdio.h
Age
Commit message (
Expand
)
Author
2024-06-05
rename all per-header internal structs to __<header>_h
Jakob Kaivo
2024-06-03
track previously converted pointers in __printf() for checking in __scanf()
Jakob Kaivo
2024-05-31
initial implementation of __scanf()
Jakob Kaivo
2024-05-29
apply GCC_SSE_HACK more uniformly
Jakob Kaivo
2024-05-28
handle stream orientation behavior
Jakob Kaivo
2024-05-27
handle use-after-close
Jakob Kaivo
2024-05-27
handle UB for invalid fflush() operations and mixing input and output without...
Jakob Kaivo
2024-02-02
first cut of tracking previous return values with ftell()/fseek() as POC
Jakob Kaivo
2024-02-02
use UNDEFINED() instead of directly calling __undefined()
Jakob Kaivo
2024-01-31
add GCC SSE hack to sprintf
Jakob Kaivo
2024-01-31
clean up structure definitions
Jakob Kaivo
2024-01-30
update standards and safety checks
Jakob Kaivo
2024-01-30
update standards and safety checks
Jakob Kaivo
2020-08-16
consistently use <> for standardized headers
Jakob Kaivo
2020-08-16
adjust to new file names
Jakob Kaivo
2020-08-16
use an enum for bmode to make for easier symbolic debugging
Jakob Kaivo
2020-08-15
clean up and document internal structures
Jakob Kaivo
2020-08-15
update __FILE to reflect actually implemented buffering
Jakob Kaivo
2020-08-15
always define L_ctermid and include space for a wchar_t string in io_options
Jakob Kaivo
2020-08-14
move internal ctermid storage to __stdio struct
Jakob Kaivo
2020-08-12
handle locked/unlocked i/o better
Jakob Kaivo
2020-08-11
remove unused header
Jakob Kaivo
2020-08-11
rename __FILES to __stdio to catch all <stdio.h> internals
Jakob Kaivo
2020-08-11
move array of __FILE structs from __libc() to _stdio internal
Jakob Kaivo
2020-03-04
fix compilation when c=199409
Jakob Kaivo
2020-03-04
eliminate nonstd/io.h
Jakob Kaivo