summaryrefslogtreecommitdiff
path: root/libc/src/time/mktime.cpp
AgeCommit message (Expand)Author
2025-03-25[libc] change the return value type of mktime_internal to time_t (#132231)Leslie
2025-02-11[libc] create TimeReader to look at a struct tm (#126138)Michael Jones
2025-01-08[libc][NFC] Cleanup time.h (#122027)Michael Jones
2025-01-07[libc] update todo with bug linkNick Desaulniers
2024-08-06[libc] Fix overflow check for 32-bit mktime. (#101993)Simon Tatham
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-01-24[libc] Add C23 limits.h header. (#78887)lntue
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-07[libc] Fix overflow check for 32 bit long time_t (#65394)Mikhail R. Gadelha
2021-12-07[libc] apply new lint rulesMichael Jones
2021-03-16This introduces gmtime to LLVM libc, based on C99/C2X/Single Unix Spec.Raman Tenneti
2021-02-22[libc] [Obvious] Fix.Raman Tenneti
2021-02-22Changes to mktime to handle invalid dates, overflow and underflow andcalculat...Raman Tenneti
2021-01-08[libc] Switch to use a macro which does not insert a section for every libc f...Michael Jones
2020-11-30Initial commit of mktime.Raman Tenneti