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
...
*
txr, eval: eliminate some func_n1 calls.
Kaz Kylheku
2020-12-10
2
-5
/
+5
*
New quip: inspired by dumb phone messages.
Kaz Kylheku
2020-12-10
1
-0
/
+1
*
mpi: small rearrangement in is-power-of-two function.
Kaz Kylheku
2020-11-22
1
-4
/
+2
*
printer: no leading zeros in hex chars.
Kaz Kylheku
2020-11-17
1
-9
/
+6
*
quips: three new entries.
Kaz Kylheku
2020-11-16
1
-0
/
+3
*
time: indentation fix.
Kaz Kylheku
2020-10-16
1
-12
/
+12
*
time: don't emulate setenv with putenv
Kaz Kylheku
2020-10-16
1
-20
/
+13
*
sysif: respect HAVE_SETENV.
Kaz Kylheku
2020-10-16
1
-0
/
+6
*
env-hash: now persistent and synced with setenv.
Kaz Kylheku
2020-10-16
2
-19
/
+108
*
doc: add missing detail to env function.
Kaz Kylheku
2020-10-16
1
-0
/
+8
*
env: move function to sysif.c
Kaz Kylheku
2020-10-16
5
-38
/
+39
*
struct: bad object in two diagnostics.
Kaz Kylheku
2020-10-16
1
-2
/
+2
*
Version 244
txr-244
Kaz Kylheku
2020-10-10
5
-438
/
+489
*
time: Solaris fix: don't assign to env_list.
Kaz Kylheku
2020-10-10
1
-1
/
+0
*
mapcar: regression: not not converting to left type
Kaz Kylheku
2020-10-10
1
-1
/
+2
*
configure: replace nm-based trick for sizes
Kaz Kylheku
2020-10-09
2
-82
/
+63
*
compiler: bump up compiled file version to 5.1.
Kaz Kylheku
2020-10-09
1
-1
/
+1
*
doc: missing info about compiled file version 5.
Kaz Kylheku
2020-10-09
1
-1
/
+3
*
random: use nanoseconds for seeding.
Kaz Kylheku
2020-10-07
1
-1
/
+1
*
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
[prev]
[next]