index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
linenoise: delete previous word fix for multi-line.
Kaz Kylheku
2015-09-25
1
-4
/
+3
*
linenoise: fix multi-line issues with long lines
Kaz Kylheku
2015-09-25
1
-34
/
+44
*
regex: major optimization for complement operator.
Kaz Kylheku
2015-09-24
1
-1
/
+46
*
Version 117.
txr-117
Kaz Kylheku
2015-09-23
6
-254
/
+303
*
linenoise: wrong snprintf argument.
Kaz Kylheku
2015-09-23
1
-1
/
+1
*
Fix race in ~/.txr_profile security check.
Kaz Kylheku
2015-09-23
1
-8
/
+8
*
statf becomes external.
Kaz Kylheku
2015-09-23
2
-2
/
+3
*
doc: note another race in path-private-to-me-p
Kaz Kylheku
2015-09-23
1
-1
/
+13
*
doc: stat functions return structure.
Kaz Kylheku
2015-09-23
1
-1
/
+1
*
linenoise: correct tab alignment in multi-line mode.
Kaz Kylheku
2015-09-23
1
-4
/
+9
*
lack of optional arg defaulting in lazy_sub_str.
Kaz Kylheku
2015-09-23
1
-2
/
+2
*
repl: give details about source of error exception.
Kaz Kylheku
2015-09-23
1
-0
/
+10
*
Bugfix: sub function not handling lazy strings.
Kaz Kylheku
2015-09-22
1
-0
/
+1
*
linenoise: C++ fixes, including g++ warnings.
Kaz Kylheku
2015-09-22
1
-10
/
+10
*
C++ upkeep: cannot assign to volatile sigset_t.
Kaz Kylheku
2015-09-22
1
-1
/
+11
*
Introduce chk_wmalloc function.
Kaz Kylheku
2015-09-22
4
-11
/
+20
*
linenoise: forward paren jump too.
Kaz Kylheku
2015-09-22
2
-2
/
+14
*
linenoise: selection endpoint toggle with Ctrl-^.
Kaz Kylheku
2015-09-22
2
-0
/
+17
*
linenoise: jump to matching parenthesis
Kaz Kylheku
2015-09-22
2
-0
/
+74
*
linenoise: new Ctrl-X Ctrl-K command to delete line.
Kaz Kylheku
2015-09-21
2
-0
/
+38
*
linenoise: multi-line behavior for del to bol/eol.
Kaz Kylheku
2015-09-21
2
-15
/
+60
*
linenoise: squelch some useless undo items.
Kaz Kylheku
2015-09-21
1
-5
/
+24
*
linenoise: do not undo to empty line
Kaz Kylheku
2015-09-21
1
-9
/
+14
*
linenoise: much more sane, per-history-item undo.
Kaz Kylheku
2015-09-21
2
-76
/
+88
*
linenoise: renumber history indices in undo items
Kaz Kylheku
2015-09-20
1
-5
/
+27
*
linenoise: single return out of edit.
Kaz Kylheku
2015-09-20
1
-27
/
+27
*
linenoise: move to end in mlmode on Ctrl-C, Ctrl-Z.
Kaz Kylheku
2015-09-20
1
-4
/
+17
*
linenoise: undo feature.
Kaz Kylheku
2015-09-20
2
-0
/
+151
*
linenoise: visual select and clipboard copy/paste.
Kaz Kylheku
2015-09-20
2
-38
/
+333
[next]