aboutsummaryrefslogtreecommitdiff
path: root/core/c/libc
Commit message (Expand)AuthorAgeFilesLines
* `intrinsics.atomic_type_is_lock_free`gingerBill2022-04-021-1/+1
* Change `intrinsics.Atomic_Memory_Order` fields to use `Ada_Case` rather than ...gingerBill2022-03-311-75/+75
* Add checks for memory ordering on fencesgingerBill2022-03-311-6/+6
* Update core to use new atomic intrinsicsgingerBill2022-03-311-145/+110
* Merge pull request #1614 from semarie/openbsd-fpos_tgingerBill2022-03-141-1/+1
|\
| * use distinct type for fpos_t on OpenBSDSébastien Marie2022-03-121-1/+1
* | freebsd_amd64 supportSébastien Marie2022-03-132-6/+33
|/
* initial OpenBSD supportSébastien Marie2022-02-254-2/+50
* Merge branch 'master' into odin-global-constants-as-enumsgingerBill2022-02-151-1/+1
|\
| * Fix fread definitionDale Weiler2022-01-231-1/+1
* | Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-2014-47/+47
|/
* add schar to core:c and core:c/libcTyler Erickson2022-01-041-0/+2
* 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