summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Optimization: elide some nil slot initializations.Kaz Kylheku2015-10-031-2/+13
* Struct methods and functions set up named block.Kaz Kylheku2015-10-021-2/+6
* Version 118.txr-118Kaz Kylheku2015-10-011-1/+1
* Support for reverse order in finalization.Kaz Kylheku2015-10-011-1/+2
* Better argument checking in new macro.Kaz Kylheku2015-09-301-0/+3
* Optimize empty lambdas in defstruct.Kaz Kylheku2015-09-301-15/+18
* struct :init :fini specifiers.Kaz Kylheku2015-09-291-3/+35
* Implementation of static slots for structures.Kaz Kylheku2015-09-291-9/+50
* Fix two bugs in ifa macro.Kaz Kylheku2015-09-251-3/+3
* Add copyright headers to some lib modules.Kaz Kylheku2015-09-254-0/+100
* Version 117.txr-117Kaz Kylheku2015-09-231-1/+1
* New function path-private-to-me.Kaz Kylheku2015-09-171-0/+12
* Version 116.txr-116Kaz Kylheku2015-09-171-1/+1
* Version 115.txr-115Kaz Kylheku2015-09-101-1/+1
* Bugfix: multiple evaluation problem in slot place.Kaz Kylheku2015-09-091-4/+5
* Fix fun, symbol-function and symbol-value places.Kaz Kylheku2015-09-091-5/+5
* Version 114.txr-114Kaz Kylheku2015-09-021-1/+1
* Move stat functions to use a struct.Kaz Kylheku2015-08-301-15/+9
* Introducing structs.Kaz Kylheku2015-09-022-0/+68
* Version 113.txr-113Kaz Kylheku2015-08-141-1/+1
* Version 112.txr-112Kaz Kylheku2015-08-141-1/+1
* Diagnose bad consing dot syntax like (a . b . c).Kaz Kylheku2015-08-101-1/+1