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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use put_char for single character output.
Kaz Kylheku
2019-09-26
2
-8
/
+8
*
lookup_fun: eliminate recursion.
Kaz Kylheku
2019-09-26
1
-24
/
+24
*
func-get-name: fix bogus return for nil argument.
Kaz Kylheku
2019-09-26
1
-10
/
+15
*
New data structure: binary search trees.
Kaz Kylheku
2019-09-25
7
-6
/
+549
*
New data type: tnode.
Kaz Kylheku
2019-09-22
11
-5
/
+220
*
hashing: take advantage of seed when hashing aggregates.
Kaz Kylheku
2019-09-20
1
-11
/
+12
*
equal: reduce type checking for conses.
Kaz Kylheku
2019-09-20
1
-3
/
+22
*
buffers: allow inequality comparison with less.
Kaz Kylheku
2019-09-20
2
-3
/
+21
*
doc: eval-only: article agreement.
Kaz Kylheku
2019-09-20
1
-1
/
+1
*
op: eliminate useless quasiquote.
Kaz Kylheku
2019-09-15
1
-1
/
+1
*
gc: align objects more strictly.
Kaz Kylheku
2019-09-12
3
-4
/
+80
*
All HAVE_* macros should be tested with #if, not #ifdef.
Kaz Kylheku
2019-09-12
7
-12
/
+12
*
gc: bug in determining tight heap bounding box.
Kaz Kylheku
2019-09-12
1
-2
/
+2
*
Improve overflow checks in string catenation.
Kaz Kylheku
2019-09-12
1
-8
/
+8
*
Add forgotten alloca header under version control.
Kaz Kylheku
2019-09-12
1
-0
/
+38
*
linenoise: add copyright note.
Kaz Kylheku
2019-09-11
2
-0
/
+2
*
ftw: forgotten copyright bump.
Kaz Kylheku
2019-09-11
1
-1
/
+1
*
md5: unused variable on big endian.
Kaz Kylheku
2019-09-11
1
-1
/
+0
*
Version 225.
txr-225
Kaz Kylheku
2019-09-11
6
-119
/
+156
*
list-builder: remove wasteful slot accesses.
Kaz Kylheku
2019-09-10
1
-11
/
+11
*
list-builder: simplify circularity check in pend.
Kaz Kylheku
2019-09-10
1
-4
/
+1
*
printer: put out BOM character as #\xFEFF.
Kaz Kylheku
2019-09-10
1
-1
/
+4
*
bracket: bug: wrong result when function is applied.
Kaz Kylheku
2019-09-10
2
-4
/
+18
*
tests: add tests for list-builder and fix bug.
Kaz Kylheku
2019-09-10
2
-1
/
+11
*
tests: add tests for digits function.
Kaz Kylheku
2019-09-09
1
-0
/
+18
*
New tests for sequence manipulation.
Kaz Kylheku
2019-09-09
2
-0
/
+9
*
build: clean target should remove run.sh
Kaz Kylheku
2019-09-09
1
-2
/
+2
*
Bugfix: incorrect appending to improper lists.
Kaz Kylheku
2019-09-09
1
-9
/
+16
*
list-builder: rewrite of basic methods.
Kaz Kylheku
2019-09-09
2
-49
/
+86
*
digits/digpow: recycle temporary conses.
Kaz Kylheku
2019-09-07
1
-2
/
+3
*
digits/digpow: wrong results for radix powers.
Kaz Kylheku
2019-09-06
1
-1
/
+1
*
digits/digpow: disallow base 1.
Kaz Kylheku
2019-09-06
1
-1
/
+1
*
subtypep: structs with car or length method are sequences.
Kaz Kylheku
2019-09-06
4
-0
/
+17
*
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
5
-32
/
+63
*
struct: remove trivial static function.
Kaz Kylheku
2019-09-06
1
-6
/
+1
*
structs: lazily allocate special slots array.
Kaz Kylheku
2019-09-04
1
-23
/
+30
*
seq_info: remove redundant car slot lookup.
Kaz Kylheku
2019-09-04
1
-2
/
+0
*
structs: special slot generalization.
Kaz Kylheku
2019-09-04
1
-13
/
+34
*
structs: move SLOT_CACHE_SIZE macro.
Kaz Kylheku
2019-09-04
2
-2
/
+1
*
type: lcons and string are subtypes of sequence.
Kaz Kylheku
2019-09-04
1
-1
/
+1
*
list-builder: use copy-list, not copy.
Kaz Kylheku
2019-09-03
1
-6
/
+6
*
list-builder: bugfix: broken self-appending.
Kaz Kylheku
2019-09-03
1
-4
/
+7
*
New function: tailp.
Kaz Kylheku
2019-09-03
4
-0
/
+65
*
struct: recycle conses used for slot lookups.
Kaz Kylheku
2019-09-03
1
-0
/
+12
*
doc: fixes from vapnik spaknik.
Kaz Kylheku
2019-09-03
1
-43
/
+80
*
doc: hyphenation of some compound words.
Kaz Kylheku
2019-09-03
1
-4
/
+4
*
interpreter: trivial let goes through let* case.
Kaz Kylheku
2019-08-31
1
-1
/
+1
*
interpreter: bug between let* and continuations.
Kaz Kylheku
2019-08-31
1
-11
/
+14
[prev]
[next]