summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: split and partition again.Kaz Kylheku2015-11-291-2/+3
* Improve destructuring error messages.Kaz Kylheku2015-11-291-4/+4
* Bugfix: destructive behavior in transpose.Kaz Kylheku2015-11-281-1/+1
* Error reports trace through layers of macroexpansion.Kaz Kylheku2015-11-284-60/+63
* Propagate location info in progn optimization.Kaz Kylheku2015-11-281-1/+1
* Improve source loc copying in expand_qquote.Kaz Kylheku2015-11-281-5/+5
* Remove useless test from rlcp_tree.Kaz Kylheku2015-11-281-5/+4
* WIP: fix erroneous use of rlcp that should be rl.Kaz Kylheku2015-11-261-8/+7
* Report chain of macro-expansions in errors.Kaz Kylheku2015-11-254-6/+36
* Bugfix: sethash doesn't return stored value.Kaz Kylheku2015-11-252-8/+12
* Better no such type diagnostic in defmeth.Kaz Kylheku2015-11-251-5/+8
* New macro define-accessor.Kaz Kylheku2015-11-253-1/+92
* New functions window-map and window-mappend.Kaz Kylheku2015-11-255-0/+276
* Bugfix: split and partition functions.Kaz Kylheku2015-11-241-3/+3
* Bugfix: super returning type rather than supertype.Kaz Kylheku2015-11-231-1/+1
* Struct instances now point directly to low level type.Kaz Kylheku2015-11-231-35/+35
* Add man or boy test, based on Knuth's Algol 60 code.Kaz Kylheku2015-11-232-0/+69
* Version 125.txr-125Kaz Kylheku2015-11-206-382/+436
* Combat spurious retention in few more functions.Kaz Kylheku2015-11-201-13/+17
* last function becomes generic.Kaz Kylheku2015-11-202-6/+17
* TXR_COMPAT option.Kaz Kylheku2015-11-202-1/+54
* New equality substitution.Kaz Kylheku2015-11-206-34/+189
* Fix buggy less function.Kaz Kylheku2015-11-201-32/+38
* Fix type hole in equal function w.r.t. COBJ.Kaz Kylheku2015-11-201-1/+1
* Introducing lazy structs.Kaz Kylheku2015-11-204-3/+182
* @(next) takes Lisp expression as source now.Kaz Kylheku2015-11-202-3/+36
* Renaming html filters to get rid of underscore.Kaz Kylheku2015-11-202-27/+31
* New :to_html_relaxed filter and html-encode*.Kaz Kylheku2015-11-202-1/+36
* Filtering to HTML should include ' -> '.Kaz Kylheku2015-11-201-0/+1
* @(rep) as shorthand for @(coll :vars nil).Kaz Kylheku2015-11-203-5/+41
* Use symbol in diagnostics in collect.Kaz Kylheku2015-11-201-9/+9
* Address spurious retention across library.Kaz Kylheku2015-11-201-17/+95
* Combat spurious retention in args handling code.Kaz Kylheku2015-11-202-3/+6
* Combat spurious retention in mapdo.Kaz Kylheku2015-11-201-0/+2
* Useful debugging function for spurious retention.Kaz Kylheku2015-11-202-0/+13
* Provide butlast function.Kaz Kylheku2015-11-204-0/+31
* Functors: structs callable as functions.Kaz Kylheku2015-11-202-0/+33
* New uslot function and usl macro.Kaz Kylheku2015-11-205-1/+75
* Bugfix: missing macros in autoload.Kaz Kylheku2015-11-141-1/+2
* Version 124.txr-124Kaz Kylheku2015-11-146-526/+569
* Bugfix: broken ~o specifier for bignums.Kaz Kylheku2015-11-141-1/+1
* Implementing *print-base* and ~d format directive.Kaz Kylheku2015-11-148-92/+173
* New global control over float print precision.Kaz Kylheku2015-11-134-8/+99
* Formatting in generate, giterate heading.Kaz Kylheku2015-11-121-1/+1
* Explanation about mlet circularity.Kaz Kylheku2015-11-121-1/+4
* Fix pretty printer mishandling unexpected syntax.Kaz Kylheku2015-11-111-7/+8
* Consistent parameter name in list_collect_* decls.Kaz Kylheku2015-11-111-5/+5
* Adding revappend and nreconc.Kaz Kylheku2015-11-114-0/+143
* Improve reverse and nreverse.Kaz Kylheku2015-11-111-16/+68
* Print (rcons x y) forms as x..y.Kaz Kylheku2015-11-101-0/+6