aboutsummaryrefslogtreecommitdiff
path: root/core/c/libc/math.odin
Commit message (Expand)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* fix some typoscui fliter2022-08-051-1/+1
* Fix is* proc in libc.Jeroen van Rijn2022-05-201-10/+10
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-201-2/+2
* Add support for darwin to `core:c/libc`gingerBill2021-11-161-0/+2
* Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do`gingerBill2021-09-111-6/+8
* Strip semicolons; Make `odin strip-semicolon` replace `..` with `..=` if used...gingerBill2021-09-061-284/+284
* 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/+396