aboutsummaryrefslogtreecommitdiff
path: root/stdlib
AgeCommit message (Expand)Author
2025-03-07Add proper language support for case operations on textBruce Hill
2025-03-07Fix number precision stuffBruce Hill
2025-03-07Correctly set locale when starting the programBruce Hill
2025-03-07Incremental improvement to parsing `none` for optional argumentsBruce Hill
2025-03-05Overhaul of constructors, making it more consistent and correct. AlsoBruce Hill
2025-03-03Add `recursive` argument to text:each() and text:map(), plus update docsBruce Hill
2025-03-03Fix parsing for CLI tables and arraysBruce Hill
2025-03-02Add better error checking for parsing `program --array=1 2 3`Bruce Hill
2025-03-02Bugfix for recursive replacement on Text.replace_all()Bruce Hill
2025-02-28Handle case where file can't be foundBruce Hill
2025-02-28Check for missing argumentBruce Hill
2025-02-26Improved call stacks (using addr2line still)Bruce Hill
2025-02-25Fix non-colorized doctest output newlinesBruce Hill
2025-02-25Add $Shell.execute()Bruce Hill
2025-02-24Add $Shell:execute()Bruce Hill
2025-02-21Integer range iteration over fixed width integers should iterate overBruce Hill
2025-02-21Tweak function registration APIBruce Hill
2025-02-19Fix shell escaping (add quotes)Bruce Hill
2025-02-13Add Int:onward() iteratorBruce Hill
2025-02-13Deprecate Range datatype in favor of using iterator methodsBruce Hill
2025-02-10Add missing filesBruce Hill
2025-02-07Bugfix and minor perf improvements for text concatenation with unstableBruce Hill
2025-02-04Hide '_.' from stack backtraceBruce Hill
2025-02-04Add {word} as an alias for {id}Bruce Hill
2025-01-29Text struct field reorderingBruce Hill
2025-01-23Overhaul of Text implementation to be more like Cords and have muchBruce Hill
2025-01-12Change table syntax to `{key=value}` and `{:K,V}`/`{K,V}`Bruce Hill
2025-01-02Use `holding` blocks for mutexed data instead of lambdasBruce Hill
2025-01-02Replace threads with generic mutexed datastructures.Bruce Hill
2024-12-31Array:heap_pop() now returns an optional valueBruce Hill
2024-12-31Add array:pop()Bruce Hill
2024-12-26Bugfix for text hashingBruce Hill
2024-12-26Change table hashing and comparison logic to be *unordered*, but stillBruce Hill
2024-12-24Add Int:factorial() and n:choose(k)Bruce Hill
2024-12-22Tweak array resizing policyBruce Hill
2024-12-22Fix for resizingBruce Hill
2024-12-22Tweak bucket resize capBruce Hill
2024-12-22Tweak table resizing policyBruce Hill
2024-12-22Add optimized metamethods for enums and structs that hold packed dataBruce Hill
2024-12-22Revert hash thingBruce Hill
2024-12-22Bugfixes for table updates and array concat updatesBruce Hill
2024-12-21Add text:by_line()/:by_split()/:by_match()Bruce Hill
2024-12-19Add Text:reversed()Bruce Hill
2024-12-19Default RNG now uses static, thread-local memory instead of heapBruce Hill
2024-12-19RNG needs to not be thread-local to make GC happyBruce Hill
2024-12-19Add Text:from()/to() and Array:slice() for symmetryBruce Hill
2024-12-17Minor cleanups and fixes to RNG, chacha, and textBruce Hill
2024-12-15Have ask() return an optional textBruce Hill
2024-12-15Parse negative integersBruce Hill
2024-12-12Tweaks to RNG codeBruce Hill