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
*
New function: time-nsec.
Kaz Kylheku
2020-10-07
4
-1
/
+54
*
time: move time functions out of lib.c into time.c.
Kaz Kylheku
2020-10-07
8
-488
/
+567
*
random: correctly refer to WELL512a everywhere.
Kaz Kylheku
2020-10-07
2
-6
/
+6
*
random: add tests validating WELL512a.
Kaz Kylheku
2020-10-07
2
-0
/
+24
*
random: bugfix: incorrect WELL512a.
Kaz Kylheku
2020-10-07
3
-65
/
+98
*
doc: out of order compat entries.
Kaz Kylheku
2020-10-07
1
-6
/
+6
*
METALICENSE: paragraph about Bison.
Kaz Kylheku
2020-10-07
1
-0
/
+13
*
quips: four new entries.
Kaz Kylheku
2020-10-06
1
-0
/
+4
*
New functions trim-left and trim-right.
Kaz Kylheku
2020-10-05
4
-0
/
+140
*
quips: two new entries.
Kaz Kylheku
2020-10-05
1
-0
/
+2
*
New: quip function for random humor.
Kaz Kylheku
2020-10-04
3
-0
/
+122
*
configure: quote more characters in cmdline
Kaz Kylheku
2020-10-02
1
-1
/
+1
*
compiler: don't use move immediate instructions.
Kaz Kylheku
2020-10-01
2
-5
/
+0
*
vm: deprecate move-immediate instructions.
Kaz Kylheku
2020-10-01
3
-4
/
+10
*
genvmop.txr: stop using :vars.
Kaz Kylheku
2020-10-01
1
-1
/
+1
*
txr: bugfix: repeat not finding Lisp vars in brace.
Kaz Kylheku
2020-10-01
2
-10
/
+18
*
configure: only detect lex in maintainer mode.
Kaz Kylheku
2020-09-24
2
-24
/
+32
*
configure: detect yacc only in maintainer mode.
Kaz Kylheku
2020-09-24
2
-47
/
+46
*
parser: commit Bison-2.5-generated code.
Kaz Kylheku
2020-09-24
4
-11
/
+14353
*
new: maintainer mode.
Kaz Kylheku
2020-09-24
2
-0
/
+8
*
Makefile: stray tabs.
Kaz Kylheku
2020-09-24
1
-1
/
+1
*
Version 243
txr-243
Kaz Kylheku
2020-09-01
6
-425
/
+453
*
oop: add tests for diamond problem.
Kaz Kylheku
2020-09-01
2
-2
/
+23
*
tags: address small issue with tag lookup.
Kaz Kylheku
2020-09-01
3
-8
/
+8
*
New function: reject.
Kaz Kylheku
2020-09-01
4
-0
/
+117
*
doc: minor flaw in select syntax markup.
Kaz Kylheku
2020-08-30
1
-1
/
+1
*
doc: rewrite multiple inheritance intro paragraph.
Kaz Kylheku
2020-08-28
1
-9
/
+3
*
doc: :fini also affected by diamond problem.
Kaz Kylheku
2020-08-28
1
-4
/
+25
*
OOP: use chk_calloc for objects.
Kaz Kylheku
2020-08-27
1
-9
/
+4
*
OOP: bugfix: lazy object uninitialized dirty flag.
Kaz Kylheku
2020-08-27
1
-0
/
+1
*
OOP: optimization in dupe base check.
Kaz Kylheku
2020-08-27
1
-7
/
+7
*
structs: deal with initialization diamond problem.
Kaz Kylheku
2020-08-27
2
-13
/
+201
*
ffi/doc: bugfixes to bitfield alignment.
Kaz Kylheku
2020-08-24
2
-22
/
+24
*
doc: ffi: struct size with only zero-width field.
Kaz Kylheku
2020-08-24
1
-1
/
+2
*
ffi: bugfix: zero-width bitfield offset problem.
Kaz Kylheku
2020-08-24
1
-1
/
+1
*
ffi: correct tft->nmemb under zero-bit fields.
Kaz Kylheku
2020-08-24
1
-2
/
+4
*
doc: clarify *load-path* treatment under @(load)
Kaz Kylheku
2020-08-19
1
-1
/
+3
*
txr: repeat ferrets out Lisp-embedded vars.
Kaz Kylheku
2020-08-17
4
-46
/
+87
*
txr: identify output repeat vars at parse time
Kaz Kylheku
2020-08-17
2
-52
/
+64
*
Remove unnecessary forward declarations.
Kaz Kylheku
2020-08-17
2
-3
/
+0
*
Version 242
txr-242
Kaz Kylheku
2020-08-14
4
-5
/
+18
*
match.c: revert bad commits.
Kaz Kylheku
2020-08-14
1
-158
/
+118
*
doc: listener: undo over history clarifications.
Kaz Kylheku
2020-08-14
1
-6
/
+12
*
listener: fix completion regression.
Kaz Kylheku
2020-08-12
1
-1
/
+1
*
scanner: use %option never-interactive
Kaz Kylheku
2020-08-08
1
-24
/
+2
*
Version 241
txr-241
Kaz Kylheku
2020-08-07
7
-1101
/
+1184
*
scanner: backport isatty hack to Flex 2.5.x.
Kaz Kylheku
2020-08-07
1
-1
/
+18
*
cygwin: bugs in string catenation and splitting.
Kaz Kylheku
2020-08-07
1
-4
/
+4
*
cygwin: build fixes.
Kaz Kylheku
2020-08-07
2
-1
/
+2
*
doc: fix under define-option-struct
Kaz Kylheku
2020-08-07
1
-1
/
+1
[next]