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
*
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
*
Bugfix: missing warnings when main file is .txr.
Kaz Kylheku
2017-03-22
2
-2
/
+5
*
listener: completion sensitive for slots and methods.
Kaz Kylheku
2017-03-21
6
-12
/
+74
*
Version 172.
txr-172
Kaz Kylheku
2017-03-19
6
-698
/
+753
*
Restore package and package alist in handlers.
Kaz Kylheku
2017-03-18
3
-0
/
+39
*
Use original *packages-alist* value for auto-load.
Kaz Kylheku
2017-03-18
1
-0
/
+1
*
Sandboxing support via *package-alist*.
Kaz Kylheku
2017-03-17
4
-12
/
+84
*
Rename badly named default_bool_arg
Kaz Kylheku
2017-03-17
16
-65
/
+65
*
linenoise: close descriptor before external edit.
Kaz Kylheku
2017-03-17
1
-1
/
+6
*
trace: implement redefinition checks.
Kaz Kylheku
2017-03-17
6
-0
/
+40
*
trace: detect inheritance, change name and warn.
Kaz Kylheku
2017-03-17
1
-10
/
+32
*
Document opt function.
Kaz Kylheku
2017-03-17
1
-0
/
+38
*
New function: static-slot-home.
Kaz Kylheku
2017-03-16
3
-0
/
+61
*
structs: remove unused param from some functions.
Kaz Kylheku
2017-03-16
1
-20
/
+19
*
Fix misleading "no such slot" for static slot lookup.
Kaz Kylheku
2017-03-16
1
-2
/
+8
*
TXR query for cleaning Inkscape SVG.
Kaz Kylheku
2017-03-16
1
-0
/
+41
*
Seal transparent areas of 16x16 icon.
Kaz Kylheku
2017-03-16
2
-0
/
+0
*
Icon refresh.
Kaz Kylheku
2017-03-15
4
-1
/
+106
*
umask: arg optional, return old value.
Kaz Kylheku
2017-03-15
1
-3
/
+7
*
parser: support uref dot as top-level expr.
Kaz Kylheku
2017-03-15
1
-0
/
+8
*
parser: factor repeated uref-related code.
Kaz Kylheku
2017-03-15
1
-32
/
+20
*
Version 171.
txr-171
Kaz Kylheku
2017-03-14
6
-574
/
+633
*
doc: typeset references to directives as code/codn.
Kaz Kylheku
2017-03-14
1
-26
/
+74
[next]