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
*
matcher: support @(some pat) operator.
Kaz Kylheku
2021-01-15
1
-4
/
+8
*
matcher: some renaming in all match.
Kaz Kylheku
2021-01-15
1
-10
/
+12
*
matcher: use flag to eliminate block.
Kaz Kylheku
2021-01-15
1
-3
/
+4
*
matcher: fix semantics of empty @(all ...) match.
Kaz Kylheku
2021-01-15
2
-2
/
+10
*
matcher: support @(all pat) operator.
Kaz Kylheku
2021-01-15
1
-0
/
+37
*
matcher: allow omitted variabel in predicates
Kaz Kylheku
2021-01-15
1
-1
/
+1
*
matcher: improve error reporting.
Kaz Kylheku
2021-01-15
1
-12
/
+16
*
matcher: factor out vars into common base.
Kaz Kylheku
2021-01-14
1
-18
/
+18
*
new: structural pattern matching.
Kaz Kylheku
2021-01-14
2
-0
/
+202
*
build: support linker flags/libs separation.
Kaz Kylheku
2021-01-14
2
-20
/
+33
*
Copyright year bump 2021.
Kaz Kylheku
2021-01-14
128
-130
/
+134
*
vm: derive duplicated constants from Lisp origin.
Kaz Kylheku
2021-01-11
3
-4
/
+14
*
quips: new entries
Kaz Kylheku
2021-01-07
1
-0
/
+2
*
doc: stray functions in heading and syntax
Kaz Kylheku
2021-01-05
1
-3
/
+1
*
quips: improve one about side-effects.
Kaz Kylheku
2021-01-05
1
-1
/
+1
*
configure: tweak test for inline.
Kaz Kylheku
2021-01-04
1
-3
/
+2
*
progn, prog1, prog2: now also functions.
Kaz Kylheku
2021-01-01
3
-8
/
+50
*
New macro: prog2
Kaz Kylheku
2021-01-01
2
-5
/
+59
*
eval: use symbol vars for registering if, and or.
Kaz Kylheku
2021-01-01
1
-3
/
+3
*
gc: streamlining finalization-related code.
Kaz Kylheku
2021-01-01
1
-4
/
+4
*
gc: do finalizers completely on one phase.
Kaz Kylheku
2021-01-01
2
-37
/
+58
*
Version 246
txr-246
Kaz Kylheku
2020-12-31
5
-266
/
+293
*
gc: add finalization count to objects.
Kaz Kylheku
2020-12-31
4
-20
/
+28
*
gc: fix unnecessary full gc request in finalization.
Kaz Kylheku
2020-12-31
1
-2
/
+2
*
awk: tests for fconv.
Kaz Kylheku
2020-12-31
2
-0
/
+21
*
doc: improve awk fconv documenation.
Kaz Kylheku
2020-12-31
1
-0
/
+16
*
gc: bug: finalization logic causing gc assert
Kaz Kylheku
2020-12-31
1
-7
/
+17
*
doc: note for awk macro fconv.
Kaz Kylheku
2020-12-29
1
-0
/
+11
*
awk: bugfix: load compiled verison of conv.tl.
Kaz Kylheku
2020-12-29
1
-1
/
+1
*
awk: bugfix: fconv symbols not in usr package.
Kaz Kylheku
2020-12-29
2
-13
/
+16
*
quips: use random-state argument in shuffle call.
Kaz Kylheku
2020-12-29
1
-2
/
+1
*
shuffle/nshuffle: take optional random state argument.
Kaz Kylheku
2020-12-29
4
-11
/
+13
*
shuffle/nshuffle: eliminate wasteful vector copy.
Kaz Kylheku
2020-12-29
1
-1
/
+1
*
quips: new one.
Kaz Kylheku
2020-12-28
1
-0
/
+1
*
quip: function cycles through all quips.
Kaz Kylheku
2020-12-28
1
-1
/
+6
*
doc: correction in dialect notes for symbol-macro
Kaz Kylheku
2020-12-27
1
-3
/
+5
*
Version 245
txr-245
Kaz Kylheku
2020-10-10
4
-9
/
+36
*
chmod: disable some chmod tests on Cygwin.
Kaz Kylheku
2020-12-24
1
-21
/
+26
*
linenoise: fix: int used instead of wchar_t.
Kaz Kylheku
2020-12-24
1
-2
/
+2
*
android: fix socket module, failing tests.
Kaz Kylheku
2020-12-23
5
-15
/
+18
*
configure: don't disable PIE on Android.
Kaz Kylheku
2020-12-23
1
-25
/
+29
*
build: Android support.
Kaz Kylheku
2020-12-23
2
-0
/
+22
*
configure: rename darwin variable.
Kaz Kylheku
2020-12-23
1
-3
/
+3
*
configure: get rid of -Wold-style-declaration
Kaz Kylheku
2020-12-23
1
-1
/
+1
*
configure: relax to C99 for regular users.
Kaz Kylheku
2020-12-22
1
-2
/
+9
*
configure: C++ fix for recently added C flags.
Kaz Kylheku
2020-12-22
1
-0
/
+1
*
configure: C++ fix for type size detection case.
Kaz Kylheku
2020-12-22
1
-4
/
+4
*
shipped lexer: fix misleading indentation.
Kaz Kylheku
2020-12-22
1
-5
/
+5
*
int-flo: bugfix on 64 bit
Kaz Kylheku
2020-12-22
1
-2
/
+9
*
build: add more warnings against ancient C.
Kaz Kylheku
2020-12-13
1
-1
/
+3
[next]