aboutsummaryrefslogtreecommitdiff
path: root/core/c/libc/time.odin
Commit message (Collapse)AuthorAgeFilesLines
* Replace system:System.framework imports with system:SystemHarold Brenes2025-07-131-1/+1
| | | | This makes the linker work for both macOS and iOS targets
* Haiku: more posixavanspector2025-01-101-1/+1
|
* Clean-up `libc` usagegingerBill2024-09-221-1/+1
|
* c/libc: fix time link nameLaytan Laats2024-08-311-1/+1
|
* posix: add packageLaytan Laats2024-08-141-3/+29
|
* Added some libc bindings for NetBSDAndreas T Jonsson2024-04-181-1/+1
|
* fix core and libcavanspector2024-02-251-1/+1
|
* Require parentheses for `#align(N)`gingerBill2023-08-151-2/+2
|
* initial OpenBSD supportSébastien Marie2022-02-251-2/+7
|
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-4/+4
|
* Add support for darwin to `core:c/libc`gingerBill2021-11-161-3/+5
|
* libc changes: unify c and libc types; Add `[^]T` where appropriategingerBill2021-09-101-6/+6
|
* Strip semicolons; Make `odin strip-semicolon` replace `..` with `..=` if ↵gingerBill2021-09-061-28/+28
| | | | used as a binary operator
* Fix core:c/libc Windows compilation errors by linking to the right libraries.vassvik2021-08-281-1/+5
| | | | | Fix some name typos and missing types in Windows. Add explicit cast on MB_CUR_MAX
* cleanupDale Weiler2021-08-221-1/+1
|
* libc projectionDale Weiler2021-08-221-0/+77