index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
buf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
buf-count-ones: optimize for common cases.
Kaz Kylheku
2025-05-09
1
-14
/
+31
*
buf: int-buf: unsigned multiplication overflow.
Kaz Kylheku
2025-05-07
1
-2
/
+1
*
New function: buf-binary-width.
Kaz Kylheku
2025-05-07
1
-0
/
+89
*
New function: buf-count-ones.
Kaz Kylheku
2025-05-06
1
-0
/
+49
*
buf: buf_ash: fix buffer overrrun.
Kaz Kylheku
2025-05-06
1
-1
/
+1
*
buf: remove array size checks from bit ops.
Kaz Kylheku
2025-05-06
1
-15
/
+1
*
New function: buf-test.
Kaz Kylheku
2025-05-06
1
-0
/
+29
*
New function: buf-zero-p.
Kaz Kylheku
2025-05-06
1
-0
/
+20
*
New function: buf-bit.
Kaz Kylheku
2025-05-05
1
-0
/
+21
*
New function: buf-bitset.
Kaz Kylheku
2025-05-05
1
-0
/
+34
*
New functions: buf-not and buf-trunc.
Kaz Kylheku
2025-05-05
1
-0
/
+52
*
New functions: buf-and, buf-or, buf-xor.
Kaz Kylheku
2025-05-05
1
-0
/
+99
*
New function: buf-fash.
Kaz Kylheku
2025-05-05
1
-0
/
+63
*
New function; buf-ash.
Kaz Kylheku
2025-05-05
1
-1
/
+96
*
buf: buf-put-buf: wrong argument order.
Kaz Kylheku
2025-05-03
1
-2
/
+10
*
Copyright year bump 2025.
Kaz Kylheku
2025-01-01
1
-1
/
+1
*
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-14
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
[next]