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: 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
*
linenoise: recognize additional commands in search.
Kaz Kylheku
2015-09-13
2
-3
/
+17
*
linenoise: suppress duplicates in Ctrl-R search.
Kaz Kylheku
2015-09-13
1
-2
/
+8
*
linenoise: support completion in the middle of line.
Kaz Kylheku
2015-09-12
2
-17
/
+23
*
linenoise: incorrect ESC treatment in completion.
Kaz Kylheku
2015-09-12
2
-15
/
+2
*
linenoise: Suppress unknown control characters.
Kaz Kylheku
2015-09-12
2
-5
/
+9
*
linenoise: Ctrl-R search
Kaz Kylheku
2015-09-12
2
-3
/
+180
*
Treat comment lines in repl, and plug memory leak.
Kaz Kylheku
2015-09-11
2
-4
/
+24
*
New :read command in repl for direct stdin parse.
Kaz Kylheku
2015-09-11
2
-1
/
+48
*
Better EOF check in read-eval stream function.
Kaz Kylheku
2015-09-11
2
-1
/
+11
*
Quit if input form is :quit not its value.
Kaz Kylheku
2015-09-11
2
-3
/
+3
*
Document some special keys supported by linenoise.
Kaz Kylheku
2015-09-11
1
-2
/
+5
*
linenoise: Ctrl-C cleanly cancels completion.
Kaz Kylheku
2015-09-11
2
-3
/
+18
*
linenoise: replace 9 with TAB; anticipate extension.
Kaz Kylheku
2015-09-11
1
-8
/
+14
*
linenoise: lino_copy function.
Kaz Kylheku
2015-09-11
2
-7
/
+35
*
Version 115.
txr-115
Kaz Kylheku
2015-09-10
6
-366
/
+504
*
Fix misspelled :toinger filter.
Kaz Kylheku
2015-09-10
3
-5
/
+5
*
Remove duplicate variable initialization.
Kaz Kylheku
2015-09-10
1
-1
/
+0
*
Bugfix: *args* not bound for command line expressions.
Kaz Kylheku
2015-09-10
2
-10
/
+21
*
Don't scan C source code for Lisp symbols.
Kaz Kylheku
2015-09-10
3
-33
/
+58
*
Bugfix: make self-path visible to Lisp.
Kaz Kylheku
2015-09-10
2
-2
/
+26
*
Don't pass char to <ctype.h> function.
Kaz Kylheku
2015-09-10
1
-2
/
+4
*
Completion doesn't iterate over all packages.
Kaz Kylheku
2015-09-10
1
-10
/
+3
*
No completion on symbol in nonexistent package.
Kaz Kylheku
2015-09-10
1
-0
/
+2
*
linenoise: sort completions by length.
Kaz Kylheku
2015-09-10
1
-0
/
+19
*
C++: don't use int constant as enum initializer.
Kaz Kylheku
2015-09-09
1
-1
/
+1
*
C++: need conversions in return value from alloca.
Kaz Kylheku
2015-09-09
1
-2
/
+2
*
C++: avoid the compl identifier.
Kaz Kylheku
2015-09-09
1
-5
/
+5
*
C++: fix goto repl which skips initializations.
Kaz Kylheku
2015-09-09
1
-3
/
+3
*
linenoise: fix g++ signed/unsigned warning.
Kaz Kylheku
2015-09-09
1
-1
/
+2
[next]