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
...
*
Small optimization in finalization.
Kaz Kylheku
2015-09-09
1
-1
/
+6
*
Remove useless mark_makefresh hack.
Kaz Kylheku
2015-09-09
1
-12
/
+1
*
Finalization fix: incorrect for generational gc.
Kaz Kylheku
2015-09-09
1
-17
/
+19
*
Bugfix: multiple evaluation problem in slot place.
Kaz Kylheku
2015-09-09
1
-4
/
+5
*
Formatting under new macro.
Kaz Kylheku
2015-09-09
1
-0
/
+1
*
Fix fun, symbol-function and symbol-value places.
Kaz Kylheku
2015-09-09
1
-5
/
+5
*
More informative printed rep for functions.
Kaz Kylheku
2015-09-09
2
-2
/
+19
*
Reveal struct winsize on Solaris.
Kaz Kylheku
2015-09-09
3
-4
/
+39
*
alloca needs to be declared.
Kaz Kylheku
2015-09-09
1
-0
/
+1
*
Wrap call to repl with #if HAVE_TERMIOS.
Kaz Kylheku
2015-09-09
1
-0
/
+2
*
linenoise: remove input-viewing debug function.
Kaz Kylheku
2015-09-09
3
-32
/
+0
*
Missing termination and else clause in configure.
Kaz Kylheku
2015-09-09
1
-0
/
+4
*
linenoise: don't touch OPOST termios output flag.
Kaz Kylheku
2015-09-08
1
-2
/
+1
*
linenoise: stray printf on stdout.
Kaz Kylheku
2015-09-08
1
-2
/
+5
*
linenoise: don't flush tty input when changing mode.
Kaz Kylheku
2015-09-08
1
-2
/
+2
*
Refinement in linenoise eof/intr handling.
Kaz Kylheku
2015-09-08
1
-3
/
+10
*
linenoise: stdin fd closed bug in !isatty case.
Kaz Kylheku
2015-09-08
1
-1
/
+4
*
Documented interactive listener.
Kaz Kylheku
2015-09-08
1
-0
/
+343
*
linenoise: eliminate silly CTRL_<letter> constants.
Kaz Kylheku
2015-09-08
1
-32
/
+18
*
Bugfix: underrun on empty line tab completion.
Kaz Kylheku
2015-09-08
1
-1
/
+4
*
linenoise: Ctrl-U deletes only to the left.
Kaz Kylheku
2015-09-08
1
-4
/
+11
*
linenoise: expand tabs to spaces instead of ^I.
Kaz Kylheku
2015-09-08
1
-4
/
+10
*
linenoise: delete word recognizes tabs as space.
Kaz Kylheku
2015-09-08
1
-2
/
+3
*
linenoise: remove history and TODO list from comment.
Kaz Kylheku
2015-09-08
1
-64
/
+0
*
Allow runaway lazy list computation to be interrupted.
Kaz Kylheku
2015-09-08
1
-0
/
+4
*
New functions, subtypep and typep.
Kaz Kylheku
2015-09-08
5
-1
/
+203
*
Random states of type random-state, not *random-state*.
Kaz Kylheku
2015-09-08
4
-5
/
+26
*
Don't report unbound var errors against wrong form.
Kaz Kylheku
2015-09-08
1
-2
/
+5
*
Debugger and compatibility now major sections.
Kaz Kylheku
2015-09-07
1
-5
/
+7
*
Load and save repl history.
Kaz Kylheku
2015-09-07
3
-1
/
+16
*
linenoise: Ctrl-Z suspend.
Kaz Kylheku
2015-09-07
1
-0
/
+8
*
Print exceptions with proper indenting.
Kaz Kylheku
2015-09-07
1
-9
/
+7
*
Don't show whole function definition in args mismatch.
Kaz Kylheku
2015-09-07
1
-4
/
+11
*
Remove stray debug print (TXR 113).
Kaz Kylheku
2015-09-07
1
-1
/
+1
*
TXR 105 regression: real-time stream not used on tty.
Kaz Kylheku
2015-09-07
1
-6
/
+11
*
Go into repl after processing txr file also.
Kaz Kylheku
2015-09-07
3
-8
/
+16
*
Enter repl after processing options and loading file.
Kaz Kylheku
2015-09-07
1
-3
/
+15
*
kill function returns boolean rather than integer.
Kaz Kylheku
2015-09-07
2
-2
/
+16
*
Adding raise function.
Kaz Kylheku
2015-09-07
2
-0
/
+24
*
Better message for caught exceptions.
Kaz Kylheku
2015-09-07
1
-1
/
+1
*
Store exception in repl variable.
Kaz Kylheku
2015-09-07
1
-2
/
+3
*
Don't use prot1 for temporary gc protection.
Kaz Kylheku
2015-09-07
3
-31
/
+13
*
Reset flex scanner if exception thrown during read.
Kaz Kylheku
2015-09-06
2
-1
/
+23
*
Repl will print something for syntax error exceptions.
Kaz Kylheku
2015-09-06
1
-1
/
+1
*
Manage intr count in the face of exceptions.
Kaz Kylheku
2015-09-06
1
-2
/
+8
*
Bugfix: sig_mask not calling into the OS.
Kaz Kylheku
2015-09-06
1
-1
/
+10
*
linenoise: STDIN_FILENO used as pointer.
Kaz Kylheku
2015-09-06
1
-2
/
+2
*
linenoise: use checked allocator for strdup.
Kaz Kylheku
2015-09-06
3
-4
/
+14
*
linenoise: remove bogus suport for crap terminals.
Kaz Kylheku
2015-09-06
1
-55
/
+30
*
Allow evaluation from repl to be interrupted.
Kaz Kylheku
2015-09-06
3
-1
/
+18
[prev]
[next]