aboutsummaryrefslogtreecommitdiff
path: root/core/c/libc
Commit message (Expand)AuthorAgeFilesLines
* Add support for darwin to `core:c/libc`gingerBill2021-11-1614-8/+116
* Make `runtime.memset` use `int` for the length from `uint`gingerBill2021-09-231-1/+3
* Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do`gingerBill2021-09-112-10/+12
* Fix typogingerBill2021-09-101-0/+8
* Add other constants to c and libcgingerBill2021-09-102-1/+4
* Unify `memset` usage across platforms and `core:c/libc`gingerBill2021-09-101-2/+3
* libc changes: unify c and libc types; Add `[^]T` where appropriategingerBill2021-09-107-152/+150
* Remove unnecessary operationsgingerBill2021-09-081-2/+0
* Strip semicolons; Make `odin strip-semicolon` replace `..` with `..=` if used...gingerBill2021-09-0617-960/+960
* Updated comment for Windows version of setjmp.mv/libc-errorsvassvik2021-08-281-2/+13
* Add core:c/libc testsvassvik2021-08-281-0/+50
* Fix runtime crash for setjmp in Windows related to an hidden second argument ...vassvik2021-08-281-8/+27
* Fix core:c/libc Windows compilation errors by linking to the right libraries.vassvik2021-08-2814-17/+73
* cleanupDale Weiler2021-08-2218-21/+19
* libc projectionDale Weiler2021-08-2218-0/+1880