summaryrefslogtreecommitdiffstats
path: root/share/txr/stdlib/build.tl
Commit message (Expand)AuthorAgeFilesLines
* file layout: moving share/txr/stdlib to stdlib.Kaz Kylheku2021-06-241-141/+0
* list-builder: methods return object.Kaz Kylheku2021-02-261-7/+8
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* list-builder: remove wasteful slot accesses.Kaz Kylheku2019-09-101-11/+11
* list-builder: simplify circularity check in pend.Kaz Kylheku2019-09-101-4/+1
* tests: add tests for list-builder and fix bug.Kaz Kylheku2019-09-101-1/+1
* list-builder: rewrite of basic methods.Kaz Kylheku2019-09-091-38/+29
* list-builder: use copy-list, not copy.Kaz Kylheku2019-09-031-6/+6
* list-builder: bugfix: broken self-appending.Kaz Kylheku2019-09-031-4/+7
* list-builder: inserter methods return nil.Kaz Kylheku2019-08-171-7/+12
* list-builder: dequeue capabilities with del/del* operators.Kaz Kylheku2019-08-171-5/+45
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* list-build: rewrite methods for semantics & efficiency.Kaz Kylheku2018-07-111-10/+28
* stdlib: all code read under sys package.Kaz Kylheku2018-04-061-7/+7
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* Local macrolets in build become functions.Kaz Kylheku2017-01-251-5/+5
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* New library feature: imperative list building.Kaz Kylheku2016-09-201-0/+85