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
*
New function: identity*
Kaz Kylheku
2019-10-28
1
-1
/
+2
*
fixparam: signed/unsigned warning from GNU C++.
Kaz Kylheku
2019-10-25
1
-1
/
+1
*
parser: use faster, unsafe nreverse.
Kaz Kylheku
2019-10-25
1
-0
/
+1
*
functions: provide accessors for basic properties.
Kaz Kylheku
2019-10-18
1
-0
/
+3
*
vm: prevent overflow of fixparam field in function.
Kaz Kylheku
2019-10-17
1
-2
/
+5
*
New function: copy-tree.
Kaz Kylheku
2019-10-16
1
-0
/
+1
*
hash: use ucnum for hash values everywhere.
Kaz Kylheku
2019-10-12
1
-1
/
+1
*
safety: fix type tests that code can subvert.
Kaz Kylheku
2019-09-30
1
-0
/
+1
*
New data type: tnode.
Kaz Kylheku
2019-09-22
1
-2
/
+9
*
All HAVE_* macros should be tested with #if, not #ifdef.
Kaz Kylheku
2019-09-12
1
-1
/
+1
*
structs: move SLOT_CACHE_SIZE macro.
Kaz Kylheku
2019-09-04
1
-2
/
+0
*
New function: tailp.
Kaz Kylheku
2019-09-03
1
-0
/
+1
*
New function: cptr-buf.
Kaz Kylheku
2019-08-21
1
-0
/
+1
*
New function: intern-fb.
Kaz Kylheku
2019-08-20
1
-0
/
+1
*
lib: streamline interning slightly.
Kaz Kylheku
2019-08-20
1
-0
/
+1
*
new functions: find-symbol and find-symbol-fb.
Kaz Kylheku
2019-08-19
1
-1
/
+2
*
seq_iter: remove pointless one-member union.
Kaz Kylheku
2019-08-14
1
-3
/
+1
*
ffi: support flexible structures.
Kaz Kylheku
2019-07-20
1
-1
/
+1
*
list_collect: handle objects.
Kaz Kylheku
2019-06-25
1
-0
/
+1
*
New function: bitset.
Kaz Kylheku
2019-06-18
1
-0
/
+1
*
toseq: remove unused function.
Kaz Kylheku
2019-06-12
1
-1
/
+0
*
seq iterators: new peek operation.
Kaz Kylheku
2019-06-12
1
-0
/
+3
*
lib: remove unused numeric macros.
Kaz Kylheku
2019-05-25
1
-2
/
+0
*
lib: more nuanced file access errors.
Kaz Kylheku
2019-05-01
1
-0
/
+1
*
New function: window-mapdo.
Kaz Kylheku
2019-04-21
1
-0
/
+1
*
Support max length and depth for object printing.
Kaz Kylheku
2019-04-18
1
-1
/
+2
*
New function: cptr-size-hint.
Kaz Kylheku
2019-04-06
1
-0
/
+1
*
New unchecked setter for function environment.
Kaz Kylheku
2019-03-14
1
-0
/
+1
*
lazy conses: support state in car and cdr.
Kaz Kylheku
2019-03-13
1
-0
/
+3
*
lib: introduce new make_lazy_cons variant.
Kaz Kylheku
2019-03-12
1
-0
/
+1
*
lib: rename make_half_lazy_cons.
Kaz Kylheku
2019-03-12
1
-1
/
+1
*
lib: optimize lazy functions with unchecked accesses.
Kaz Kylheku
2019-03-12
1
-0
/
+6
*
New sequence iterator object and functions.
Kaz Kylheku
2019-03-11
1
-1
/
+4
*
bracket: new function.
Kaz Kylheku
2019-02-24
1
-0
/
+1
*
Optimize hash operation with unsafe car/cdr.
Kaz Kylheku
2019-02-14
1
-0
/
+2
*
symdiff: new function.
Kaz Kylheku
2019-02-14
1
-0
/
+3
*
optimizing diff, isec and uni for non-lists.
Kaz Kylheku
2019-02-13
1
-0
/
+1
*
Framework for iterating over sequences.
Kaz Kylheku
2019-02-13
1
-0
/
+15
*
sum and prod take keyfun argument.
Kaz Kylheku
2019-02-02
1
-2
/
+2
*
Extend infrastructure for double_intptr_t.
Kaz Kylheku
2019-01-25
1
-0
/
+5
*
Copyright year bump 2019.
Kaz Kylheku
2019-01-16
1
-1
/
+1
*
New function: square.
Kaz Kylheku
2019-01-05
1
-0
/
+1
*
nzerop: new function.
Kaz Kylheku
2018-12-13
1
-0
/
+1
*
New range testing functions.
Kaz Kylheku
2018-11-27
1
-0
/
+2
*
logxor: fix seriously broken function.
Kaz Kylheku
2018-11-25
1
-0
/
+1
*
math: remove redundant type checks from NUM.
Kaz Kylheku
2018-11-16
1
-0
/
+4
*
copy-fun: duplicate a function, with own environment.
Kaz Kylheku
2018-11-13
1
-0
/
+1
*
Better identify functions that misuse COBJ-s and hashes.
Kaz Kylheku
2018-11-07
1
-3
/
+3
*
lib: remove unused type checking functions.
Kaz Kylheku
2018-11-07
1
-2
/
+0
*
type_check: take function name arg.
Kaz Kylheku
2018-11-07
1
-3
/
+3
[next]