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
/
builtins
/
array.c
Age
Commit message (
Expand
)
Author
2024-08-13
Partially working first draft of bigints
Bruce Hill
2024-08-10
Add array:counts()
Bruce Hill
2024-08-04
Add comment
Bruce Hill
2024-08-04
Tweak reallocation heuristics for arrays
Bruce Hill
2024-08-04
Tweaks to array implementation, including changing how the bits are
Bruce Hill
2024-08-04
Switch around some of the logic for array:random() and array:shuffle()
Bruce Hill
2024-08-03
Revert "Fix array:random() to return a random item using correct RNG logic,"
Bruce Hill
2024-08-03
Fix array:random() to return a random item using correct RNG logic,
Bruce Hill
2024-08-03
Change array API to take a padded item size instead of a type info in
Bruce Hill
2024-08-03
Incrementally moving towards passing array entry sizes explicitly
Bruce Hill
2024-08-03
Fix bug caused by not handling item padding properly
Bruce Hill
2024-08-03
Fix for stride overflows in arrays
Bruce Hill
2024-07-22
Make sure array slicing doesn't require a pointer and disallow automatic
Bruce Hill
2024-07-20
Deprecate array:pairs() and switch iterator functions to use enums
Bruce Hill
2024-07-13
Add array:pairs()
Bruce Hill
2024-07-10
Add array:to() to split out functionality of array:from()
Bruce Hill
2024-07-10
Replace array:slice() with array:from(first, last) and array:by(step)
Bruce Hill
2024-07-04
Randomize hash key on startup and rename to TOMO_HASH_KEY.
Bruce Hill
2024-04-19
More heap code cleanup
Bruce Hill
2024-04-19
Heap cleanup
Bruce Hill
2024-04-19
Clean up heap code
Bruce Hill
2024-04-19
Add heapify(), heap_push(), and heap_pop()
Bruce Hill
2024-04-14
Rename SSS_HASH_VECTOR -> TOMO
Bruce Hill
2024-04-12
Support Text arrays as main function arguments
Bruce Hill
2024-04-02
Add array:sample()
Bruce Hill
2024-04-02
Add array:sorted()
Bruce Hill
2024-04-02
Add comparison operator <> and array method to sort by a custom
Bruce Hill
2024-03-29
Switch naming convention to use '$' in symbols more
Bruce Hill
2024-03-26
Add array:reversed()
Bruce Hill
2024-03-18
More file comments
Bruce Hill
2024-03-10
Rearranging some files
Bruce Hill
2024-03-09
Minor cleanups to get compilation working on clang
Bruce Hill
2024-03-08
Array methods
Bruce Hill
2024-03-08
Rename Array_random -> Array__random
Bruce Hill
2024-03-08
Bugfix arrays
Bruce Hill
2024-03-08
Fix negative index issue and add array:random()
Bruce Hill
2024-03-03
Rename as_str -> as_text
Bruce Hill
2024-02-29
Remove unnecessary code
Bruce Hill
2024-02-29
Fix up some import issues and improve arrays to use saturating refcounts
Bruce Hill
2024-02-23
Fix up some ++ stuff for arrays
Bruce Hill
2024-02-23
Implement Array__concat and ++=
Bruce Hill
2024-02-17
Fix up align issues
Bruce Hill
2024-02-17
Fix up USE_COLOR
Bruce Hill
2024-02-17
Change things up to use type params for all array and table methods
Bruce Hill
2024-02-17
Rename 'cord' to 'as_str'
Bruce Hill
2024-02-17
Add cord methods for getting typestrings
Bruce Hill
2024-02-04
Builtins
Bruce Hill