summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't track macro origin of interned objects.Kaz Kylheku2016-11-041-1/+3
* Remove spurious slash in cadr autoload pathname.Kaz Kylheku2016-11-042-2/+2
* Don't print distracting path in error trace.Kaz Kylheku2016-11-041-2/+2
* No need to track origin of entire macrolet.Kaz Kylheku2016-11-041-4/+1
* Show location of expanded form in exp-time errors.Kaz Kylheku2016-11-041-3/+10
* Support simple list arguments in getopts.Kaz Kylheku2016-11-032-10/+40
* Introducing command line option processing system.Kaz Kylheku2016-11-033-0/+725
* New negated equality test functions.Kaz Kylheku2016-11-013-1/+54
* Circ print: fix recursion from print methods.Kaz Kylheku2016-11-014-12/+40
* Flush *stdout* upon unhandled exception.Kaz Kylheku2016-10-311-0/+1
* Don't enter symbols into cycle-identifying hash.Kaz Kylheku2016-10-311-2/+7
* Use obj_print_impl for printing hash contents.Kaz Kylheku2016-10-311-12/+18
* Relax restrictions on dwim places.Kaz Kylheku2016-10-315-46/+107
* lambda-set method: treat [struct ...] as place.Kaz Kylheku2016-10-306-53/+209
* Extend symbol-function accessor to methods.Kaz Kylheku2016-10-293-11/+56
* doc: erroneous claim about symbol-function.Kaz Kylheku2016-10-291-2/+2
* doc: heading consistency in *load-path*Kaz Kylheku2016-10-291-1/+1
* doc: reference to nonexistent stream.Kaz Kylheku2016-10-291-1/+1
* Adding function tracing support.Kaz Kylheku2016-10-293-0/+128
* New awk capability: file/pipe I/O redirection.Kaz Kylheku2016-10-282-2/+196
* doc: update list of syntactic places.Kaz Kylheku2016-10-271-1/+11
* doc: hyphenate "top-level" consistently.Kaz Kylheku2016-10-271-7/+7
* dwim place: multiple accesses, eval order.Kaz Kylheku2016-10-271-19/+18
* Fix unbound variable in seq place update.Kaz Kylheku2016-10-261-2/+2
* Improve alet macro.Kaz Kylheku2016-10-262-20/+23
* Same fix in tok-where as tok-str.Kaz Kylheku2016-10-261-1/+23
* Don't bother with numeq comparison in tok_where.Kaz Kylheku2016-10-261-1/+1
* Fix regression: broken tok_where.Kaz Kylheku2016-10-261-7/+10
* Fix tok-str semantics once again.Kaz Kylheku2016-10-263-20/+92
* obj_print: uw guard frame only when circ printing.Kaz Kylheku2016-10-261-2/+4
* Let guard frames optionally pass through unwinding.Kaz Kylheku2016-10-265-5/+15
* last, butlast: become accessors, get optional arg.Kaz Kylheku2016-10-265-56/+158
* sub function becomes accessor.Kaz Kylheku2016-10-262-3/+69
* New accessors nthlast and butlastn.Kaz Kylheku2016-10-255-0/+239
* nthcdr place bugfix: wrong return value.Kaz Kylheku2016-10-251-1/+1
* doc: bad formatting in PRNG warmup notes.Kaz Kylheku2016-10-241-1/+3
* doc: fix indentation under format.Kaz Kylheku2016-10-241-3/+1
* Don't expand macros in quasiquote expander.Kaz Kylheku2016-10-241-27/+24
* hash-construct: eliminate redundant intern.Kaz Kylheku2016-10-241-1/+1
* Fix non-working quasiquote over struct literals.Kaz Kylheku2016-10-244-7/+11
* doc: missing plurals in headings, missing .desc.Kaz Kylheku2016-10-232-3/+8
* Default to epoch time in time-parse.Kaz Kylheku2016-10-232-1/+19
* doc: spelling error new circle notation doc.Kaz Kylheku2016-10-231-1/+1
* Version 155.txr-155Kaz Kylheku2016-10-216-724/+757
* struct bug: mismanagement of static slot store.Kaz Kylheku2016-10-211-1/+4
* Document circular printing.Kaz Kylheku2016-10-211-0/+144
* Block continuation capture across printer.Kaz Kylheku2016-10-211-0/+5
* repl: don't send error trace to *stderr*.Kaz Kylheku2016-10-211-1/+1
* Another fix to print method circular printing.Kaz Kylheku2016-10-211-8/+21
* Fix circular printing across print methods.Kaz Kylheku2016-10-211-0/+10