about summary refs log tree commit diff
path: root/src/stdio/fputc.c
Commit message (Expand)AuthorAgeFilesLines
* optimize hot paths of putc with manual shrink-wrappingRich Felker2018-10-171-6/+3
* separate getc/putc from fgetc/fputcRich Felker2012-10-271-3/+0
* add some ugly aliases for LSB ABI compatibilityRich Felker2012-06-021-0/+1
* add proper fuxed-based locking for stdioRich Felker2011-07-301-2/+3
* major stdio overhaul, using readv/writev, plus other changesRich Felker2011-03-281-2/+3
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+10