summaryrefslogtreecommitdiff
path: root/libc/test/src/__support/File/file_test.cpp
AgeCommit message (Expand)Author
2025-08-19[libc] Fix missing close at the end of file test (#154392)Michael Jones
2025-08-19[libc] Fix copy/paste error in file.cpp (#150802)codefaber
2024-11-01[libc] Remove the #include <stdlib.h> header (#114453)Job Henandez Lara
2024-10-01[libc][stdio] Use proxy headers of stdio.h in src and test folders. (#110067)lntue
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-06-10[libc][NFC] Clean up matchers namespaceGuillaume Chatelet
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy
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-06-16[libc] fix line buffered empty file writesMichael Jones
2022-06-10[libc] add buffering to FILE writesMichael Jones
2022-03-23[libc][File] Fix a bug under fseek(..., SEEK_CUR).Siva Chandra Reddy
2022-03-16[libc][NFC] Keep the mutex with the base File data structure.Siva Chandra Reddy
2022-02-15[libc] Add a platform independent buffered file IO data structure.Siva Chandra Reddy