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
...
*
Makefile: detect when y.tab.h doesn't change.
Kaz Kylheku
2017-04-19
1
-0
/
+5
*
New buffer data type.
Kaz Kylheku
2017-04-16
4
-4
/
+71
*
Bugfix: incorrect substitution in suspend macro.
Kaz Kylheku
2017-04-15
1
-1
/
+1
*
Bugfix expansion: return-from, sys:abscond-from, block*.
Kaz Kylheku
2017-04-15
1
-3
/
+8
*
Protect internal symbols from uninterning.
Kaz Kylheku
2017-04-15
4
-3
/
+273
*
Make it a warning only when built-ins redefined.
Kaz Kylheku
2017-04-14
1
-4
/
+4
*
Honor *print-circle* disabling in print methods.
Kaz Kylheku
2017-04-12
1
-6
/
+10
*
Bugfix: missing usr:end and usr:single symbols.
Kaz Kylheku
2017-04-11
1
-0
/
+6
*
New path slot in stat struct.
Kaz Kylheku
2017-04-08
5
-15
/
+40
*
parser: add some error cases to hash notations.
Kaz Kylheku
2017-04-08
1
-1
/
+9
*
parser: refactor grammar to banish #[] etc.
Kaz Kylheku
2017-04-07
1
-16
/
+26
*
listener: :p and :prompt commands.
Kaz Kylheku
2017-04-06
2
-0
/
+42
*
Indexing in variable subst applies to any sequence.
Kaz Kylheku
2017-04-05
3
-14
/
+47
*
quasiliterals: issue in printing embedded syms.
Kaz Kylheku
2017-04-05
1
-28
/
+35
*
Version 174.
txr-174
Kaz Kylheku
2017-04-04
6
-78
/
+118
*
parser: C++ regression.
Kaz Kylheku
2017-04-04
1
-30
/
+30
*
Connect -n option to linenoise noninteractive mode.
Kaz Kylheku
2017-04-04
3
-1
/
+21
*
linenoise: support forcing of noninteractive mode.
Kaz Kylheku
2017-04-04
2
-1
/
+14
*
parser: bugfix: don't scan @NUM in QSPECIAL state.
Kaz Kylheku
2017-04-04
1
-3
/
+6
*
New time-parse-local and time-parse-utc functions.
Kaz Kylheku
2017-04-04
4
-6
/
+56
*
linenoise: bugfix: use persistent stream for non-tty.
Kaz Kylheku
2017-04-03
1
-12
/
+18
*
apply and iapply bugfix: split sequences into args.
Kaz Kylheku
2017-04-03
2
-3
/
+21
*
doc: add notes to copy-struct.
Kaz Kylheku
2017-04-03
1
-0
/
+42
*
doc: hash-update grammar.
Kaz Kylheku
2017-04-02
1
-1
/
+1
*
doc: run-on paragraph under car, cdr, nullfiy method.
Kaz Kylheku
2017-04-02
1
-1
/
+3
*
doc: clarify behavior of mutated keys in hashing.
Kaz Kylheku
2017-04-02
1
-3
/
+27
*
parser: fix a...b syntax error.
Kaz Kylheku
2017-04-02
1
-0
/
+6
*
parser: do not reject 0.1..0.2 range.
Kaz Kylheku
2017-04-02
1
-2
/
+1
*
parser: diagnose syntax like 0.1.2 and .1.1.
Kaz Kylheku
2017-04-02
1
-3
/
+3
*
Bugfix: .1 treated as dot if preceded by space.
Kaz Kylheku
2017-04-02
1
-4
/
+4
*
Get rid of config/ directory.
Kaz Kylheku
2017-03-31
2
-124
/
+115
*
build: defend against $(top_srcdir) interference.
Kaz Kylheku
2017-03-31
1
-0
/
+11
*
Fix broken out-of-tree build.
Kaz Kylheku
2017-03-31
1
-1
/
+2
*
Important improvement in opip: support slot access.
Kaz Kylheku
2017-03-29
2
-2
/
+11
*
Package prefix handling on directive symbols.
Kaz Kylheku
2017-03-27
2
-30
/
+161
*
Lexer refactoring: special syntax tokens.
Kaz Kylheku
2017-03-27
1
-90
/
+43
*
Version 173.
txr-173
Kaz Kylheku
2017-03-25
6
-148
/
+182
*
termios: broken go-cbreak method.
Kaz Kylheku
2017-03-25
1
-1
/
+1
*
Windows: improve 16x16 icon.
Kaz Kylheku
2017-03-24
2
-0
/
+0
*
Windows: shortcuts should start in user profile dir.
Kaz Kylheku
2017-03-24
1
-0
/
+1
*
doc: cross reference call-finalizers.
Kaz Kylheku
2017-03-24
1
-0
/
+4
*
doc: reference to nonexistent special var.
Kaz Kylheku
2017-03-24
1
-2
/
+2
*
Short-circuit lisp-1 expander for atoms.
Kaz Kylheku
2017-03-24
1
-0
/
+3
*
bugfix: neglected unbound warnings in DWIM syntax.
Kaz Kylheku
2017-03-24
1
-0
/
+4
*
trace: wrong function printed in traces.
Kaz Kylheku
2017-03-24
1
-3
/
+4
*
Some basic tests for finalization.
Kaz Kylheku
2017-03-24
2
-0
/
+105
*
Warn when a nonexistent slot is referenced.
Kaz Kylheku
2017-03-23
3
-10
/
+89
*
call-finalizers: allow recursion.
Kaz Kylheku
2017-03-23
2
-41
/
+76
*
Bind variable during directive delimited match.
Kaz Kylheku
2017-03-22
2
-1
/
+48
*
Remove useless consume_prefix call.
Kaz Kylheku
2017-03-22
1
-2
/
+0
[prev]
[next]