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
/
tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cobj: clone method streamlines copy; structs get copy method.
Kaz Kylheku
2024-06-17
1
-2
/
+4
*
Copyright year bump 2024.
Kaz Kylheku
2024-01-18
1
-1
/
+1
*
lib: review cobj calls for gc incorrectness and fix.
Kaz Kylheku
2024-01-06
1
-0
/
+4
*
tree: bug: tree-delete-specific-node doesn't use key fun
Kaz Kylheku
2023-08-14
1
-1
/
+3
*
Copyright year bump 2023.
Kaz Kylheku
2023-01-01
1
-1
/
+1
*
tree: fix array underruns found by ubsan.
Kaz Kylheku
2022-02-14
1
-11
/
+17
*
Copyright year bump 2022.
Kaz Kylheku
2022-01-11
1
-1
/
+1
*
Casts have crept into the code not wrapped by macros.
Kaz Kylheku
2022-01-06
1
-2
/
+2
*
Eliminate declaration-after-statement everywhere.
Kaz Kylheku
2021-12-29
1
-21
/
+23
*
tree: new functions for priority queue operation.
Kaz Kylheku
2021-12-18
1
-0
/
+62
*
tree: bugfix wrong tree-count.
Kaz Kylheku
2021-12-18
1
-2
/
+4
*
tree: support for duplicate keys.
Kaz Kylheku
2021-12-17
1
-14
/
+117
*
tree-count: new function.
Kaz Kylheku
2021-12-17
1
-0
/
+8
*
license: reformat to fit 80 columns.
Kaz Kylheku
2021-08-16
1
-12
/
+13
*
gc: problem in several object copying functions.
Kaz Kylheku
2021-07-29
1
-3
/
+1
*
type: disallow structs using built-in type names.
Kaz Kylheku
2021-07-08
1
-25
/
+31
*
tree: expose missing tnodep.
Kaz Kylheku
2021-07-02
1
-0
/
+1
*
tree: different fix for dummy node issue.
Kaz Kylheku
2021-05-30
1
-2
/
+2
*
tree: gc crash due to dummy object.
Kaz Kylheku
2021-05-30
1
-1
/
+1
*
tree: streamline iteration; provide high limit.
Kaz Kylheku
2021-05-11
1
-50
/
+71
*
tree: support indexing and range extraction.
Kaz Kylheku
2021-05-11
1
-0
/
+23
*
tree: replace-tree-iter function.
Kaz Kylheku
2021-05-11
1
-0
/
+21
*
tree: copy-tree-iter function.
Kaz Kylheku
2021-05-10
1
-0
/
+22
*
tree: expose insert, lookup and delete functions.
Kaz Kylheku
2021-05-09
1
-5
/
+5
*
tree: new tree-peek function.
Kaz Kylheku
2021-05-09
1
-0
/
+52
*
tree: new make_similar_tree unction.
Kaz Kylheku
2021-05-09
1
-0
/
+13
*
tree: new functions for reseting iterator.
Kaz Kylheku
2021-04-30
1
-0
/
+33
*
tree: remove unused member from dynamic iter.
Kaz Kylheku
2021-04-30
1
-3
/
+0
*
tree: new tree-begin-at function.
Kaz Kylheku
2021-04-29
1
-2
/
+68
*
tree: incorrect lookup function.
Kaz Kylheku
2021-04-29
1
-1
/
+1
*
tree: debug massive gc problems.
Kaz Kylheku
2021-04-29
1
-55
/
+62
*
Copyright year bump 2021.
Kaz Kylheku
2021-01-14
1
-1
/
+1
*
gc: add finalization count to objects.
Kaz Kylheku
2020-12-31
1
-1
/
+1
*
Remove unnecessary #include directives.
Kaz Kylheku
2020-04-22
1
-7
/
+0
*
warning cleanup: missing member initializers.
Kaz Kylheku
2020-04-05
1
-2
/
+6
*
Copyright year bump 2020.
Kaz Kylheku
2019-12-31
1
-1
/
+1
*
tree: printing: handle unnamed functions.
Kaz Kylheku
2019-10-16
1
-3
/
+7
*
tree: copy-search-tree function.
Kaz Kylheku
2019-10-16
1
-0
/
+22
*
tree: node set functions and syntactic places.
Kaz Kylheku
2019-10-16
1
-0
/
+24
*
tree: introduce copy-tnode.
Kaz Kylheku
2019-10-16
1
-0
/
+8
*
tree: api: harmonize deletion with insertion.
Kaz Kylheku
2019-10-15
1
-2
/
+9
*
tree: add tree-clear function.
Kaz Kylheku
2019-10-07
1
-0
/
+11
*
tree: make node insertion external.
Kaz Kylheku
2019-10-07
1
-1
/
+1
*
tree: insert must clear left/right links.
Kaz Kylheku
2019-10-07
1
-0
/
+3
*
tree: tree iterators.
Kaz Kylheku
2019-10-03
1
-1
/
+54
*
tree: bug in key handling in insertion.
Kaz Kylheku
2019-10-01
1
-16
/
+17
*
tree: crash when root is to be replaced.
Kaz Kylheku
2019-10-01
1
-4
/
+9
*
tree: add treep predicate.
Kaz Kylheku
2019-09-30
1
-0
/
+6
*
tree: allow quasiquoting into #T syntax.
Kaz Kylheku
2019-09-28
1
-0
/
+25
*
New data structure: binary search trees.
Kaz Kylheku
2019-09-25
1
-0
/
+492
[next]