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
*
New function: cptr-size-hint.
Kaz Kylheku
2019-04-06
1
-0
/
+7
*
Move numeric functions from lib.c to arith.c
Kaz Kylheku
2019-03-25
1
-410
/
+0
*
float: fix syntax error involving fplassify.
Kaz Kylheku
2019-03-22
1
-1
/
+1
*
take-until: rewrite with seq_info; elide cons.
Kaz Kylheku
2019-03-20
1
-16
/
+13
*
take: rewrite with seq_info; elide cons.
Kaz Kylheku
2019-03-20
1
-31
/
+31
*
interpose: eliminate state cons.
Kaz Kylheku
2019-03-18
1
-9
/
+5
*
partition*: optimization.
Kaz Kylheku
2019-03-18
1
-14
/
+8
*
partition, split, split*: eliminate state conses.
Kaz Kylheku
2019-03-18
1
-30
/
+31
*
partition-by: eliminate state conses.
Kaz Kylheku
2019-03-17
1
-12
/
+7
*
tuples: eliminate state conses.
Kaz Kylheku
2019-03-15
1
-8
/
+6
*
flatcar*: eliminate state cons.
Kaz Kylheku
2019-03-15
1
-5
/
+5
*
flatten*: use lcons for threading state.
Kaz Kylheku
2019-03-15
1
-5
/
+6
*
append*: save a bit of memory.
Kaz Kylheku
2019-03-14
1
-9
/
+8
*
New unchecked setter for function environment.
Kaz Kylheku
2019-03-14
1
-0
/
+6
*
oop: make struct symbol supertype of all structs.
Kaz Kylheku
2019-03-13
1
-0
/
+2
*
lazy conses: support state in car and cdr.
Kaz Kylheku
2019-03-13
1
-0
/
+17
*
lib: use accessor for lcons function.
Kaz Kylheku
2019-03-12
1
-2
/
+3
*
lib: introduce new make_lazy_cons variant.
Kaz Kylheku
2019-03-12
1
-15
/
+15
*
lib: rename make_half_lazy_cons.
Kaz Kylheku
2019-03-12
1
-2
/
+2
*
lib: optimize lazy functions with unchecked accesses.
Kaz Kylheku
2019-03-12
1
-89
/
+89
*
where: convert to lazy.
Kaz Kylheku
2019-03-12
1
-44
/
+79
*
float: turn out-of-range calculations into exceptions.
Kaz Kylheku
2019-03-12
1
-4
/
+24
*
New sequence iterator object and functions.
Kaz Kylheku
2019-03-11
1
-1
/
+53
*
bracket: new function.
Kaz Kylheku
2019-02-24
1
-0
/
+13
*
printer: revise package prefix decision.
Kaz Kylheku
2019-02-23
1
-24
/
+50
*
Optimize hash operation with unsafe car/cdr.
Kaz Kylheku
2019-02-14
1
-8
/
+20
*
gethash_c: review uses and improve or replace.
Kaz Kylheku
2019-02-14
1
-8
/
+7
*
gethash_f: removing function.
Kaz Kylheku
2019-02-14
1
-28
/
+26
*
symdiff: new function.
Kaz Kylheku
2019-02-14
1
-0
/
+43
*
optimizing diff, isec and uni for non-lists.
Kaz Kylheku
2019-02-13
1
-35
/
+70
*
num: reduce duplicate code.
Kaz Kylheku
2019-02-13
1
-3
/
+1
*
Framework for iterating over sequences.
Kaz Kylheku
2019-02-13
1
-0
/
+79
*
sum and prod take keyfun argument.
Kaz Kylheku
2019-02-02
1
-4
/
+39
*
Provide faster bignum-in-fixed-integer range tests in MPI.
Kaz Kylheku
2019-01-25
1
-1
/
+1
*
lib: revise wording of integer range errors.
Kaz Kylheku
2019-01-24
1
-7
/
+8
*
mpi: use wchar_t string for text-to-bignum.
Kaz Kylheku
2019-01-18
1
-4
/
+1
*
Copyright year bump 2019.
Kaz Kylheku
2019-01-16
1
-1
/
+1
*
Eliminate ALLOCA_H.
Kaz Kylheku
2018-12-31
1
-1
/
+1
*
Drastically reduce inclusion of <dirent.h>.
Kaz Kylheku
2018-12-11
1
-1
/
+0
*
New range testing functions.
Kaz Kylheku
2018-11-27
1
-0
/
+20
*
print: keep colon in keyword syms
Kaz Kylheku
2018-11-25
1
-1
/
+5
*
copy: call copy-fun for functions.
Kaz Kylheku
2018-11-17
1
-0
/
+2
*
vm: provide special case call entry points.
Kaz Kylheku
2018-11-16
1
-14
/
+7
*
copy-fun: duplicate a function, with own environment.
Kaz Kylheku
2018-11-13
1
-0
/
+15
*
Better identify functions that misuse COBJ-s and hashes.
Kaz Kylheku
2018-11-07
1
-38
/
+48
*
lib: remove unused type checking functions.
Kaz Kylheku
2018-11-07
1
-17
/
+0
*
Fix wrong uses of ~s for function name string.
Kaz Kylheku
2018-11-07
1
-5
/
+5
*
type_check: take function name arg.
Kaz Kylheku
2018-11-07
1
-33
/
+36
*
symbol_needs_prefix: take function name argument.
Kaz Kylheku
2018-11-07
1
-3
/
+3
*
lazy strings: remove two type checks.
Kaz Kylheku
2018-11-07
1
-2
/
+0
[next]