summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Changes to the printing framework.Kaz Kylheku2016-10-209-73/+96
* A few volatile fixes related to setjmp.Kaz Kylheku2016-10-202-6/+6
* obj_print: use of volatile.Kaz Kylheku2016-10-201-3/+5
* doc: reduce-left fixes.Kaz Kylheku2016-10-201-2/+8
* doc: fix incomplete range literal desc.Kaz Kylheku2016-10-201-0/+10
* doc: fix incomplete hash literal desc.Kaz Kylheku2016-10-201-1/+8
* Check call graph circularity in circ_backpatch.Kaz Kylheku2016-10-201-7/+13
* Fix struct lit problem exposed by circular syntax.Kaz Kylheku2016-10-206-12/+49
* Implement *print-circle* for sharing and cycles.Kaz Kylheku2016-10-201-5/+122
* Add stream printing context.Kaz Kylheku2016-10-208-55/+91
* Add *print-circle* special variable.Kaz Kylheku2016-10-192-2/+3
* Cycle detection in sys:cp-origin.Kaz Kylheku2016-10-191-9/+13
* reduce-left bugfix: bad init val with key-func.Kaz Kylheku2016-10-181-1/+1
* Adding notation for cycles and shared structure.Kaz Kylheku2016-10-184-5/+213
* Detect cycles in rlcp_tree.Kaz Kylheku2016-10-183-3/+34
* New function to access slot list of struct type.Kaz Kylheku2016-10-182-0/+7
* Provide functions to alter range objects.Kaz Kylheku2016-10-172-0/+16
* Bugfix: unable to assign to x.y.z place.Kaz Kylheku2016-10-151-4/+1
* Support nil env in env-fbind and env-vbind.Kaz Kylheku2016-10-152-10/+30
* Version 154.txr-154Kaz Kylheku2016-10-156-662/+710
* Fix wrong memset in new args handling function.Kaz Kylheku2016-10-151-1/+1
* doc: defsymacro: runaway recursion.Kaz Kylheku2016-10-141-1/+1
* doc: defsymacro rewording.Kaz Kylheku2016-10-141-8/+12
* doc: small fix under format ~s directive.Kaz Kylheku2016-10-141-1/+3
* Adding family slot to socket addresses.Kaz Kylheku2016-10-133-9/+37
* Bugfix: sub and length on abstract sequences.Kaz Kylheku2016-10-133-1/+45
* Overhaul where funtion.Kaz Kylheku2016-10-131-14/+43
* doc: clarification under nullify method.Kaz Kylheku2016-10-131-1/+2