| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-06 | Rename Array -> List in all code and docs | Bruce Hill | |
| 2025-04-01 | Fix type casting issue | Bruce Hill | |
| 2025-04-01 | Update array random docs and fix array random methods to check ranges | Bruce Hill | |
| 2025-04-01 | Moved RNG out of the compiler and into a standalone library | Bruce Hill | |
| 2025-03-28 | Remove unnecessary check | Bruce Hill | |
| 2025-03-27 | Use qsort() instead of qsort_r() for portability | Bruce Hill | |
| 2025-03-27 | Remove mempcpy for portability | Bruce Hill | |
| 2025-03-27 | Deprecate custom printf specifiers in favor of print() function that | Bruce Hill | |
| uses _Generic() to generically convert any value to a string or print as a string. | |||
| 2025-03-21 | Move stdlib into src/ | Bruce Hill | |
