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
...
*
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
*
linenoise: sync_data_to_to_buf loses pointless arg.
Kaz Kylheku
2015-09-20
1
-8
/
+8
*
Adding flatcar* function.
Kaz Kylheku
2015-09-19
4
-9
/
+62
*
Atom insert feature.
Kaz Kylheku
2015-09-18
2
-0
/
+58
*
linenoise: atom-gathering callback feature.
Kaz Kylheku
2015-09-18
2
-1
/
+38
*
New function: flatcar.
Kaz Kylheku
2015-09-18
4
-0
/
+45
*
linenoise: insert previous word feature
Kaz Kylheku
2015-09-18
2
-3
/
+57
*
Set the tempfile suffix.
Kaz Kylheku
2015-09-18
1
-0
/
+1
*
linenoise: support suffix on temp file name.
Kaz Kylheku
2015-09-18
2
-2
/
+19
*
Detect mkstemps function.
Kaz Kylheku
2015-09-18
1
-0
/
+20
*
Doc fix under getpwnam.
Kaz Kylheku
2015-09-18
1
-1
/
+1
*
Improved ~/.txr_profile checks, with security.
Kaz Kylheku
2015-09-18
2
-8
/
+27
*
New function path-private-to-me.
Kaz Kylheku
2015-09-17
3
-1
/
+48
*
Add unix group database functions.
Kaz Kylheku
2015-09-17
3
-0
/
+240
*
Change how error locations are reported in REPL.
Kaz Kylheku
2015-09-17
1
-2
/
+2
*
Whitespace fix.
Kaz Kylheku
2015-09-17
1
-1
/
+1
*
linenoise: Ctrl-X Ctrl-V super verbatim mode.
Kaz Kylheku
2015-09-17
2
-2
/
+30
*
Version 116.
txr-116
Kaz Kylheku
2015-09-17
6
-522
/
+573
*
Listener configuration variables.
Kaz Kylheku
2015-09-17
4
-7
/
+56
*
Describe listener limitations.
Kaz Kylheku
2015-09-16
1
-0
/
+7
*
Rearrange some subsections.
Kaz Kylheku
2015-09-16
1
-36
/
+37
*
linenoise: edit command line in external editor.
Kaz Kylheku
2015-09-16
2
-0
/
+83
*
linenoise: Ctrl-X extended commands.
Kaz Kylheku
2015-09-16
1
-1
/
+16
*
syntax: be tolerant of carriage returns.
Kaz Kylheku
2015-09-16
1
-15
/
+16
*
linenoise: oldpos-related multi-line refresh issue.
Kaz Kylheku
2015-09-16
1
-21
/
+17
*
linenoise: remove multiline debug code
Kaz Kylheku
2015-09-16
1
-28
/
+0
*
linenoise: enhanced multi-line mode with line breaks.
Kaz Kylheku
2015-09-16
2
-23
/
+106
*
linenoise: don't process carriage returns in history.
Kaz Kylheku
2015-09-16
1
-4
/
+1
*
linenoise: null-terminate display buffer.
Kaz Kylheku
2015-09-16
1
-0
/
+1
*
linenoise: Ctrl-J toggles multi-line mode.
Kaz Kylheku
2015-09-16
1
-0
/
+4
*
linenoise: bugfix: Ctrl-D checks wrong length field.
Kaz Kylheku
2015-09-16
1
-1
/
+1
*
linenoise: parenthesis-matching backward jump.
Kaz Kylheku
2015-09-15
2
-0
/
+116
*
Wording and grammar fix under permutations
Kaz Kylheku
2015-09-15
1
-3
/
+3
*
False positive valgrind error: uninitialized sigset_t.
Kaz Kylheku
2015-09-15
1
-0
/
+6
*
extended_jmp_buf members should be volatile.
Kaz Kylheku
2015-09-15
1
-12
/
+14
*
Regex state-marking counter wraparound bug.
Kaz Kylheku
2015-09-15
1
-1
/
+28
*
Use alloca for some temporary arrays in regex module.
Kaz Kylheku
2015-09-15
1
-11
/
+5
*
Remove limit on NFA state size and allocate tightly.
Kaz Kylheku
2015-09-15
1
-62
/
+63
*
Fix memory leak in regexes.
Kaz Kylheku
2015-09-14
1
-1
/
+1
*
linenoise: handle SIGWINCH resize signal.
Kaz Kylheku
2015-09-14
1
-2
/
+64
*
Implement ~/.txr_profile mechanism.
Kaz Kylheku
2015-09-13
4
-1
/
+58
*
Don't supply trivial completion which matches prefix.
Kaz Kylheku
2015-09-13
1
-0
/
+3
[prev]
[next]