summaryrefslogtreecommitdiff
path: root/libc/src/stdio/generic
AgeCommit message (Expand)Author
2025-11-05[libc] Add printf error handling (with fixes #2) (#166517)Marcell Leleszi
2025-11-04Revert commit d8e5698 and 15b19c7 (#166498)Kewen Meng
2025-11-04[libc] Add printf error handling (with fixes) (#166382)Marcell Leleszi
2025-11-03Revert "[libc] Add printf error handling" (#166232)Kewen Meng
2025-11-03[libc] Add printf error handling (#162876)Marcell Leleszi
2025-06-12[libc] Implement perror (#143624)Michael Jones
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-03-21[libc] Fix unresolved stdio symbols (#132403)Joseph Huber
2025-03-20[libc] Support for scanf on baremetal (#131043)Petr Hosek
2025-02-25[libc] Move fileno and fdopen to fullbuild only (#128762)Michael Jones
2024-07-13[libc] fix dependencies for fprintf (#98752)Schrodinger ZHU Yifan
2024-07-12[libc] Fix missing printf dependenciesJoseph Huber
2024-07-12[libc] Implement (v|f)printf on the GPU (#96369)Joseph Huber
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-07-11[libc] fix fileno includes (#98514)Michael Jones
2024-07-11Reland: [libc] Move off_t and stdio macros to proxy hdrs (#98384)Michael Jones
2024-07-08[libc][NFC] Adjust use of off_t internally (#68269)Mikhail R. Gadelha
2024-06-07[libc] Add baremetal printf (#94078)Michael Jones
2024-04-01[libc][POSIX] implement fseeko, ftello (#86928)Shourya Goel
2024-03-18[libc] Implement fileno (#85628)Shourya Goel
2024-01-02[libc] Lock the output stream for the 'puts' call (#76513)Joseph Huber
2023-11-30[libc] fix getchar_unlocked (#73874)Nick Desaulniers
2023-10-17[libc] Implement the 'ungetc' function on the GPU (#69248)Joseph Huber
2023-09-26[libc][Obvious] Fix incorrect filepath for ftell.h headerJoseph Huber
2023-09-26[libc] Implement `fseek`, `fflush`, and `ftell` on the GPU (#67160)Joseph Huber
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-14[libc] Implement more input functions on the GPU (#66288)Joseph Huber
2023-09-09[libc] Implement stdio writing functions for the GPU port (#65809)Joseph Huber
2023-08-17[libc][NFC] Put definitions of stdout and friends into their own object files.Siva Chandra Reddy
2023-08-16[libc] Implement fopen, fclose, and fread on the GPUJoseph Huber
2023-08-09[libc][Fix] Move generic stdio implementations to a new directoryJoseph Huber