aboutsummaryrefslogtreecommitdiff
path: root/libc/src/stdio/generic
AgeCommit message (Expand)AuthorFilesLines
2024-04-01[libc][POSIX] implement fseeko, ftello (#86928)Shourya Goel5-4/+75
2024-03-18[libc] Implement fileno (#85628)Shourya Goel2-0/+33
2024-01-02[libc] Lock the output stream for the 'puts' call (#76513)Joseph Huber1-2/+19
2023-11-30[libc] fix getchar_unlocked (#73874)Nick Desaulniers1-2/+2
2023-10-17[libc] Implement the 'ungetc' function on the GPU (#69248)Joseph Huber2-0/+32
2023-09-26[libc][Obvious] Fix incorrect filepath for ftell.h headerJoseph Huber1-1/+1
2023-09-26[libc] Implement `fseek`, `fflush`, and `ftell` on the GPU (#67160)Joseph Huber4-0/+118
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet24-73/+74
2023-09-14[libc] Implement more input functions on the GPU (#66288)Joseph Huber14-0/+511
2023-09-09[libc] Implement stdio writing functions for the GPU port (#65809)Joseph Huber6-0/+222
2023-08-17[libc][NFC] Put definitions of stdout and friends into their own object files.Siva Chandra Reddy1-4/+4
2023-08-16[libc] Implement fopen, fclose, and fread on the GPUJoseph Huber5-4/+161
2023-08-09[libc][Fix] Move generic stdio implementations to a new directoryJoseph Huber6-0/+179