| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Struct methods and functions set up named block. | Kaz Kylheku | 2015-10-02 | 2 | -3/+24 |
* | linenoise: insert previous line command. | Kaz Kylheku | 2015-10-02 | 2 | -0/+22 |
* | bugfix: macro-time not bound as special operator. | Kaz Kylheku | 2015-10-02 | 2 | -1/+1 |
* | Set lispwords for better indenting. | Kaz Kylheku | 2015-10-02 | 1 | -8/+23 |
* | bugfix: symbol-function throws on builtin macro. | Kaz Kylheku | 2015-10-01 | 1 | -2/+2 |
* | Syntax formatting fixes in structs documentation. | Kaz Kylheku | 2015-10-01 | 1 | -6/+6 |
* | Version 118.txr-118 | Kaz Kylheku | 2015-10-01 | 6 | -156/+237 |
* | linenoise: Ctrl-A/E overloaded in multi-line mode. | Kaz Kylheku | 2015-10-01 | 2 | -3/+13 |
* | Allow super to take an instance as an argument. | Kaz Kylheku | 2015-10-01 | 2 | -4/+9 |
* | New super-method function. | Kaz Kylheku | 2015-10-01 | 3 | -1/+40 |
* | Support for reverse order in finalization. | Kaz Kylheku | 2015-10-01 | 5 | -26/+45 |
* | linenoise: fix multi-line issue in history search. | Kaz Kylheku | 2015-09-30 | 1 | -1/+12 |
* | Fix incorrect "during expansion of ..." error reporting. | Kaz Kylheku | 2015-09-30 | 1 | -1/+4 |
* | Bad formatting in version 113 compat notes. | Kaz Kylheku | 2015-09-30 | 1 | -1/+2 |
* | Formatting fix in struct passwd and group headings. | Kaz Kylheku | 2015-09-30 | 1 | -2/+2 |
* | Better argument checking in new macro. | Kaz Kylheku | 2015-09-30 | 1 | -0/+3 |
* | Optimize empty lambdas in defstruct. | Kaz Kylheku | 2015-09-30 | 2 | -31/+32 |
* | struct :init :fini specifiers. | Kaz Kylheku | 2015-09-29 | 2 | -3/+93 |
* | Implementation of static slots for structures. | Kaz Kylheku | 2015-09-29 | 7 | -115/+704 |
* | C++ fix in poll wrapper. | Kaz Kylheku | 2015-09-29 | 1 | -2/+1 |
* | C++ fixes in configure script. | Kaz Kylheku | 2015-09-29 | 1 | -4/+4 |
* | Additional reductions for and. | Kaz Kylheku | 2015-09-29 | 1 | -0/+6 |
* | Simplify and optimization. | Kaz Kylheku | 2015-09-29 | 1 | -4/+1 |
* | Optimize some cases of the regex branch operator. | Kaz Kylheku | 2015-09-29 | 1 | -0/+43 |
* | Some optimizations for * ? and +. | Kaz Kylheku | 2015-09-29 | 1 | -4/+21 |
* | Regex printer fails on \w, \s or \d in char class. | Kaz Kylheku | 2015-09-29 | 1 | -0/+2 |
* | Improve lazy_str_force_upto performance on some cases. | Kaz Kylheku | 2015-09-29 | 1 | -2/+8 |
* | Improve performance of lazy string forcing. | Kaz Kylheku | 2015-09-28 | 1 | -9/+27 |
* | More complement optimizations. | Kaz Kylheku | 2015-09-28 | 1 | -0/+19 |
* | Streamline some regex optimizations. | Kaz Kylheku | 2015-09-28 | 1 | -15/+48 |
* | linenoise: backspace also causes parenthesis jump. | Kaz Kylheku | 2015-09-27 | 2 | -0/+5 |
* | Optimization for one-character range. | Kaz Kylheku | 2015-09-27 | 1 | -2/+7 |
* | Optimize complement operator more. | Kaz Kylheku | 2015-09-27 | 1 | -0/+28 |
* | S-exp level regex optimization. | Kaz Kylheku | 2015-09-27 | 1 | -32/+156 |
* | Support t regex in NFA compiler and in printer. | Kaz Kylheku | 2015-09-27 | 1 | -1/+16 |
* | Replace internal_error with exception throws in regex. | Kaz Kylheku | 2015-09-27 | 1 | -7/+7 |
* | Bug in complement case of reg_matches_all. | Kaz Kylheku | 2015-09-27 | 1 | -1/+2 |
* | More tests for ifa/conda. | Kaz Kylheku | 2015-09-27 | 1 | -0/+15 |
* | Treat .( and (( context in completion. | Kaz Kylheku | 2015-09-27 | 1 | -1/+3 |
* | Fix cascading message for unbound vars in pattern language. | Kaz Kylheku | 2015-09-27 | 1 | -2/+4 |
* | linenoise: paren matching jump finds closes paren. | Kaz Kylheku | 2015-09-27 | 2 | -10/+72 |
* | Full gc should be done if driven by malloc. | Kaz Kylheku | 2015-09-27 | 1 | -0/+5 |
* | Don't force lazy string in string input streams. | Kaz Kylheku | 2015-09-26 | 1 | -11/+5 |
* | linenoise: no wasteful retrace on clear screen. | Kaz Kylheku | 2015-09-25 | 1 | -0/+1 |
* | linenoise: no upward retrace after suspend resume. | Kaz Kylheku | 2015-09-25 | 1 | -0/+1 |
* | linenoise: fix broken move-to-end on Enter. | Kaz Kylheku | 2015-09-25 | 1 | -18/+26 |
* | return and return-from must throw, not abort. | Kaz Kylheku | 2015-09-25 | 1 | -0/+3 |
* | Fix two bugs in ifa macro. | Kaz Kylheku | 2015-09-25 | 1 | -3/+3 |
* | Add copyright headers to some lib modules. | Kaz Kylheku | 2015-09-25 | 4 | -0/+100 |
* | linemode: multi-line behavior for Ctrl-A/Ctrl-E. | Kaz Kylheku | 2015-09-25 | 2 | -6/+34 |