aboutsummaryrefslogtreecommitdiff
path: root/core/c/libc/setjmp.odin
Commit message (Expand)AuthorAgeFilesLines
* Require parentheses for `#align(N)`gingerBill2023-08-151-1/+1
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-3/+3
* Add support for darwin to `core:c/libc`gingerBill2021-11-161-1/+2
* Strip semicolons; Make `odin strip-semicolon` replace `..` with `..=` if used...gingerBill2021-09-061-4/+4
* Updated comment for Windows version of setjmp.mv/libc-errorsvassvik2021-08-281-2/+13
* 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-281-1/+5
* cleanupDale Weiler2021-08-221-1/+1
* libc projectionDale Weiler2021-08-221-0/+31