| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-06 | Bugfix for serialization of sets and tables with fallbacks | Bruce Hill | |
| 2025-05-06 | Check return value | Bruce Hill | |
| 2025-04-27 | Update stdlib to use `print` instead of `printf` in all cases. This | Bruce Hill | |
| means bringing in fpconv to do float-to-string conversion and a few updates to integer and number methods for string formatting. | |||
| 2025-04-15 | Make some compatibility fixes to make sure the compiler can fully build | Bruce Hill | |
| using TinyCC | |||
| 2025-04-06 | Rename Array -> List in all code and docs | 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 | |
