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
path:
root
/
share
Commit message (
Expand
)
Author
Age
Files
Lines
*
uref: the a.b.c syntax extended to .a.b.c
Kaz Kylheku
2017-03-06
1
-0
/
+10
*
Version 170.
txr-170
Kaz Kylheku
2017-02-28
1
-1
/
+1
*
Version 169.
txr-169
Kaz Kylheku
2017-02-11
1
-1
/
+1
*
Use non-hacky representation for deferrable warnings.
Kaz Kylheku
2017-02-10
1
-1
/
+1
*
awk macro: warn about invalid function use in rng.
Kaz Kylheku
2017-02-10
1
-11
/
+26
*
awk macro: warn about invalid var use in rng forms.
Kaz Kylheku
2017-02-09
1
-30
/
+50
*
bugfix: no restart catch in compile-warning.
Kaz Kylheku
2017-02-09
1
-1
/
+3
*
Version 168.
txr-168
Kaz Kylheku
2017-02-02
1
-1
/
+1
*
Adding whena macro.
Kaz Kylheku
2017-02-05
1
-0
/
+3
*
Improve diagnostic of error during place expansion.
Kaz Kylheku
2017-02-04
1
-0
/
+3
*
Replace sys:cp-origin with smarter function.
Kaz Kylheku
2017-02-04
1
-17
/
+10
*
Dump deferred warnings when eval exception thrown.
Kaz Kylheku
2017-02-03
1
-0
/
+1
*
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
1
-1
/
+1
*
awk: support list of string as input source.
Kaz Kylheku
2017-01-29
1
-1
/
+4
*
catch: expand param macros before inserting arg.
Kaz Kylheku
2017-01-29
1
-2
/
+5
*
Version 166.
txr-166
Kaz Kylheku
2017-01-26
1
-1
/
+1
*
awk macro: provide name of current input via fname.
Kaz Kylheku
2017-01-26
1
-0
/
+5
*
awk macro: bind *stdin* to current input stream.
Kaz Kylheku
2017-01-26
1
-5
/
+5
*
Local macrolets in build become functions.
Kaz Kylheku
2017-01-25
1
-5
/
+5
*
New handle* macro, analogous to catch*.
Kaz Kylheku
2017-01-25
1
-4
/
+12
*
New catch*, giving access to exception symbol.
Kaz Kylheku
2017-01-25
1
-3
/
+10
*
bugfix: use proper plist lookup in new :key macro.
Kaz Kylheku
2017-01-24
1
-2
/
+2
*
Support keyword params via :key param list macro.
Kaz Kylheku
2017-01-23
1
-0
/
+96
*
Bump copyright year to 2017.
Kaz Kylheku
2017-01-23
21
-21
/
+21
*
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
*
Functions for error reporting out of macros.
Kaz Kylheku
2017-01-15
1
-0
/
+46
*
Version 165.
txr-165
Kaz Kylheku
2017-01-10
1
-1
/
+1
*
New Lisp feature: param list expander.
Kaz Kylheku
2017-01-04
1
-0
/
+34
*
Version 164.
txr-164
Kaz Kylheku
2017-01-01
1
-1
/
+1
*
Bugfix: repeated expansion of catch unstable.
Kaz Kylheku
2016-12-31
1
-0
/
+4
*
New awk variable fw for fixed-width delimiting.
Kaz Kylheku
2016-12-26
1
-0
/
+23
*
Version 163.
txr-163
Kaz Kylheku
2016-12-20
1
-1
/
+1
*
tagbody bugfix: env not passed to expander.
Kaz Kylheku
2016-12-20
1
-1
/
+1
*
awk macro: endpont-exclusive ranges.
Kaz Kylheku
2016-12-20
1
-3
/
+20
*
Adding prog and prog* macros.
Kaz Kylheku
2016-12-13
1
-0
/
+9
*
Version 162.
txr-162
Kaz Kylheku
2016-12-07
1
-1
/
+1
*
Awk macro prn becomes function.
Kaz Kylheku
2016-12-01
1
-39
/
+47
*
bugfix: previous loop elision fix in awk.
Kaz Kylheku
2016-12-01
1
-1
/
+2
*
bugfix: awk must consume *args*.
Kaz Kylheku
2016-11-29
1
-1
/
+2
*
bugfix: awk elides loop despite begin/end clauses.
Kaz Kylheku
2016-11-29
1
-1
/
+2
*
conformance: handle macro wrong clause syntax.
Kaz Kylheku
2016-11-29
1
-1
/
+4
*
Awk: assignment to f doesn't yield new value.
Kaz Kylheku
2016-11-29
1
-2
/
+2
*
Version 161.
txr-161
Kaz Kylheku
2016-11-27
1
-1
/
+1
*
bugfix: awk macro spews warnings.
Kaz Kylheku
2016-11-28
1
-8
/
+5
*
Version 160.
txr-160
Kaz Kylheku
2016-11-27
1
-1
/
+1
[next]