summaryrefslogtreecommitdiff
path: root/libc/src/stdio/fopencookie.cpp
AgeCommit message (Expand)Author
2025-09-01Revert "[libc] Migrate from baremetal stdio.h to generic stdio.h" (#156371)William Huynh
2025-09-01[libc] Migrate from baremetal stdio.h to generic stdio.h (#152748)William Huynh
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2024-07-20[libc] Added static casts to fix implicit conversion warnings in 32-bit systemsMikhail R. Gadelha
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-11Reland: [libc] Move off_t and stdio macros to proxy hdrs (#98384)Michael Jones
2024-07-09Revert "[libc] Move off_t and stdio macros to proxy hdrs" (#98242)Michael Jones
2024-07-09[libc] Move off_t and stdio macros to proxy hdrs (#98215)Michael Jones
2024-07-08[libc][NFC] Adjust use of off_t internally (#68269)Mikhail R. Gadelha
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-06-21[libc] Make close function of the internal File class cleanup the file object.Siva Chandra Reddy
2023-06-19[libc] Remove the requirement of a platform-flush operation in File abstraction.Siva Chandra Reddy
2023-03-03[libc] move stdlib and stdio to new errno patternMichael Jones
2022-12-22[libc][NFC] Use operator delete to cleanup a File object.Siva Chandra Reddy
2022-12-22[libc] Handle allocation failures gracefully in FILE related API.Siva Chandra Reddy
2022-12-12[libc] move errno out of file internalsMichael Jones
2022-11-07[libc] Add implementations of ftell.Siva Chandra Reddy
2022-08-04[libc][NFC] Add a few compiler warning flags.Siva Chandra Reddy
2022-04-22[libc] Add the implementation of the GNU extension function fopencookie.Siva Chandra Reddy