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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
unique: covert to seq_build.
Kaz Kylheku
2024-03-02
1
-3
/
+4
*
zip: make more generic.
Kaz Kylheku
2024-03-01
1
-39
/
+0
*
partition, split, split*: iter used for indices
Kaz Kylheku
2024-02-29
1
-10
/
+14
*
partition-if: use seq_build for accumulating partitions.
Kaz Kylheku
2024-02-28
1
-4
/
+6
*
partition-by: replace sequence traversal with iter.
Kaz Kylheku
2024-02-28
1
-10
/
+13
*
partition-by: replace tuple accumulation with seq_build.
Kaz Kylheku
2024-02-28
1
-6
/
+7
*
seq_build: seq_pend must be nondestructive for lists.
Kaz Kylheku
2024-02-28
1
-1
/
+17
*
seq_build: convert list buiding to list_collect.
Kaz Kylheku
2024-02-28
1
-68
/
+9
*
seq_build: whitespace.
Kaz Kylheku
2024-02-28
1
-1
/
+1
*
seq_build: remove unnecessary convert calls.
Kaz Kylheku
2024-02-28
1
-2
/
+0
*
seq_build: remove one finish function.
Kaz Kylheku
2024-02-28
1
-6
/
+1
*
seq_build: safeguard against adding to finished object.
Kaz Kylheku
2024-02-28
1
-0
/
+14
*
mapcar, mappend: switch to seq_build.
Kaz Kylheku
2024-02-27
1
-4
/
+16
*
seq_build: support improper lists.
Kaz Kylheku
2024-02-27
1
-1
/
+53
*
tuples: convert tuple generation to seq_build.
Kaz Kylheku
2024-02-27
1
-4
/
+7
*
seq_build: fix: incompatible items must create list.
Kaz Kylheku
2024-02-27
1
-12
/
+30
*
seq_build: struct/carray bugfix.
Kaz Kylheku
2024-02-27
1
-3
/
+4
*
seq_build: put self name into structure.
Kaz Kylheku
2024-02-27
1
-15
/
+16
*
seq_build: build lists in order using tail pointer.
Kaz Kylheku
2024-02-27
1
-2
/
+19
*
separate-keys: rework using seq_build
Kaz Kylheku
2024-02-27
1
-62
/
+13
*
separate: rework using seq_build.
Kaz Kylheku
2024-02-27
1
-75
/
+13
*
seq_build: allow initialization from iterator.
Kaz Kylheku
2024-02-27
1
-0
/
+6
*
keep-keys-if: rework with generic sequence processing.
Kaz Kylheku
2024-02-26
1
-56
/
+12
*
New sequence building framework.
Kaz Kylheku
2024-02-26
1
-123
/
+207
*
keep-if: don't report as remove-if in errors.
Kaz Kylheku
2024-02-26
1
-3
/
+7
*
New function: cons-count.
Kaz Kylheku
2024-02-09
1
-0
/
+19
*
New function: cons-find.
Kaz Kylheku
2024-02-09
1
-0
/
+17
*
New function: hist-sort-by.
Kaz Kylheku
2024-02-02
1
-2
/
+7
*
We need a length-< special method.
Kaz Kylheku
2024-01-19
1
-1
/
+19
*
Copyright year bump 2024.
Kaz Kylheku
2024-01-18
1
-1
/
+1
*
lib: avoid realloc with zero size.
Kaz Kylheku
2024-01-16
1
-3
/
+13
*
gc: bug in sub-str on lazy string argument.
Kaz Kylheku
2024-01-06
1
-0
/
+1
*
iter_begin: gc problem.
Kaz Kylheku
2024-01-01
1
-0
/
+2
*
print: print/read consistency problem with rcons.
Kaz Kylheku
2023-12-08
1
-1
/
+2
*
oop: allow del on struct sequences.
Kaz Kylheku
2023-11-15
1
-3
/
+0
*
dwim: correction to error diagnostic.
Kaz Kylheku
2023-11-15
1
-1
/
+1
*
New accessor: mref.
Kaz Kylheku
2023-11-15
1
-0
/
+12
*
New: length-list-<, length-<
Kaz Kylheku
2023-10-05
1
-0
/
+28
*
flatten*: fix two bugs.
Kaz Kylheku
2023-09-30
1
-4
/
+5
*
New hist-sort function.
Kaz Kylheku
2023-09-25
1
-3
/
+22
*
New functions: nested-vec-of and nested-vec.
Kaz Kylheku
2023-09-21
1
-20
/
+69
*
Use vargs typedef instead of struct args *.
Kaz Kylheku
2023-09-05
1
-38
/
+38
*
json: allow integers and lists.
Kaz Kylheku
2023-09-03
1
-7
/
+15
*
New function: str-esc.
Kaz Kylheku
2023-09-01
1
-0
/
+20
*
unuse-sym: fix in face of use-sym-as.
Kaz Kylheku
2023-08-10
1
-0
/
+10
*
New feature: local symbol renaming.
Kaz Kylheku
2023-08-10
1
-3
/
+14
*
del/replace with index-list: fix semantics.
Kaz Kylheku
2023-07-18
1
-11
/
+88
*
printer: print (sys:vector-list ()) as #() not #nil.
Kaz Kylheku
2023-07-17
1
-1
/
+4
*
unique: use sequence iteration
Kaz Kylheku
2023-07-10
1
-20
/
+8
*
Bug: ranges not treated as iterable in some situations.
Kaz Kylheku
2023-06-30
1
-1
/
+1
[next]