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
/
fflush.c
Age
Commit message (
Expand
)
Author
2024-05-29
only attempt to flush streams that can be flushed when parameter is NULL
Jakob Kaivo
2024-05-28
abstract out "forced" implementations of functions from future specifications
Jakob Kaivo
2024-05-27
handle use-after-close
Jakob Kaivo
2024-05-27
update last operation after flushing, reopening, or setting file position
Jakob Kaivo
2024-05-27
handle UB for invalid fflush() operations and mixing input and output without...
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-18
noop if there is nothing to flush
Jakob Kaivo
2020-08-16
formatting
Jakob Kaivo
2020-08-16
error for any write() < 0
Jakob Kaivo
2020-08-15
actually flush output
Jakob Kaivo
2020-08-11
remove dependence on "nonstd/internal.h"
Jakob Kaivo
2020-03-04
eliminate nonstd/io.h
Jakob Kaivo
2019-02-28
include <nonstd/internal.h> in <nonstd/io.h>, remove redundant includes
Jakob Kaivo
2019-02-08
merge sources into single tree
Jakob Kaivo