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
*
Bugfix: incorrect appending to improper lists.
Kaz Kylheku
2019-09-09
1
-9
/
+16
*
subtypep: structs with car or length method are sequences.
Kaz Kylheku
2019-09-06
1
-0
/
+7
*
seq_info: bug: nil for objects with only length method.
Kaz Kylheku
2019-09-06
1
-1
/
+1
*
subtypep: remove useless eq.
Kaz Kylheku
2019-09-06
1
-1
/
+1
*
lib: access special methods via special slot mechanism.
Kaz Kylheku
2019-09-06
1
-26
/
+23
*
seq_info: remove redundant car slot lookup.
Kaz Kylheku
2019-09-04
1
-2
/
+0
*
type: lcons and string are subtypes of sequence.
Kaz Kylheku
2019-09-04
1
-1
/
+1
*
New function: tailp.
Kaz Kylheku
2019-09-03
1
-0
/
+10
*
New function: cptr-buf.
Kaz Kylheku
2019-08-21
1
-0
/
+7
*
New function: intern-fb.
Kaz Kylheku
2019-08-20
1
-0
/
+11
*
lib: streamline interning slightly.
Kaz Kylheku
2019-08-20
1
-13
/
+14
*
new functions: find-symbol and find-symbol-fb.
Kaz Kylheku
2019-08-19
1
-8
/
+49
*
seq_iter: remove pointless one-member union.
Kaz Kylheku
2019-08-14
1
-6
/
+6
*
where: bugfix: doesn't work for non-list sequence.
Kaz Kylheku
2019-08-14
1
-13
/
+7
*
reverse: bugfix: garbage object in error message.
Kaz Kylheku
2019-08-09
1
-1
/
+1
*
lib: don't GC-protect two non-heap objects.
Kaz Kylheku
2019-08-06
1
-1
/
+1
*
relate: optimize with hashes.
Kaz Kylheku
2019-07-17
1
-3
/
+27
*
chk_calloc: use unsigned arithmetic.
Kaz Kylheku
2019-07-11
1
-1
/
+1
*
replace: deal with overlapping.
Kaz Kylheku
2019-07-05
1
-3
/
+3
*
empty: handle buffers.
Kaz Kylheku
2019-06-30
1
-0
/
+2
*
seq_info: nullify bugfix.
Kaz Kylheku
2019-06-28
1
-13
/
+19
*
seq-begin: bugfix: non-lists don't work.
Kaz Kylheku
2019-06-28
1
-1
/
+0
*
in: allow hash with keyfun and testfun.
Kaz Kylheku
2019-06-25
1
-1
/
+3
*
in: use seq_info
Kaz Kylheku
2019-06-25
1
-26
/
+28
*
Factor function name into self variable.
Kaz Kylheku
2019-06-25
1
-10
/
+15
*
drop-{while,until}: convert to seq_info.
Kaz Kylheku
2019-06-25
1
-16
/
+16
*
empty: handle carray.
Kaz Kylheku
2019-06-25
1
-0
/
+2
*
nullify: handle carray and hashes.
Kaz Kylheku
2019-06-25
1
-0
/
+4
*
Handle buffers in list collector functions.
Kaz Kylheku
2019-06-25
1
-0
/
+19
*
list_collect: handle objects.
Kaz Kylheku
2019-06-25
1
-1
/
+10
*
Code clean-up in list collector functions.
Kaz Kylheku
2019-06-25
1
-19
/
+23
*
seqp: expand definition of sequences.
Kaz Kylheku
2019-06-25
1
-12
/
+2
*
replace: fix strange diagnostic from bad fallthrough.
Kaz Kylheku
2019-06-24
1
-2
/
+2
*
* Makefile (OBJS): New objects chksum.o and chksums/sha256.o.
Kaz Kylheku
2019-06-23
1
-0
/
+2
*
packages: generational gc bug.
Kaz Kylheku
2019-06-19
1
-4
/
+4
*
Replace lt(x, zero) pattern.
Kaz Kylheku
2019-06-15
1
-19
/
+19
*
cat-str, split-str: sep can be character.
Kaz Kylheku
2019-06-14
1
-2
/
+22
*
select: maintenance.
Kaz Kylheku
2019-06-14
1
-33
/
+39
*
replace-list: negatives in index-list follow convention.
Kaz Kylheku
2019-06-14
1
-0
/
+2
*
replace-str, replace-vec: remove call to len.
Kaz Kylheku
2019-06-13
1
-2
/
+2
*
buffers: replace operation.
Kaz Kylheku
2019-06-12
1
-1
/
+1
*
sub-vec: optimize no-op case.
Kaz Kylheku
2019-06-12
1
-0
/
+2
*
toseq: remove unused function.
Kaz Kylheku
2019-06-12
1
-15
/
+0
*
replace-vec, replace-str: refactor with sequence iteration.
Kaz Kylheku
2019-06-12
1
-97
/
+53
*
replace_list: revise, fixing several bugs.
Kaz Kylheku
2019-06-12
1
-49
/
+37
*
seq iterators: new peek operation.
Kaz Kylheku
2019-06-12
1
-0
/
+39
*
buffers: allow sub operation.
Kaz Kylheku
2019-06-11
1
-1
/
+7
*
bugfix: list length: off-by-one error huge lists.
Kaz Kylheku
2019-05-31
1
-0
/
+2
*
C99: get rid of useless inline instantiations.
Kaz Kylheku
2019-05-02
1
-21
/
+0
*
lib: more nuanced file access errors.
Kaz Kylheku
2019-05-01
1
-0
/
+4
[next]