summaryrefslogtreecommitdiffstats
path: root/share/txr/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Version 132.txr-132Kaz Kylheku2016-01-151-1/+1
* Version 131.txr-131Kaz Kylheku2016-01-121-1/+1
* Version 130.txr-130Kaz Kylheku2016-01-051-1/+1
* defstruct: order function slots before other static slots.Kaz Kylheku2016-01-031-15/+17
* Better bad slot syntax diagnostic in defstruct.Kaz Kylheku2016-01-031-1/+4
* Copyright year bump.Kaz Kylheku2015-12-3112-12/+12
* Version 129.txr-129Kaz Kylheku2015-12-291-1/+1
* Adding with-slots macro.Kaz Kylheku2015-12-271-0/+9
* Version 128.txr-128Kaz Kylheku2015-12-191-1/+1
* New condlet macro; small change to iflet/whenlet.Kaz Kylheku2015-12-181-5/+12
* Set macro ancestry info in place expansions.Kaz Kylheku2015-12-171-4/+14
* Useful feature: object post-initialization.Kaz Kylheku2015-12-161-2/+19
* symbol-function semantics change; new symbol-macro.Kaz Kylheku2015-12-101-0/+16
* Version 127.txr-127Kaz Kylheku2015-12-091-1/+1
* defmeth returns compound method name.Kaz Kylheku2015-12-091-1/+1
* Bugfix: ifa must allow dwim expressions.Kaz Kylheku2015-12-091-3/+6
* Correct return value of defmeth.Kaz Kylheku2015-11-301-3/+4
* Version 126.txr-126Kaz Kylheku2015-11-291-1/+1
* Bugfix: sethash doesn't return stored value.Kaz Kylheku2015-11-251-7/+11
* Better no such type diagnostic in defmeth.Kaz Kylheku2015-11-251-5/+8
* New macro define-accessor.Kaz Kylheku2015-11-251-0/+19
* Version 125.txr-125Kaz Kylheku2015-11-201-1/+1
* Introducing lazy structs.Kaz Kylheku2015-11-201-0/+12
* New uslot function and usl macro.Kaz Kylheku2015-11-201-0/+3
* Version 124.txr-124Kaz Kylheku2015-11-141-1/+1
* Version 123.txr-123Kaz Kylheku2015-11-061-1/+1
* Version 122.txr-122Kaz Kylheku2015-11-051-1/+1
* yield-from can omit form; access initial value.Kaz Kylheku2015-11-041-13/+25
* Moving sys:capture-cont to call/cc style API.Kaz Kylheku2015-11-021-18/+9
* Define suspend operator.Kaz Kylheku2015-10-301-0/+8
* Version 121.txr-121Kaz Kylheku2015-10-291-1/+1
* Provide a way to free the continuation stacks.Kaz Kylheku2015-10-291-2/+5
* Finalize obtain continuator function.Kaz Kylheku2015-10-291-7/+10
* Implementing sys:abscond-from operator.Kaz Kylheku2015-10-281-2/+3
* Add obtain/yield macros interface to continuations.Kaz Kylheku2015-10-281-0/+59
* Improvement in place macros.Kaz Kylheku2015-10-281-10/+15
* Bugfix: incompletely implemented zap macro.Kaz Kylheku2015-10-251-2/+2
* Version 120.txr-120Kaz Kylheku2015-10-181-1/+1
* Adding defmeth macro and static-slot-ensure.Kaz Kylheku2015-10-161-0/+7
* Adding typecase macro.Kaz Kylheku2015-10-141-0/+38
* New way of handling exceptions without unwinding.Kaz Kylheku2015-10-141-0/+45
* Hash table iterators exposed, with new macro.Kaz Kylheku2015-10-111-0/+41
* Struct finalizers should be registered first.Kaz Kylheku2015-10-101-13/+13
* defstruct bugfix: nonexistent function called.Kaz Kylheku2015-10-101-6/+6
* Version 119.txr-119Kaz Kylheku2015-10-101-1/+1
* New macro: with-objects.Kaz Kylheku2015-10-101-0/+8
* Various stream-related with- macros introduced.Kaz Kylheku2015-10-081-0/+48
* Optional arguments in boa construction.Kaz Kylheku2015-10-041-5/+20
* slot-p renamed to slotp, conforming with Lisp conventions.Kaz Kylheku2015-10-031-1/+1
* New umeth and umethod macro and function.Kaz Kylheku2015-10-031-0/+3