aboutsummaryrefslogtreecommitdiff
path: root/core/c/libc/signal.odin
Commit message (Expand)AuthorAgeFilesLines
* Replace system:System.framework imports with system:SystemHarold Brenes2025-07-131-1/+1
* Merge Darwin signals into other UNIX-likesFeoramund2024-06-281-14/+1
* Share `libc` signal definitions with more platformsFeoramund2024-06-021-1/+1
* 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/+16
* Add other constants to c and libcgingerBill2021-09-101-0/+3
* Strip semicolons; Make `odin strip-semicolon` replace `..` with `..=` if used...gingerBill2021-09-061-23/+23
* 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/+39