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
...
*
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
*
Extend functionality of sys:expand-with-free-refs.
Kaz Kylheku
2017-02-09
1
-5
/
+71
*
sys:op: don't warn about @var targets.
Kaz Kylheku
2017-02-09
1
-5
/
+11
*
Suppress only deferrable warnings in op expander.
Kaz Kylheku
2017-02-09
1
-1
/
+1
*
Muffle only deferrable warnings in sys:expand.
Kaz Kylheku
2017-02-09
3
-1
/
+10
*
bugfix: no restart catch in compile-warning.
Kaz Kylheku
2017-02-09
1
-1
/
+3
*
New system function: expand-with-free-refs.
Kaz Kylheku
2017-02-08
1
-0
/
+35
*
doc: dotimes heading formatting.
Kaz Kylheku
2017-02-07
1
-1
/
+2
*
Version 168.
txr-168
Kaz Kylheku
2017-02-02
6
-226
/
+260
*
Adding whena macro.
Kaz Kylheku
2017-02-05
3
-1
/
+23
*
bugfix: wrongly strict stream class check in poll.
Kaz Kylheku
2017-02-05
1
-1
/
+1
*
keep/remove: reduce duplication, optimize.
Kaz Kylheku
2017-02-05
2
-138
/
+136
*
bugfix: incorrect keepql due to spurious statement.
Kaz Kylheku
2017-02-05
1
-1
/
+0
*
Expose rlcp_tree function.
Kaz Kylheku
2017-02-04
2
-2
/
+29
*
Add useful sys:bits function.
Kaz Kylheku
2017-02-04
1
-0
/
+8
*
doc: typo under hidden sym.
Kaz Kylheku
2017-02-04
1
-1
/
+1
*
bugfix: rehome_sym not removing from hidden list.
Kaz Kylheku
2017-02-04
1
-0
/
+1
*
bugfix: don't print unnecessary package prefix.
Kaz Kylheku
2017-02-04
1
-2
/
+2
*
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
*
bugfix: "expansion at nil" in error trace.
Kaz Kylheku
2017-02-03
1
-1
/
+1
*
Dump deferred warnings when eval exception thrown.
Kaz Kylheku
2017-02-03
2
-0
/
+3
*
Expand sys:setqf separately, with better accuracy.
Kaz Kylheku
2017-02-03
1
-1
/
+25
*
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
[prev]
[next]