aboutsummaryrefslogtreecommitdiff
path: root/core/c/libc/string.odin
Commit message (Expand)AuthorAgeFilesLines
* Add support for darwin to `core:c/libc`gingerBill2021-11-161-0/+2
* Make `runtime.memset` use `int` for the length from `uint`gingerBill2021-09-231-1/+3
* Add other constants to c and libcgingerBill2021-09-101-1/+1
* 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-101-11/+11
* Strip semicolons; Make `odin strip-semicolon` replace `..` with `..=` if used...gingerBill2021-09-061-21/+21
* 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