summaryrefslogtreecommitdiffstats
path: root/hash.c
Commit message (Expand)AuthorAgeFilesLines
* strings: revert caching of hash value.Kaz Kylheku2022-10-081-7/+0
* hash: bugfix: don't trim seed to 32 bits.Kaz Kylheku2022-10-061-3/+2
* strings: take advantage of malloc_usable_sizeKaz Kylheku2022-10-061-0/+7
* Implement NaN boxing.Kaz Kylheku2022-09-131-3/+10
* New function: group-map.Kaz Kylheku2022-03-021-0/+7
* hash: group-reduce calls hash-update.Kaz Kylheku2022-03-021-9/+3
* Fix more -fsanitize=implicit-conversion findings.Kaz Kylheku2022-02-141-2/+1
* Few adjustments to no-implicit-conversion patch.Kaz Kylheku2022-02-141-13/+7
* Fix various instances of implicit conversions.Paul A. Patience2022-02-141-7/+7
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* Eliminate declaration-after-statement everywhere.Kaz Kylheku2021-12-291-1/+2
* hash: 64 bit string and buffer hashing and seeds.Kaz Kylheku2021-11-171-3/+112
* hash: spurious space in printed representation.Kaz Kylheku2021-11-081-6/+10
* hash: gc problem in copy-hash.Kaz Kylheku2021-09-131-1/+1
* hash: use unsigned, and operation.Kaz Kylheku2021-08-191-15/+15
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* hash: change make_hash interface.Kaz Kylheku2021-07-221-25/+36
* hash: rename "flags" to "weak options".Kaz Kylheku2021-07-221-13/+13
* hash: and-semantics: add missing nuance in marking.Kaz Kylheku2021-07-211-1/+12
* hash: support both semantics of weak keys + values.Kaz Kylheku2021-07-211-60/+81
* parse/eval: use weak-both hash tables.Kaz Kylheku2021-07-201-0/+9
* hash: change semantics of weak-both hash tables.Kaz Kylheku2021-07-201-16/+40
* hash: remove unnecessary tests in weak processing.Kaz Kylheku2021-07-201-4/+3
* hash: fix possibly incorrect counts in weak processing.Kaz Kylheku2021-07-201-16/+11
* hash: revert bad fix in weak processing.Kaz Kylheku2021-07-201-13/+29
* type: disallow structs using built-in type names.Kaz Kylheku2021-07-081-26/+36
* gc: fix astonishing bug in weak hash processing.Kaz Kylheku2021-04-061-5/+8
* hashing: bug: hash-equal zero: floats and bignums.Kaz Kylheku2021-03-051-2/+2
* hash: hash-revget now defaults to equal.Kaz Kylheku2021-01-221-2/+6
* New function: hash-keys-of.Kaz Kylheku2021-01-201-0/+21
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* time: move time functions out of lib.c into time.c.Kaz Kylheku2020-10-071-0/+1
* c_num: now takes self argument.Kaz Kylheku2020-06-291-17/+29
* Remove unnecessary #include directives.Kaz Kylheku2020-04-221-1/+0
* hash: bugfix: spurious retention in weak processing.Kaz Kylheku2020-04-111-32/+10
* warning cleanup: suspicious switch fallthrough cases.Kaz Kylheku2020-04-051-0/+5
* New type args with DARG type code.Kaz Kylheku2020-03-221-0/+1
* hash-uni: two new arguments for projecting values.Kaz Kylheku2020-03-191-8/+16
* hash: bugfix: maintain counts in weak processing.Kaz Kylheku2020-03-091-4/+10
* hash: bug: not hashing key of tree node.Kaz Kylheku2020-01-121-1/+1
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* hash: bugfix: bad memset size in hash-reset.Kaz Kylheku2019-11-181-1/+1
* hash: new hash-reset function.Kaz Kylheku2019-11-021-0/+20
* lib: use stack-allocated hash iterators everywhere.Kaz Kylheku2019-11-011-9/+14
* hash: expose new iterator interface.Kaz Kylheku2019-11-011-11/+4
* hash: improve new hash_iter interface.Kaz Kylheku2019-11-011-16/+22
* lib: don't assume time_t is signed.Kaz Kylheku2019-10-311-2/+3
* hash: stack-allocated iterators.Kaz Kylheku2019-10-291-62/+105
* naming: get the -func out, at least some of it.Kaz Kylheku2019-10-291-6/+6
* New function: hash-invert.Kaz Kylheku2019-10-281-0/+31