index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stdlib
/
arrays.c
Age
Commit message (
Expand
)
Author
2025-03-21
Remove some less-supported code features like static initializers for
Bruce Hill
2025-03-05
Overhaul of constructors, making it more consistent and correct. Also
Bruce Hill
2024-12-31
Add array:pop()
Bruce Hill
2024-12-22
Tweak array resizing policy
Bruce Hill
2024-12-19
Add Text:from()/to() and Array:slice() for symmetry
Bruce Hill
2024-12-07
Use likely()/unlikely() macros and a few bugfixes for integers
Bruce Hill
2024-12-02
Further bugfix for array concatenation
Bruce Hill
2024-12-02
Bugfix for array concatenation
Bruce Hill
2024-11-29
Add serialization and deserialization
Bruce Hill
2024-11-29
Change how types handle metamethods
Bruce Hill
2024-11-24
Rename "NULL" to "NONE"
Bruce Hill
2024-11-03
Add RNGs to the language
Bruce Hill
2024-11-03
Use an RNG parameter for array:random(), array:shuffle(),
Bruce Hill
2024-10-29
Fix up some GCC compiler flag options for LTO and inlining
Bruce Hill
2024-10-08
Reduce padding needed for optional types and clean up some redundant
Bruce Hill
2024-10-02
Update array:sample() to use optional weights and do more error checking
Bruce Hill
2024-09-30
Rename TypeInfo -> TypeInfo_t and fix up some typeinfo code
Bruce Hill
2024-09-13
Rename builtins/ -> stdlib/
Bruce Hill