| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement NaN boxing. | Kaz Kylheku | 2022-09-13 | 1 | -3/+10 |
* | New function: group-map. | Kaz Kylheku | 2022-03-02 | 1 | -0/+7 |
* | hash: group-reduce calls hash-update. | Kaz Kylheku | 2022-03-02 | 1 | -9/+3 |
* | Fix more -fsanitize=implicit-conversion findings. | Kaz Kylheku | 2022-02-14 | 1 | -2/+1 |
* | Few adjustments to no-implicit-conversion patch. | Kaz Kylheku | 2022-02-14 | 1 | -13/+7 |
* | Fix various instances of implicit conversions. | Paul A. Patience | 2022-02-14 | 1 | -7/+7 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | Eliminate declaration-after-statement everywhere. | Kaz Kylheku | 2021-12-29 | 1 | -1/+2 |
* | hash: 64 bit string and buffer hashing and seeds. | Kaz Kylheku | 2021-11-17 | 1 | -3/+112 |
* | hash: spurious space in printed representation. | Kaz Kylheku | 2021-11-08 | 1 | -6/+10 |
* | hash: gc problem in copy-hash. | Kaz Kylheku | 2021-09-13 | 1 | -1/+1 |
* | hash: use unsigned, and operation. | Kaz Kylheku | 2021-08-19 | 1 | -15/+15 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | hash: change make_hash interface. | Kaz Kylheku | 2021-07-22 | 1 | -25/+36 |
* | hash: rename "flags" to "weak options". | Kaz Kylheku | 2021-07-22 | 1 | -13/+13 |
* | hash: and-semantics: add missing nuance in marking. | Kaz Kylheku | 2021-07-21 | 1 | -1/+12 |
* | hash: support both semantics of weak keys + values. | Kaz Kylheku | 2021-07-21 | 1 | -60/+81 |
* | parse/eval: use weak-both hash tables. | Kaz Kylheku | 2021-07-20 | 1 | -0/+9 |
* | hash: change semantics of weak-both hash tables. | Kaz Kylheku | 2021-07-20 | 1 | -16/+40 |
* | hash: remove unnecessary tests in weak processing. | Kaz Kylheku | 2021-07-20 | 1 | -4/+3 |
* | hash: fix possibly incorrect counts in weak processing. | Kaz Kylheku | 2021-07-20 | 1 | -16/+11 |
* | hash: revert bad fix in weak processing. | Kaz Kylheku | 2021-07-20 | 1 | -13/+29 |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 1 | -26/+36 |
* | gc: fix astonishing bug in weak hash processing. | Kaz Kylheku | 2021-04-06 | 1 | -5/+8 |
* | hashing: bug: hash-equal zero: floats and bignums. | Kaz Kylheku | 2021-03-05 | 1 | -2/+2 |
* | hash: hash-revget now defaults to equal. | Kaz Kylheku | 2021-01-22 | 1 | -2/+6 |
* | New function: hash-keys-of. | Kaz Kylheku | 2021-01-20 | 1 | -0/+21 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | time: move time functions out of lib.c into time.c. | Kaz Kylheku | 2020-10-07 | 1 | -0/+1 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -17/+29 |
* | Remove unnecessary #include directives. | Kaz Kylheku | 2020-04-22 | 1 | -1/+0 |
* | hash: bugfix: spurious retention in weak processing. | Kaz Kylheku | 2020-04-11 | 1 | -32/+10 |
* | warning cleanup: suspicious switch fallthrough cases. | Kaz Kylheku | 2020-04-05 | 1 | -0/+5 |
* | New type args with DARG type code. | Kaz Kylheku | 2020-03-22 | 1 | -0/+1 |
* | hash-uni: two new arguments for projecting values. | Kaz Kylheku | 2020-03-19 | 1 | -8/+16 |
* | hash: bugfix: maintain counts in weak processing. | Kaz Kylheku | 2020-03-09 | 1 | -4/+10 |
* | hash: bug: not hashing key of tree node. | Kaz Kylheku | 2020-01-12 | 1 | -1/+1 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | hash: bugfix: bad memset size in hash-reset. | Kaz Kylheku | 2019-11-18 | 1 | -1/+1 |
* | hash: new hash-reset function. | Kaz Kylheku | 2019-11-02 | 1 | -0/+20 |
* | lib: use stack-allocated hash iterators everywhere. | Kaz Kylheku | 2019-11-01 | 1 | -9/+14 |
* | hash: expose new iterator interface. | Kaz Kylheku | 2019-11-01 | 1 | -11/+4 |
* | hash: improve new hash_iter interface. | Kaz Kylheku | 2019-11-01 | 1 | -16/+22 |
* | lib: don't assume time_t is signed. | Kaz Kylheku | 2019-10-31 | 1 | -2/+3 |
* | hash: stack-allocated iterators. | Kaz Kylheku | 2019-10-29 | 1 | -62/+105 |
* | naming: get the -func out, at least some of it. | Kaz Kylheku | 2019-10-29 | 1 | -6/+6 |
* | New function: hash-invert. | Kaz Kylheku | 2019-10-28 | 1 | -0/+31 |
* | hashing: partially revert 63feff9c. | Kaz Kylheku | 2019-10-25 | 1 | -4/+4 |
* | hash: observe count in eql-based hash. | Kaz Kylheku | 2019-10-21 | 1 | -0/+3 |
* | hash: rename hash_rec_limit. | Kaz Kylheku | 2019-10-18 | 1 | -10/+10 |