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
...
*
gc: fix bad c++ casts.
Kaz Kylheku
2023-06-03
2
-6
/
+6
*
listener: process multiple expressions
Kaz Kylheku
2023-06-02
2
-19
/
+29
*
doc: missing html-encode* syntax synopsis.
Kaz Kylheku
2023-06-02
1
-0
/
+1
*
doc: defmacro doesn't define local macros.
Kaz Kylheku
2023-06-02
1
-1
/
+1
*
doc: nonexistent syntactic place.
Kaz Kylheku
2023-06-02
1
-1
/
+0
*
load: now passes args via *load-args*
Kaz Kylheku
2023-05-31
6
-23
/
+82
*
load: now establishes a block named load.
Kaz Kylheku
2023-05-31
4
-16
/
+67
*
command line: -e takes multiple forms.
Kaz Kylheku
2023-05-30
4
-15
/
+54
*
parser: handle "fatal" conditions in flex scanner
Kaz Kylheku
2023-05-29
2
-174
/
+192
*
New macro: expander-let.
Kaz Kylheku
2023-05-28
4
-0
/
+116
*
doc: compiler-let syntax
Kaz Kylheku
2023-05-28
1
-1
/
+9
*
expander: support param macros in nested macro param lists.
Kaz Kylheku
2023-05-27
3
-39
/
+72
*
awk: new :fun clause for local functions.
Kaz Kylheku
2023-05-24
2
-28
/
+56
*
compiler: fbind/lbind: elide unnecessary frames.
Kaz Kylheku
2023-05-24
1
-9
/
+15
*
label/flet: bug: empty case wallops symbol macros.
Kaz Kylheku
2023-05-24
2
-1
/
+6
*
awk: widen scope of redirection macros.
Kaz Kylheku
2023-05-24
2
-39
/
+52
*
lib: fix issue uncovered by recent vm CALL insn change.
Kaz Kylheku
2023-05-24
2
-7
/
+38
*
awk: bug: fix ->> appending redirection operator.
Kaz Kylheku
2023-05-23
2
-1
/
+43
*
awk: bug: broken redirection operators.
Kaz Kylheku
2023-05-23
1
-2
/
+2
*
vm: handle cases in CALL like in GCALL.
Kaz Kylheku
2023-05-17
1
-14
/
+58
*
quips: reference to Super Dave Osborne.
Kaz Kylheku
2023-05-17
1
-0
/
+1
*
with-compile-options: reimplement using compiler-let
Kaz Kylheku
2023-05-16
2
-26
/
+64
*
New special operator: compiler-let
Kaz Kylheku
2023-05-16
5
-3
/
+87
*
New special operator: progv
Kaz Kylheku
2023-05-15
5
-1
/
+185
*
quips: piano-related quip.
Kaz Kylheku
2023-05-15
1
-0
/
+1
*
vm: bugfix: global lexicals looked up dynamically.
Kaz Kylheku
2023-05-15
3
-23
/
+42
*
quips: new dad joke about the meta-object protocol
Kaz Kylheku
2023-05-14
1
-0
/
+1
*
bug: symbol-value place always global.
Kaz Kylheku
2023-05-14
3
-4
/
+41
*
fix crash if built-in variable is unbound.
Kaz Kylheku
2023-05-12
1
-1
/
+3
*
doc: missing verb under makunbound.
Kaz Kylheku
2023-05-12
1
-1
/
+1
*
compiler: spelling error in diagnostic.
Kaz Kylheku
2023-05-12
1
-1
/
+1
*
ffi: fix unused variable warning.
Kaz Kylheku
2023-05-11
1
-2
/
+2
*
android: restore pointer tag in gc_free_all.
Kaz Kylheku
2023-05-11
1
-0
/
+4
*
android: configure SDK level via clang --target.
Kaz Kylheku
2023-05-11
1
-1
/
+1
*
sysif: define passwd symbol for group stuff.
Kaz Kylheku
2023-05-11
1
-1
/
+3
*
Version 286.
txr-286
Kaz Kylheku
2023-05-07
6
-675
/
+768
*
build: mergesort is in <stdlib.h> on MacOS.
Kaz Kylheku
2023-05-07
1
-1
/
+1
*
doc: remove "comprised of" in two places.
Kaz Kylheku
2023-05-06
1
-7
/
+7
*
hash: cache struct hash fields in locals in hash_mark.
Kaz Kylheku
2023-05-05
1
-8
/
+11
*
hash: some streamlining in weak table processing.
Kaz Kylheku
2023-05-05
3
-10
/
+67
*
defstruct: diagnostic improvement for boa args.
Kaz Kylheku
2023-05-05
1
-2
/
+2
*
compiler: multiple issues in macro-parameter forms.
Kaz Kylheku
2023-05-05
1
-24
/
+18
*
compiler: bugfix: wrong condition in late-peephole.
Kaz Kylheku
2023-05-04
1
-1
/
+1
*
compiler: liveness bug involving closures.
Kaz Kylheku
2023-05-04
1
-3
/
+17
*
sort: missing vector coverage in tests.
Kaz Kylheku
2023-05-03
1
-4
/
+18
*
sort: optimizations eliding keyfun and access.
Kaz Kylheku
2023-05-03
1
-15
/
+45
*
sort: move tests into tests/012.
Kaz Kylheku
2023-05-02
1
-0
/
+0
*
gc: use single allocation for prot_array.
Kaz Kylheku
2023-05-02
4
-27
/
+21
*
sort: support stable sorting via ssort and snsort.
Kaz Kylheku
2023-05-02
8
-9
/
+211
*
sort: correct name in error reporting.
Kaz Kylheku
2023-05-02
1
-4
/
+3
[prev]
[next]