summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support eight-argument intrinsic functions.Kaz Kylheku2015-12-162-1/+53
* bugfix: dwim_set not handling hash correctly.Kaz Kylheku2015-12-161-0/+4
* bugfix: nil from in replace wrongly treated as 0.Kaz Kylheku2015-12-161-6/+6
* HTML doc: markup in lower case.Kaz Kylheku2015-12-152-46/+46
* HTML doc: fix back jumping flaw.Kaz Kylheku2015-12-141-5/+13
* Improved documentation of macro parameter lists.Kaz Kylheku2015-12-141-18/+64
* Allow :whole and :form to do destructuring.Kaz Kylheku2015-12-141-7/+15
* Pluralization under Equality Substitution.Kaz Kylheku2015-12-131-1/+1
* Clean up formatting in conventions section.Kaz Kylheku2015-12-131-26/+5
* Handle browsers with JS disabled.Kaz Kylheku2015-12-131-0/+3
* Remove redundant title tag.Kaz Kylheku2015-12-131-1/+1
* HTML doc: expand TOC section on jumpback.Kaz Kylheku2015-12-121-2/+21
* HTML doc: jump back to TOC feature.Kaz Kylheku2015-12-121-2/+5
* Fix example under conda.Kaz Kylheku2015-12-121-1/+1
* Improvement in type tree diagram.Kaz Kylheku2015-12-121-4/+8
* Update typeof documentationKaz Kylheku2015-12-121-3/+19
* Formatting under func-get-name.Kaz Kylheku2015-12-111-1/+1
* symbol-function semantics change; new symbol-macro.Kaz Kylheku2015-12-103-45/+180
* Change representation of top-level macro bindings.Kaz Kylheku2015-12-101-6/+8
* Version 127.txr-127Kaz Kylheku2015-12-096-284/+330
* Solaris issue detecting ftello/fseeko.Kaz Kylheku2015-12-091-0/+4
* Solaris issue: ftruncate not detected.Kaz Kylheku2015-12-091-1/+1
* Bugfix: crash in get_line.Kaz Kylheku2015-12-091-8/+6
* Bugfix: incorrect less comparison for ranges.Kaz Kylheku2015-12-091-3/+12
* defmeth returns compound method name.Kaz Kylheku2015-12-091-1/+1
* Bugfix: ifa must allow dwim expressions.Kaz Kylheku2015-12-092-8/+25
* Spacing around major headings early in doc.Kaz Kylheku2015-12-091-1/+2
* ifa documentation improvementKaz Kylheku2015-12-091-29/+82
* Fix under ifa.Kaz Kylheku2015-12-081-9/+9
* Allow defmacros and defuns to co-exist.Kaz Kylheku2015-12-082-3/+14
* Adding mboundp and mmakunbound.Kaz Kylheku2015-12-082-3/+25
* New function macro-ancestor.Kaz Kylheku2015-12-082-0/+19
* Update under source-loc-str.Kaz Kylheku2015-12-081-8/+24
* Documentation section restructuring.Kaz Kylheku2015-12-081-43/+47
* Clarifications under dwim operator.Kaz Kylheku2015-12-081-24/+46
* Remove opinion point of view.Kaz Kylheku2015-12-081-5/+2
* Fixes under Consecutive VariablesKaz Kylheku2015-12-081-7/+9
* Replace "discussed" with "described".Kaz Kylheku2015-12-081-13/+13
* Wording under sys:abscond-from.Kaz Kylheku2015-12-081-1/+1
* Fix outdated references to .. denoting cons.Kaz Kylheku2015-12-081-14/+12
* remove nonexistent function from synopsis.Kaz Kylheku2015-12-071-1/+1
* range-regex returns range, not cons.Kaz Kylheku2015-12-073-7/+7
* HTML doc: add doctype header and content-type.Kaz Kylheku2015-12-071-0/+2
* HTML doc: table of contents improvements.Kaz Kylheku2015-12-071-2/+54
* Large file support.Kaz Kylheku2015-12-044-11/+116
* Configure for large file support.Kaz Kylheku2015-12-031-1/+70
* Whitespace issue in configure.Kaz Kylheku2015-12-031-9/+9
* static-slot-ensure always processes subtypes.Kaz Kylheku2015-12-012-49/+51
* Bugfix: structs not inheriting late static slot values.Kaz Kylheku2015-12-012-6/+27
* Resolve method name to supertype.Kaz Kylheku2015-12-011-1/+17