summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 119.txr-119Kaz Kylheku2015-10-106-406/+479
* New macro: with-objects.Kaz Kylheku2015-10-103-1/+62
* Improve progn expansion.Kaz Kylheku2015-10-091-4/+13
* Tweaking expansions of when and until.Kaz Kylheku2015-10-092-6/+14
* Add note to :init and :fini.Kaz Kylheku2015-10-091-0/+14
* Various stream-related with- macros introduced.Kaz Kylheku2015-10-083-0/+241
* Adding defex macro and related functions.Kaz Kylheku2015-10-082-0/+148
* Report objects with ~s in exception registration code.Kaz Kylheku2015-10-081-4/+4
* Add note to Limitations of interactive listener.Kaz Kylheku2015-10-081-0/+3
* Doc fixes: interactive listener section.Kaz Kylheku2015-10-071-3/+4
* Adding promisep function.Kaz Kylheku2015-10-072-0/+33
* Better diagnostic for cramped floating literals.Kaz Kylheku2015-10-071-2/+7
* Vim: better indentation for some forms.Kaz Kylheku2015-10-071-1/+7
* New function: reset-struct.Kaz Kylheku2015-10-063-0/+50
* New function: replace-struct.Kaz Kylheku2015-10-063-0/+60
* New function: clear-struct.Kaz Kylheku2015-10-063-0/+34
* New function: call-finalizers.Kaz Kylheku2015-10-063-0/+51
* Fix misleading documentation under if/iffi.Kaz Kylheku2015-10-061-4/+4
* New function, expand-right.Kaz Kylheku2015-10-062-0/+101
* Allow conses functions to work on vecs and strings.Kaz Kylheku2015-10-061-2/+6
* New function: ginterate.Kaz Kylheku2015-10-062-1/+48
* New functions take, drop, {take,drop}-{while,until}.Kaz Kylheku2015-10-054-0/+380
* Copy lazy strings without forcing.Kaz Kylheku2015-10-052-1/+28
* Optional arguments in boa construction.Kaz Kylheku2015-10-043-10/+56
* Bugfix: boa must apply last, as documented.Kaz Kylheku2015-10-041-3/+3
* Eliminate recursion from make_struct.Kaz Kylheku2015-10-041-2/+4
* Interactive listener: substring completion.Kaz Kylheku2015-10-032-4/+33
* linenoise: substring flag in completion callback.Kaz Kylheku2015-10-032-4/+8
* Missing formatting added under meth.Kaz Kylheku2015-10-031-1/+1
* slot-p renamed to slotp, conforming with Lisp conventions.Kaz Kylheku2015-10-034-8/+19
* Missing compatibility notes.Kaz Kylheku2015-10-031-0/+6
* New umeth and umethod macro and function.Kaz Kylheku2015-10-034-0/+112
* Optimization: elide some nil slot initializations.Kaz Kylheku2015-10-031-2/+13
* Fix inappropriate "does not name a struct type" error.Kaz Kylheku2015-10-031-1/+2
* Allow empty loops to be interrupted by signals.Kaz Kylheku2015-10-021-0/+5
* linenoise: Ctrl-X/Ctrl-[AWR] relative to hist pos.Kaz Kylheku2015-10-022-8/+17
* Struct methods and functions set up named block.Kaz Kylheku2015-10-022-3/+24
* linenoise: insert previous line command.Kaz Kylheku2015-10-022-0/+22
* bugfix: macro-time not bound as special operator.Kaz Kylheku2015-10-022-1/+1
* Set lispwords for better indenting.Kaz Kylheku2015-10-021-8/+23
* bugfix: symbol-function throws on builtin macro.Kaz Kylheku2015-10-011-2/+2
* Syntax formatting fixes in structs documentation.Kaz Kylheku2015-10-011-6/+6
* Version 118.txr-118Kaz Kylheku2015-10-016-156/+237
* linenoise: Ctrl-A/E overloaded in multi-line mode.Kaz Kylheku2015-10-012-3/+13
* Allow super to take an instance as an argument.Kaz Kylheku2015-10-012-4/+9
* New super-method function.Kaz Kylheku2015-10-013-1/+40
* Support for reverse order in finalization.Kaz Kylheku2015-10-015-26/+45
* linenoise: fix multi-line issue in history search.Kaz Kylheku2015-09-301-1/+12
* Fix incorrect "during expansion of ..." error reporting.Kaz Kylheku2015-09-301-1/+4
* Bad formatting in version 113 compat notes.Kaz Kylheku2015-09-301-1/+2