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
*
Registering tentative def must purge warning.
Kaz Kylheku
2017-01-25
2
-1
/
+1
*
doc: update compat notes: new 165 value.
Kaz Kylheku
2017-01-25
1
-0
/
+16
*
Local macrolets in build become functions.
Kaz Kylheku
2017-01-25
2
-6
/
+11
*
New handle* macro, analogous to catch*.
Kaz Kylheku
2017-01-25
2
-5
/
+27
*
New catch*, giving access to exception symbol.
Kaz Kylheku
2017-01-25
4
-17
/
+41
*
bugfix: wrong context form in mac-param-bind.
Kaz Kylheku
2017-01-25
1
-1
/
+1
*
Remove unused args_init function.
Kaz Kylheku
2017-01-25
1
-5
/
+0
*
bugfix: take-while, take-until termination condition.
Kaz Kylheku
2017-01-24
1
-2
/
+2
*
Expose plist to alist functions.
Kaz Kylheku
2017-01-24
2
-1
/
+69
*
Rename proper_plist_to_alist function.
Kaz Kylheku
2017-01-24
2
-2
/
+2
*
bugfix: use proper plist lookup in new :key macro.
Kaz Kylheku
2017-01-24
1
-2
/
+2
*
New memp function for searching a plist.
Kaz Kylheku
2017-01-24
4
-5
/
+54
*
bugfix: wrong macro env across param expansion.
Kaz Kylheku
2017-01-24
1
-10
/
+22
*
Support keyword params via :key param list macro.
Kaz Kylheku
2017-01-23
5
-4
/
+277
*
diagnose (:whole . blah) as dangling :whole.
Kaz Kylheku
2017-01-23
1
-1
/
+1
*
bugfix: :whole and :form allow destructuring.
Kaz Kylheku
2017-01-23
1
-13
/
+13
*
bugfix: catch arguments not registered properly.
Kaz Kylheku
2017-01-23
1
-1
/
+1
*
Bump copyright year to 2017.
Kaz Kylheku
2017-01-23
82
-84
/
+84
*
Fix wrong copyright year and add 2017.
Kaz Kylheku
2017-01-23
2
-2
/
+2
*
bugfix: expansion order in face of param macros.
Kaz Kylheku
2017-01-22
1
-27
/
+33
*
Don't expand arg in @{var :filter arg}.
Kaz Kylheku
2017-01-22
1
-1
/
+27
*
Dynamically rebind *package* in @(load).
Kaz Kylheku
2017-01-22
1
-0
/
+1
*
Dump deferred warnings in @(load).
Kaz Kylheku
2017-01-22
1
-0
/
+4
*
parser bugfix: expand used instead of expand_forms.
Kaz Kylheku
2017-01-22
1
-1
/
+1
*
Enable unbound warnings when expanding TXR code.
Kaz Kylheku
2017-01-22
4
-17
/
+102
*
Improve accuracy of expansion of repeat/rep args.
Kaz Kylheku
2017-01-22
1
-8
/
+10
*
Strengthen :filter test.
Kaz Kylheku
2017-01-22
2
-2
/
+2
*
Streamline repeated intern call in txr_main.
Kaz Kylheku
2017-01-22
1
-3
/
+4
*
doc: grammar under kfs variable.
Kaz Kylheku
2017-01-21
1
-1
/
+1
*
doc: missing :var documented.
Kaz Kylheku
2017-01-21
1
-0
/
+25
*
bugfix: expand macros in a number of directives.
Kaz Kylheku
2017-01-21
4
-13
/
+76
*
bugfix: expand dest arg of @(output).
Kaz Kylheku
2017-01-21
1
-1
/
+12
*
Consolidate unbound var errors in pattern language.
Kaz Kylheku
2017-01-20
1
-33
/
+22
*
Expand lisp forms in @(mod) and @(modlast) args.
Kaz Kylheku
2017-01-19
1
-4
/
+15
*
Bugfix: expand macros in collect, coll, gather.
Kaz Kylheku
2017-01-19
3
-16
/
+77
*
Test cases for macros in quasiliterals.
Kaz Kylheku
2017-01-18
1
-0
/
+11
*
Muffle expansion warning in op macro.
Kaz Kylheku
2017-01-18
1
-2
/
+6
*
Bugfix: macros not expanded in quasiliterals.
Kaz Kylheku
2017-01-18
1
-0
/
+2
*
Document new diagnostic functions.
Kaz Kylheku
2017-01-16
1
-0
/
+235
*
bugfix: supertype check in make-struct-type.
Kaz Kylheku
2017-01-16
1
-1
/
+1
*
defstruct: use warning for bad base
Kaz Kylheku
2017-01-16
1
-4
/
+4
*
defstruct uses new error reporting functions.
Kaz Kylheku
2017-01-16
1
-35
/
+32
*
defmeth uses new error reporting.
Kaz Kylheku
2017-01-16
1
-6
/
+9
*
defstruct registers tentative definition.
Kaz Kylheku
2017-01-16
1
-0
/
+1
*
Use tentative def mechanism for functions and vars.
Kaz Kylheku
2017-01-15
1
-0
/
+6
*
Extend deferred warnings system with tentative defs.
Kaz Kylheku
2017-01-15
2
-3
/
+21
*
Dump deferred warnings in eval_intrinsic.
Kaz Kylheku
2017-01-15
2
-3
/
+12
*
Rebind *stderr* on entry into repl.
Kaz Kylheku
2017-01-15
1
-0
/
+4
*
Functions for error reporting out of macros.
Kaz Kylheku
2017-01-15
5
-0
/
+70
*
bugfix: diagnose dotted form calls consistently.
Kaz Kylheku
2017-01-13
1
-13
/
+13
[next]