summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Formatting fix in struct passwd and group headings.Kaz Kylheku2015-09-301-2/+2
* Better argument checking in new macro.Kaz Kylheku2015-09-301-0/+3
* Optimize empty lambdas in defstruct.Kaz Kylheku2015-09-302-31/+32
* struct :init :fini specifiers.Kaz Kylheku2015-09-292-3/+93
* Implementation of static slots for structures.Kaz Kylheku2015-09-297-115/+704
* C++ fix in poll wrapper.Kaz Kylheku2015-09-291-2/+1
* C++ fixes in configure script.Kaz Kylheku2015-09-291-4/+4
* Additional reductions for and.Kaz Kylheku2015-09-291-0/+6
* Simplify and optimization.Kaz Kylheku2015-09-291-4/+1
* Optimize some cases of the regex branch operator.Kaz Kylheku2015-09-291-0/+43
* Some optimizations for * ? and +.Kaz Kylheku2015-09-291-4/+21
* Regex printer fails on \w, \s or \d in char class.Kaz Kylheku2015-09-291-0/+2
* Improve lazy_str_force_upto performance on some cases.Kaz Kylheku2015-09-291-2/+8
* Improve performance of lazy string forcing.Kaz Kylheku2015-09-281-9/+27
* More complement optimizations.Kaz Kylheku2015-09-281-0/+19
* Streamline some regex optimizations.Kaz Kylheku2015-09-281-15/+48
* linenoise: backspace also causes parenthesis jump.Kaz Kylheku2015-09-272-0/+5
* Optimization for one-character range.Kaz Kylheku2015-09-271-2/+7
* Optimize complement operator more.Kaz Kylheku2015-09-271-0/+28
* S-exp level regex optimization.Kaz Kylheku2015-09-271-32/+156
* Support t regex in NFA compiler and in printer.Kaz Kylheku2015-09-271-1/+16
* Replace internal_error with exception throws in regex.Kaz Kylheku2015-09-271-7/+7
* Bug in complement case of reg_matches_all.Kaz Kylheku2015-09-271-1/+2
* More tests for ifa/conda.Kaz Kylheku2015-09-271-0/+15