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
/
lib.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bugfix: several seq_iter kinds need clone operation.
Kaz Kylheku
2024-06-18
1
-0
/
+2
*
cobj: clone method streamlines copy; structs get copy method.
Kaz Kylheku
2024-06-17
1
-4
/
+5
*
New function: copy-iter.
Kaz Kylheku
2024-06-15
1
-0
/
+1
*
seq_iter: fix inadequate gc marking for some types.
Kaz Kylheku
2024-06-15
1
-0
/
+1
*
New permi: iterator version of perm.
Kaz Kylheku
2024-06-15
1
-2
/
+9
*
quasiliterals: buffers in hex, separation for strings and buffers.
Kaz Kylheku
2024-05-27
1
-0
/
+1
*
New function: iter-cat.
Kaz Kylheku
2024-04-16
1
-0
/
+2
*
New function: lcons-force.
Kaz Kylheku
2024-04-04
1
-0
/
+1
*
append, nconc; replace implementation with seq_build.
Kaz Kylheku
2024-03-10
1
-0
/
+4
*
New function: rangeref.
Kaz Kylheku
2024-03-07
1
-0
/
+1
*
zip: make more generic.
Kaz Kylheku
2024-03-01
1
-2
/
+0
*
seq_build: seq_pend must be nondestructive for lists.
Kaz Kylheku
2024-02-28
1
-2
/
+4
*
seq_build: convert list buiding to list_collect.
Kaz Kylheku
2024-02-28
1
-0
/
+1
*
seq_build: put self name into structure.
Kaz Kylheku
2024-02-27
1
-3
/
+4
*
seq_build: remove unused struct member.
Kaz Kylheku
2024-02-27
1
-1
/
+0
*
New sequence building framework.
Kaz Kylheku
2024-02-26
1
-0
/
+24
*
New function: cons-count.
Kaz Kylheku
2024-02-09
1
-0
/
+1
*
New function: cons-find.
Kaz Kylheku
2024-02-09
1
-0
/
+1
*
New function: hist-sort-by.
Kaz Kylheku
2024-02-02
1
-0
/
+1
*
We need a length-< special method.
Kaz Kylheku
2024-01-19
1
-1
/
+1
*
Copyright year bump 2024.
Kaz Kylheku
2024-01-18
1
-1
/
+1
*
New accessor: mref.
Kaz Kylheku
2023-11-15
1
-0
/
+1
*
New: length-list-<, length-<
Kaz Kylheku
2023-10-05
1
-0
/
+2
*
New hist-sort function.
Kaz Kylheku
2023-09-25
1
-1
/
+2
*
New functions: nested-vec-of and nested-vec.
Kaz Kylheku
2023-09-21
1
-0
/
+2
*
Use vargs typedef instead of struct args *.
Kaz Kylheku
2023-09-05
1
-46
/
+46
*
New function: str-esc.
Kaz Kylheku
2023-09-01
1
-0
/
+1
*
New feature: local symbol renaming.
Kaz Kylheku
2023-08-10
1
-1
/
+2
*
Math library: add numerous C99 functions.
Kaz Kylheku
2023-07-15
1
-0
/
+2
*
New @(push) directive.
Kaz Kylheku
2023-06-12
1
-1
/
+1
*
New functions keep-keys-if, separate-keys.
Kaz Kylheku
2023-06-07
1
-0
/
+2
*
gc: fix bad c++ casts.
Kaz Kylheku
2023-06-03
1
-2
/
+2
*
gc: use single allocation for prot_array.
Kaz Kylheku
2023-05-02
1
-0
/
+4
*
sort: support stable sorting via ssort and snsort.
Kaz Kylheku
2023-05-02
1
-0
/
+2
*
New function: arithp.
Kaz Kylheku
2023-03-26
1
-0
/
+2
*
fix --no-gen-gc configuration.
Kaz Kylheku
2023-01-20
1
-3
/
+3
*
Copyright year bump 2023.
Kaz Kylheku
2023-01-01
1
-1
/
+1
*
lib: or2: define in GCC-specific way.
Kaz Kylheku
2022-10-26
1
-1
/
+5
*
strings: revert caching of hash value.
Kaz Kylheku
2022-10-08
1
-3
/
+1
*
strings: take advantage of malloc_usable_size
Kaz Kylheku
2022-10-06
1
-1
/
+5
*
nan-boxing: warning fix for gcc 12.
Kaz Kylheku
2022-09-16
1
-0
/
+2
*
nan-boxing: build on older gcc.
Kaz Kylheku
2022-09-16
1
-7
/
+8
*
nan-boxing: use GCC pragmas to disable aliasing warnings.
Kaz Kylheku
2022-09-14
1
-0
/
+7
*
Implement NaN boxing.
Kaz Kylheku
2022-09-13
1
-17
/
+137
*
Define bit width of NUM type in one place.
Kaz Kylheku
2022-09-12
1
-0
/
+1
*
New macro: close-lazy-streams.
Kaz Kylheku
2022-08-28
1
-0
/
+1
*
New function: search-all
Kaz Kylheku
2022-08-17
1
-0
/
+1
*
New function: count.
Kaz Kylheku
2022-07-18
1
-0
/
+1
*
New function: str
Kaz Kylheku
2022-06-12
1
-0
/
+1
*
New: spln and tokn functions.
Kaz Kylheku
2022-05-30
1
-0
/
+2
[next]