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
*
Streamline variable assignment operators slightly.
Kaz Kylheku
2016-11-11
1
-15
/
+12
*
Fix circular printing issue for package objects.
Kaz Kylheku
2016-11-10
1
-1
/
+1
*
Handle interpreted functions in circle printing.
Kaz Kylheku
2016-11-10
2
-0
/
+14
*
Fix some gc-unsafe mutations found by inspection.
Kaz Kylheku
2016-11-10
2
-3
/
+3
*
Check for non-package value in *package*.
Kaz Kylheku
2016-11-10
1
-1
/
+9
*
Implementing package foreign symbol concept.
Kaz Kylheku
2016-11-10
5
-57
/
+667
*
Check that name is stringp in some sym functions.
Kaz Kylheku
2016-11-08
1
-6
/
+18
*
Implement *package* special var; package overhaul.
Kaz Kylheku
2016-11-08
7
-43
/
+57
*
Don't access *print-circle* in early init.
Kaz Kylheku
2016-11-08
1
-1
/
+1
*
Deprecated undocumented *user-package* etc.
Kaz Kylheku
2016-11-08
2
-4
/
+6
*
Support #: reading for uninterned symbols.
Kaz Kylheku
2016-11-07
3
-10
/
+92
*
New #; syntax for erasing following object.
Kaz Kylheku
2016-11-07
8
-17
/
+165
*
vim syntax: support #H properly, plus #R, #S.
Kaz Kylheku
2016-11-07
3
-3
/
+3
*
parser: missing case for #R in yybadtoken.
Kaz Kylheku
2016-11-07
1
-0
/
+1
*
Fix regression: infinite loop in place expansion.
Kaz Kylheku
2016-11-06
1
-4
/
+6
*
Version 156.
txr-156
Kaz Kylheku
2016-11-05
6
-502
/
+565
*
Expose slots function.
Kaz Kylheku
2016-11-05
2
-1
/
+16
*
Fix broken tracking of place expansion origins.
Kaz Kylheku
2016-11-04
1
-14
/
+22
*
Don't track macro origin of interned objects.
Kaz Kylheku
2016-11-04
1
-1
/
+3
*
Remove spurious slash in cadr autoload pathname.
Kaz Kylheku
2016-11-04
2
-2
/
+2
*
Don't print distracting path in error trace.
Kaz Kylheku
2016-11-04
1
-2
/
+2
*
No need to track origin of entire macrolet.
Kaz Kylheku
2016-11-04
1
-4
/
+1
*
Show location of expanded form in exp-time errors.
Kaz Kylheku
2016-11-04
1
-3
/
+10
*
Support simple list arguments in getopts.
Kaz Kylheku
2016-11-03
2
-10
/
+40
*
Introducing command line option processing system.
Kaz Kylheku
2016-11-03
3
-0
/
+725
*
New negated equality test functions.
Kaz Kylheku
2016-11-01
3
-1
/
+54
*
Circ print: fix recursion from print methods.
Kaz Kylheku
2016-11-01
4
-12
/
+40
*
Flush *stdout* upon unhandled exception.
Kaz Kylheku
2016-10-31
1
-0
/
+1
*
Don't enter symbols into cycle-identifying hash.
Kaz Kylheku
2016-10-31
1
-2
/
+7
*
Use obj_print_impl for printing hash contents.
Kaz Kylheku
2016-10-31
1
-12
/
+18
*
Relax restrictions on dwim places.
Kaz Kylheku
2016-10-31
5
-46
/
+107
*
lambda-set method: treat [struct ...] as place.
Kaz Kylheku
2016-10-30
6
-53
/
+209
*
Extend symbol-function accessor to methods.
Kaz Kylheku
2016-10-29
3
-11
/
+56
*
doc: erroneous claim about symbol-function.
Kaz Kylheku
2016-10-29
1
-2
/
+2
*
doc: heading consistency in *load-path*
Kaz Kylheku
2016-10-29
1
-1
/
+1
*
doc: reference to nonexistent stream.
Kaz Kylheku
2016-10-29
1
-1
/
+1
*
Adding function tracing support.
Kaz Kylheku
2016-10-29
3
-0
/
+128
*
New awk capability: file/pipe I/O redirection.
Kaz Kylheku
2016-10-28
2
-2
/
+196
*
doc: update list of syntactic places.
Kaz Kylheku
2016-10-27
1
-1
/
+11
*
doc: hyphenate "top-level" consistently.
Kaz Kylheku
2016-10-27
1
-7
/
+7
*
dwim place: multiple accesses, eval order.
Kaz Kylheku
2016-10-27
1
-19
/
+18
*
Fix unbound variable in seq place update.
Kaz Kylheku
2016-10-26
1
-2
/
+2
*
Improve alet macro.
Kaz Kylheku
2016-10-26
2
-20
/
+23
*
Same fix in tok-where as tok-str.
Kaz Kylheku
2016-10-26
1
-1
/
+23
*
Don't bother with numeq comparison in tok_where.
Kaz Kylheku
2016-10-26
1
-1
/
+1
*
Fix regression: broken tok_where.
Kaz Kylheku
2016-10-26
1
-7
/
+10
*
Fix tok-str semantics once again.
Kaz Kylheku
2016-10-26
3
-20
/
+92
*
obj_print: uw guard frame only when circ printing.
Kaz Kylheku
2016-10-26
1
-2
/
+4
*
Let guard frames optionally pass through unwinding.
Kaz Kylheku
2016-10-26
5
-5
/
+15
*
last, butlast: become accessors, get optional arg.
Kaz Kylheku
2016-10-26
5
-56
/
+158
[next]