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
...
*
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
*
Version 224.
txr-224
Kaz Kylheku
2019-08-29
6
-863
/
+928
*
compiler: mac params: eliminate plen variable.
Kaz Kylheku
2019-08-29
1
-10
/
+9
*
sha256/md5: allow characters and byte values.
Kaz Kylheku
2019-08-29
2
-4
/
+48
*
compiler: elide nil var intializaton.
Kaz Kylheku
2019-08-28
1
-2
/
+6
*
compiler: mac params: simplify optional presence indicators.
Kaz Kylheku
2019-08-28
1
-15
/
+21
*
compiler: mac params: late allocation for cursors.
Kaz Kylheku
2019-08-28
1
-68
/
+69
*
trace: bug: redef of traced method resurrects old.
Kaz Kylheku
2019-08-28
1
-3
/
+3
*
trace: bugfix: trace-redefine-check doesn't untrace.
Kaz Kylheku
2019-08-28
1
-3
/
+3
*
compiler: bugfix: incorrect scoping in macro param binding.
Kaz Kylheku
2019-08-28
1
-65
/
+85
*
compiler: bugfix: colon keyword bungle in macro params.
Kaz Kylheku
2019-08-28
1
-9
/
+7
*
unwind: bugfix: unhandled_ex not gc-protected.
Kaz Kylheku
2019-08-28
1
-1
/
+3
*
compiler: relate mac bind error to right substructure.
Kaz Kylheku
2019-08-27
1
-1
/
+1
*
compiler: for: bugfix: dangling label reference.
Kaz Kylheku
2019-08-26
1
-1
/
+1
*
crypt: detect and use glibc's crypt_r.
Kaz Kylheku
2019-08-26
2
-2
/
+39
*
build: bugfix: compiler opts duplicated; remove_flags broken.
Kaz Kylheku
2019-08-25
1
-1
/
+1
*
sha256/md5: state-based hash: handle size_t overflow.
Kaz Kylheku
2019-08-24
1
-20
/
+20
*
sha256/md5: hash string more efficiently.
Kaz Kylheku
2019-08-24
1
-4
/
+12
*
New state-object-based sha256 and md5 digesting.
Kaz Kylheku
2019-08-23
3
-0
/
+230
*
licensing: describe RSA-MD situation.
Kaz Kylheku
2019-08-23
2
-3
/
+15
*
New: MD5 digest functions.
Kaz Kylheku
2019-08-23
6
-19
/
+509
*
New function: cptr-buf.
Kaz Kylheku
2019-08-21
4
-2
/
+46
*
doc: note about cptr-obj lifetime.
Kaz Kylheku
2019-08-21
1
-0
/
+12
*
New function: intern-fb.
Kaz Kylheku
2019-08-20
4
-2
/
+37
*
lib: streamline interning slightly.
Kaz Kylheku
2019-08-20
4
-15
/
+17
*
lexer: no leading 0 in 2-digit hex chars in diagnostic.
Kaz Kylheku
2019-08-20
1
-3
/
+3
*
parser: bugfix: uninitialized ignore flag.
Kaz Kylheku
2019-08-20
1
-0
/
+1
*
doc: mistake in intern arg description.
Kaz Kylheku
2019-08-20
1
-2
/
+2
*
new functions: find-symbol and find-symbol-fb.
Kaz Kylheku
2019-08-19
4
-9
/
+111
*
parser: #; notation shouldn't intern symbols.
Kaz Kylheku
2019-08-18
1
-2
/
+3
*
parser: rename circ_suppress flag.
Kaz Kylheku
2019-08-18
3
-16
/
+16
[prev]
[next]