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
...
*
Forbid lexical function mutation.
Kaz Kylheku
2017-02-03
1
-1
/
+39
*
Expander check for macro destination in setq forms.
Kaz Kylheku
2017-02-03
1
-0
/
+4
*
When expanding sys:lisp1-value, check for bad form.
Kaz Kylheku
2017-02-03
1
-1
/
+5
*
More accurate error wording from Lisp-1 operators.
Kaz Kylheku
2017-02-03
1
-2
/
+2
*
Remove sys:*lisp1* hack from place expansion.
Kaz Kylheku
2017-02-03
1
-24
/
+32
*
bugfix: limit depth of Lisp-1 treatment of places.
Kaz Kylheku
2017-02-02
1
-0
/
+3
*
Version 167.
txr-167
Kaz Kylheku
2017-02-02
6
-590
/
+633
*
parser: diagnose run-on symbols.
Kaz Kylheku
2017-02-01
1
-0
/
+14
*
parser: diagnose more kinds of junk after float.
Kaz Kylheku
2017-02-01
1
-1
/
+2
*
Suppress undef warnings in command line file.
Kaz Kylheku
2017-01-29
1
-0
/
+3
*
Optimize merge a little.
Kaz Kylheku
2017-01-29
1
-4
/
+6
*
bugfix: make list sorting stable, as documented.
Kaz Kylheku
2017-01-29
1
-11
/
+11
*
awk: support list of string as input source.
Kaz Kylheku
2017-01-29
2
-4
/
+17
*
bugfix: read print consistency of shadowed symbols.
Kaz Kylheku
2017-01-29
1
-7
/
+14
*
Simplify gethash variants using new function.
Kaz Kylheku
2017-01-29
2
-12
/
+10
*
doc: new package example showing function override.
Kaz Kylheku
2017-01-29
1
-0
/
+39
*
catch: expand param macros before inserting arg.
Kaz Kylheku
2017-01-29
1
-2
/
+5
*
Expose expand_params as sys:expand-params.
Kaz Kylheku
2017-01-29
1
-0
/
+1
*
bugfix: :filter not handled right in output var.
Kaz Kylheku
2017-01-26
3
-5
/
+5
*
Expose defer-warning and dump-deferred-warnings.
Kaz Kylheku
2017-01-26
2
-0
/
+55
*
bugfix: forgotten autoload registrations.
Kaz Kylheku
2017-01-26
1
-1
/
+2
*
Version 166.
txr-166
Kaz Kylheku
2017-01-26
6
-672
/
+740
*
awk macro: provide name of current input via fname.
Kaz Kylheku
2017-01-26
2
-0
/
+29
*
awk macro: bind *stdin* to current input stream.
Kaz Kylheku
2017-01-26
2
-5
/
+16
*
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
[prev]
[next]