aboutsummaryrefslogtreecommitdiff
path: root/core/c/libc/stdlib.odin
Commit message (Expand)AuthorAgeFilesLines
* Fix more JS stuffgingerBill2024-09-221-0/+10
* posix: add packageLaytan Laats2024-08-141-4/+17
* Fix `libc.aligned_alloc` for Windows (thanks Microsoft(!))gingerBill2022-09-221-3/+16
* Fix `libc.aligned_alloc` on WindowsgingerBill2022-09-221-0/+13
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-5/+5
* Add support for darwin to `core:c/libc`gingerBill2021-11-161-1/+19
* libc changes: unify c and libc types; Add `[^]T` where appropriategingerBill2021-09-101-9/+9
* Strip semicolons; Make `odin strip-semicolon` replace `..` with `..=` if used...gingerBill2021-09-061-46/+46
* Fix core:c/libc Windows compilation errors by linking to the right libraries.vassvik2021-08-281-2/+6
* cleanupDale Weiler2021-08-221-1/+1
* libc projectionDale Weiler2021-08-221-0/+105