| Commit message (Expand) | Author | Age | Files | Lines |
* | cobj: clone method streamlines copy; structs get copy method. | Kaz Kylheku | 2024-06-17 | 1 | -1/+2 |
* | quasiliterals: buffers in hex, separation for strings and buffers. | Kaz Kylheku | 2024-05-27 | 1 | -0/+24 |
* | buf: pprint produces hex, not raw bytes. | Kaz Kylheku | 2024-05-03 | 1 | -2/+7 |
* | mapcar: avoid alloca proportional to number of args. | Kaz Kylheku | 2024-03-01 | 1 | -0/+13 |
* | Copyright year bump 2024. | Kaz Kylheku | 2024-01-18 | 1 | -1/+1 |
* | del/replace with index-list: fix semantics. | Kaz Kylheku | 2023-07-18 | 1 | -1/+31 |
* | Copyright year bump 2023. | Kaz Kylheku | 2023-01-01 | 1 | -1/+1 |
* | Implement NaN boxing. | Kaz Kylheku | 2022-09-13 | 1 | -2/+6 |
* | buf: compression tests. | Kaz Kylheku | 2022-05-30 | 1 | -1/+1 |
* | buf: compression and decompression functions. | Kaz Kylheku | 2022-05-28 | 1 | -0/+71 |
* | buf: remove stray utf8 declaration. | Kaz Kylheku | 2022-05-28 | 1 | -2/+0 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | Eliminate declaration-after-statement everywhere. | Kaz Kylheku | 2021-12-29 | 1 | -2/+3 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 1 | -2/+2 |
* | c_str now takes a self argument. | Kaz Kylheku | 2021-06-23 | 1 | -2/+4 |
* | format: ~x/~X specifiers support buffers. | Kaz Kylheku | 2021-05-04 | 1 | -0/+14 |
* | sha256/md5: leak: don't use borrowed buffer for hash. | Kaz Kylheku | 2021-05-04 | 1 | -1/+1 |
* | buf: bugfix: int-buf, uint-buf refer to alloc size. | Kaz Kylheku | 2021-05-04 | 1 | -2/+2 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | uint-buf: fix wrong self-name. | Kaz Kylheku | 2020-06-30 | 1 | -1/+1 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -40/+45 |
* | lib/buf: use unsigned integers around allocations. | Kaz Kylheku | 2020-04-25 | 1 | -1/+1 |
* | Remove unnecessary #include directives. | Kaz Kylheku | 2020-04-22 | 1 | -1/+0 |
* | New function: get-line-as-buf | Kaz Kylheku | 2020-04-19 | 1 | -2/+2 |
* | buf: bugfix: buf-set-length not setting bytes. | Kaz Kylheku | 2020-02-06 | 1 | -32/+32 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | New function: buf-list. | Kaz Kylheku | 2019-11-20 | 1 | -0/+18 |
* | New functions for buf <--> integer conversion. | Kaz Kylheku | 2019-11-18 | 1 | -0/+85 |
* | buffers: new functions buf-str and str-buf. | Kaz Kylheku | 2019-10-17 | 1 | -0/+30 |
* | replace: deal with overlapping. | Kaz Kylheku | 2019-07-05 | 1 | -1/+1 |
* | buffers: remove unused buf_fill function. | Kaz Kylheku | 2019-07-05 | 1 | -6/+0 |
* | New function: buf-put-buf. | Kaz Kylheku | 2019-07-05 | 1 | -0/+19 |
* | buffers: bug: wrong object in format arguments. | Kaz Kylheku | 2019-06-18 | 1 | -1/+1 |
* | buffers: comment added in buf_shrink. | Kaz Kylheku | 2019-06-17 | 1 | -1/+1 |
* | buffers: expose sub-buf and replace-buf. | Kaz Kylheku | 2019-06-15 | 1 | -0/+2 |
* | Replace lt(x, zero) pattern. | Kaz Kylheku | 2019-06-15 | 1 | -4/+4 |
* | buffers: support negative indexing from end. | Kaz Kylheku | 2019-06-14 | 1 | -16/+18 |
* | buffers: replace operation. | Kaz Kylheku | 2019-06-12 | 1 | -0/+89 |
* | buffers: allow sub operation. | Kaz Kylheku | 2019-06-11 | 1 | -0/+32 |
* | streams: force-off indent mode. | Kaz Kylheku | 2019-04-16 | 1 | -2/+2 |
* | buf-alloc-size: new function. | Kaz Kylheku | 2019-02-16 | 1 | -0/+8 |
* | buf: fix wrong function name string. | Kaz Kylheku | 2019-02-16 | 1 | -1/+1 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Drastically reduce inclusion of <dirent.h>. | Kaz Kylheku | 2018-12-11 | 1 | -1/+0 |
* | Better identify functions that misuse COBJ-s and hashes. | Kaz Kylheku | 2018-11-07 | 1 | -1/+1 |
* | math: improve error diagnosis. | Kaz Kylheku | 2018-11-07 | 1 | -2/+2 |
* | Version 200.txr-200 | Kaz Kylheku | 2018-11-05 | 1 | -0/+1 |
* | buffers: implement copy-buf. | Kaz Kylheku | 2018-11-04 | 1 | -0/+9 |
* | compile-file: need endian mark in .tlo files. | Kaz Kylheku | 2018-04-12 | 1 | -0/+14 |