summaryrefslogtreecommitdiff
path: root/libc/src/__support/File/linux/file.cpp
AgeCommit message (Expand)Author
2024-06-14[libc] Add the implementation of the fdopen function (#94186)Xu Zhang
2023-12-13[libc] fix -Wmacro-redefined (#75261)Nick Desaulniers
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-06[libc] Unify lseek implementationsMikhail R. Gadelha
2023-08-17[libc][NFC] Put definitions of stdout and friends into their own object files.Siva Chandra Reddy
2023-08-07[libc][cleanup] Fix most conversion warningsMichael Jones
2023-08-03[libc] Add support to compile some syscalls on 32 bit platformMikhail R. Gadelha
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-06-15[libc] Move the definitions of the standard IO streams to the platformJoseph Huber
2023-05-30[libc][NFC] Move the Linux file implementation to a subdirectoryJoseph Huber