summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Treat .( and (( context in completion.Kaz Kylheku2015-09-271-1/+3
* Fix cascading message for unbound vars in pattern language.Kaz Kylheku2015-09-271-2/+4
* linenoise: paren matching jump finds closes paren.Kaz Kylheku2015-09-272-10/+72
* Full gc should be done if driven by malloc.Kaz Kylheku2015-09-271-0/+5
* Don't force lazy string in string input streams.Kaz Kylheku2015-09-261-11/+5
* linenoise: no wasteful retrace on clear screen.Kaz Kylheku2015-09-251-0/+1
* linenoise: no upward retrace after suspend resume.Kaz Kylheku2015-09-251-0/+1
* linenoise: fix broken move-to-end on Enter.Kaz Kylheku2015-09-251-18/+26
* return and return-from must throw, not abort.Kaz Kylheku2015-09-251-0/+3
* Fix two bugs in ifa macro.Kaz Kylheku2015-09-251-3/+3
* Add copyright headers to some lib modules.Kaz Kylheku2015-09-254-0/+100
* linemode: multi-line behavior for Ctrl-A/Ctrl-E.Kaz Kylheku2015-09-252-6/+34
* linenoise: delete previous word fix for multi-line.Kaz Kylheku2015-09-251-4/+3
* linenoise: fix multi-line issues with long linesKaz Kylheku2015-09-251-34/+44
* regex: major optimization for complement operator.Kaz Kylheku2015-09-241-1/+46
* Version 117.txr-117Kaz Kylheku2015-09-236-254/+303
* linenoise: wrong snprintf argument.Kaz Kylheku2015-09-231-1/+1
* Fix race in ~/.txr_profile security check.Kaz Kylheku2015-09-231-8/+8
* statf becomes external.Kaz Kylheku2015-09-232-2/+3
* doc: note another race in path-private-to-me-pKaz Kylheku2015-09-231-1/+13
* doc: stat functions return structure.Kaz Kylheku2015-09-231-1/+1
* linenoise: correct tab alignment in multi-line mode.Kaz Kylheku2015-09-231-4/+9
* lack of optional arg defaulting in lazy_sub_str.Kaz Kylheku2015-09-231-2/+2
* repl: give details about source of error exception.Kaz Kylheku2015-09-231-0/+10
* Bugfix: sub function not handling lazy strings.Kaz Kylheku2015-09-221-0/+1
* linenoise: C++ fixes, including g++ warnings.Kaz Kylheku2015-09-221-10/+10
* C++ upkeep: cannot assign to volatile sigset_t.Kaz Kylheku2015-09-221-1/+11
* Introduce chk_wmalloc function.Kaz Kylheku2015-09-224-11/+20
* linenoise: forward paren jump too.Kaz Kylheku2015-09-222-2/+14
* linenoise: selection endpoint toggle with Ctrl-^.Kaz Kylheku2015-09-222-0/+17
* linenoise: jump to matching parenthesisKaz Kylheku2015-09-222-0/+74
* linenoise: new Ctrl-X Ctrl-K command to delete line.Kaz Kylheku2015-09-212-0/+38
* linenoise: multi-line behavior for del to bol/eol.Kaz Kylheku2015-09-212-15/+60
* linenoise: squelch some useless undo items.Kaz Kylheku2015-09-211-5/+24
* linenoise: do not undo to empty lineKaz Kylheku2015-09-211-9/+14
* linenoise: much more sane, per-history-item undo.Kaz Kylheku2015-09-212-76/+88
* linenoise: renumber history indices in undo itemsKaz Kylheku2015-09-201-5/+27
* linenoise: single return out of edit.Kaz Kylheku2015-09-201-27/+27
* linenoise: move to end in mlmode on Ctrl-C, Ctrl-Z.Kaz Kylheku2015-09-201-4/+17
* linenoise: undo feature.Kaz Kylheku2015-09-202-0/+151
* linenoise: visual select and clipboard copy/paste.Kaz Kylheku2015-09-202-38/+333