aboutsummaryrefslogtreecommitdiff
path: root/src/stdlib
AgeCommit message (Expand)Author
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-03Deprecate heap_strfBruce Hill
2025-04-01Fix type casting issueBruce Hill
2025-04-01Update array random docs and fix array random methods to check rangesBruce Hill
2025-04-01Moved RNG out of the compiler and into a standalone libraryBruce Hill
2025-04-01Fix accidental colorizing of print outputBruce Hill
2025-04-01Show full doctest inspection if test failsBruce Hill
2025-04-01Move patterns into a moduleBruce Hill
2025-03-31Close out the type color when inspectingBruce Hill
2025-03-31Fully move all pattern code into patterns.cBruce Hill
2025-03-31Move pattern code into patterns fileBruce Hill
2025-03-31Remove threads and mutexed data from the language in favor of aBruce Hill
2025-03-30Deprecate built-in Moment datatype in favor of a `time` moduleBruce Hill
2025-03-30Fix visibility of gc_memory_streamBruce Hill
2025-03-30Fix some relative path stuffBruce Hill
2025-03-28Fix printf specifiers on macBruce Hill
2025-03-28On apple, don't explicit_bzeroBruce Hill
2025-03-28Revert "Add strlcpy for mac"Bruce Hill
2025-03-28Add strlcpy for macBruce Hill
2025-03-28Use strtok instead of strsepBruce Hill
2025-03-28Change format specifiersBruce Hill
2025-03-28Tweak format stringsBruce Hill
2025-03-28Fix thread local thing for tinyccBruce Hill
2025-03-28Add compiler guards for GCC directivesBruce Hill
2025-03-28Remove uppercase octalBruce Hill
2025-03-28strcpy() -> strlcpy()Bruce Hill
2025-03-28sprintf() -> snprintf()Bruce Hill
2025-03-28Make buffer big enough for NUL byteBruce Hill
2025-03-28Remove dead codeBruce Hill
2025-03-28Minor compat fixBruce Hill
2025-03-28Signal handler is _NoreturnBruce Hill
2025-03-28Make getrandom() platform-compatibleBruce Hill
2025-03-28Explicitly sized literalsBruce Hill
2025-03-28Tweak fwopen() APIBruce Hill
2025-03-28Add conditional compilation for fopencookie vs fwopenBruce Hill
2025-03-28Remove GLOB_TILDE_CHECK for compatiblityBruce Hill
2025-03-28Compatibility fix for euidaccessBruce Hill
2025-03-28Remove dead code and add version check for emojiBruce Hill
2025-03-28Fix some minor floating point promotion issuesBruce Hill
2025-03-28Rename `timezone` to avoid shadowingBruce Hill
2025-03-28Inline metamethodsBruce Hill
2025-03-28Remove unnecessary checkBruce Hill
2025-03-27Phase out strchrnulBruce Hill
2025-03-27Use qsort() instead of qsort_r() for portabilityBruce Hill
2025-03-27Add missing includeBruce Hill
2025-03-27Add missing includeBruce Hill
2025-03-27Remove mempcpy for portabilityBruce Hill
2025-03-27Deprecate custom printf specifiers in favor of print() function thatBruce Hill
2025-03-27Remove dead code for pathsBruce Hill
2025-03-25Make docstring tests use an actual expression AST instead of textBruce Hill