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
/
__printf.c
Age
Commit message (
Expand
)
Author
2024-05-28
abstract out "forced" implementations of functions from future specifications
Jakob Kaivo
2024-02-02
use UNDEFINED() instead of directly calling __undefined()
Jakob Kaivo
2024-01-31
be harsh on %% conversion
Jakob Kaivo
2024-01-31
go ham on bad %n conversions
Jakob Kaivo
2024-01-31
UB on invalid lengths
Jakob Kaivo
2024-01-31
trigger UB on unknown conversion specifier and invalid #/0 flags
Jakob Kaivo
2024-01-31
remove initialization of (possibly) VLA
Jakob Kaivo
2024-01-31
clean up
Jakob Kaivo
2024-01-31
make tweaks to work with 1:1 checked functions
Jakob Kaivo
2024-01-30
fix to compile under c89
Jakob Kaivo
2024-01-30
update standards and safety checks
Jakob Kaivo
2023-11-14
disable all functions; will strategically reenable them as tested
Jakob Kaivo
2020-08-17
fix overflow that messes up numbers with 0 in them
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
remove STDC(0)
Jakob Kaivo
2020-08-15
handle %lc and %ls correctly
Jakob Kaivo
2020-08-15
don't support fds when not targetting POSIX
Jakob Kaivo
2020-08-13
directly replace fputc() and fgetc() with putc_unlocked() and getc_unlocked()...
Jakob Kaivo
2020-08-12
note intentional FALLTHRU
Jakob Kaivo
2020-08-11
pull in newer definitions if building C89/C95
Jakob Kaivo
2020-03-04
eliminate nonstd/io.h
Jakob Kaivo