summaryrefslogtreecommitdiff
path: root/libc/src/errno/libc_errno.cpp
AgeCommit message (Expand)Author
2025-08-12[libc] Remove LIBC_ERRNO_MODE_SYSTEM mode. (#153077)Alexey Samsonov
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2024-07-23[libc] Fix missing default value for errno config (#100175)Joseph Huber
2024-07-13[libc] Mark all __llvm_libc_errno definitions as noexcept (#98762)Petr Hosek
2024-07-13[libc] Remove src/errno/errno.h (#98759)Petr Hosek
2024-07-13[libc] Support configurable errno modes (#98287)Petr Hosek
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-01[libc] Partially implement 'errno' on the GPU (#97107)Joseph Huber
2024-05-14[libc][errno] Remove unnecessary include (#92063)Robin Caloudis
2024-05-13[libc][errno] Use macro instead of system header (#91150)Robin Caloudis
2024-02-06[libc][NFC] Fix extraneous namespace on Errno (#80894)michaelrj-google
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google
2024-02-01[libc] Update libc_errno to work correctly in both overlay and full build mod...lntue
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-06-02[libc] Implement 'errno' on the GPU as a global integer internallyJoseph Huber
2023-05-25[libc] Add macro LIBC_THREAD_LOCAL.Siva Chandra Reddy
2023-04-25[libc] Fix including 'libc_errno.h' incorrectlyJoseph Huber
2023-04-25[libc][fix] Add missing 'errno' header for the GPU libcJoseph Huber
2023-04-25[libc] Ignore 'errno' on the GPU and support 'atoi'Joseph Huber
2023-03-14[libc] Make libc_errno point to internal errno for non-public builds.Siva Chandra Reddy
2023-02-28[libc][NFC] Refactor internal errno.Siva Chandra Reddy