summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Expand)AuthorAgeFilesLines
* 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
* Version 111.txr-111Kaz Kylheku2015-08-081-1/+1
* New filesystem object testing functions.Kaz Kylheku2015-08-051-0/+98
* Switching some globals to lexical and changing some names.Kaz Kylheku2015-08-031-1/+2
* * share/txr/stdlib/txr-case.tl (txr-case-impl): Bugfix,Kaz Kylheku2015-07-281-0/+1
* Version 110.txr-110Kaz Kylheku2015-07-251-1/+1
* Bugfix: place-form-p must expand place macros.Kaz Kylheku2015-07-242-7/+7
* Adding with-resources macro.Kaz Kylheku2015-07-231-0/+17
* Adding nthcdr as accessor.Kaz Kylheku2015-07-221-0/+20
* Improve bad argument diagnosis for place macros.Kaz Kylheku2015-07-221-2/+5
* Implementing second through tenth as places.Kaz Kylheku2015-07-221-0/+9
* * lisplib.c (place_set_entries): Add *place-macro* andKaz Kylheku2015-07-221-11/+24
* * share/txr/stdlib/place.tl: Indentation.Kaz Kylheku2015-07-221-20/+20
* Implementing caar, cadr, cdar and friends.Kaz Kylheku2015-07-211-0/+1104