summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Suppress superfluous "located at" message.Kaz Kylheku2015-11-301-9/+5
* Some missing exceptions to indentation rule.Kaz Kylheku2015-11-301-1/+2
* defun can define methods.Kaz Kylheku2015-11-303-10/+49
* Correct return value of defmeth.Kaz Kylheku2015-11-301-3/+4
* Refactor propagation of contexts in evaluator.Kaz Kylheku2015-11-304-63/+83
* Drop ctx_form param on env_vbind_special and apply.Kaz Kylheku2015-11-303-26/+26
* Change funcall_interp API.Kaz Kylheku2015-11-303-9/+10
* Rename interp_fun function.Kaz Kylheku2015-11-303-9/+9
* func-get-name calculates a name for methods.Kaz Kylheku2015-11-304-19/+72
* Version 126.txr-126Kaz Kylheku2015-11-296-516/+549
* Increase stack size on Windows.Kaz Kylheku2015-11-292-1/+17
* 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