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
...
*
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
*
Distinguish interrupt indication from linenoise.
Kaz Kylheku
2015-09-06
1
-2
/
+6
*
linenoise: error code distinguishes interrupt from eof.
Kaz Kylheku
2015-09-06
2
-9
/
+55
*
linenoise: use lino_t typedef everywhere.
Kaz Kylheku
2015-09-06
1
-17
/
+17
*
Distinguish exceptions from results in repl.
Kaz Kylheku
2015-09-06
1
-0
/
+1
*
Erroneous lines must go into history also.
Kaz Kylheku
2015-09-06
1
-4
/
+8
*
repl suppresses syntax error exceptions
Kaz Kylheku
2015-09-06
1
-1
/
+3
*
Better stream name for command line expressions.
Kaz Kylheku
2015-09-06
1
-2
/
+3
*
Parse errors lose program prefix and parens.
Kaz Kylheku
2015-09-06
2
-2
/
+17
*
Parenthesis sensitivity for completion.
Kaz Kylheku
2015-09-06
3
-5
/
+25
*
linenoise completion for txr symbols
Kaz Kylheku
2015-09-05
3
-0
/
+134
*
linenoise: 27 and 9 to ESC and TAB.
Kaz Kylheku
2015-09-05
1
-2
/
+2
*
linenoise: Ctrl-V verbatim insert.
Kaz Kylheku
2015-09-05
1
-0
/
+12
*
linenoise: remove useless comments, 8 -> CTRL_H.
Kaz Kylheku
2015-09-05
1
-35
/
+34
*
linenoise: separate display semantics from buffer
Kaz Kylheku
2015-09-05
1
-82
/
+116
*
Syntax errors refer to REPL line number.
Kaz Kylheku
2015-09-05
6
-8
/
+25
*
Numbered prompt with backreferencing.
Kaz Kylheku
2015-09-05
1
-1
/
+15
*
linenoise: hard-coded stream in generate_beep.
Kaz Kylheku
2015-09-05
1
-5
/
+4
*
Basic REPL based on linenoise.
Kaz Kylheku
2015-09-05
5
-1
/
+119
*
linenoise: get rid of globals; everything in struct.
Kaz Kylheku
2015-09-04
3
-182
/
+234
*
Bringing in Linenoise example.
Kaz Kylheku
2015-09-04
1
-0
/
+75
*
linenoise: tty read fix.
Kaz Kylheku
2015-09-04
1
-1
/
+2
*
Null out freed history elements.
Kaz Kylheku
2015-09-04
1
-7
/
+15
*
linenoise: change naming to conform to project.
Kaz Kylheku
2015-09-04
2
-146
/
+145
*
Eliminate tabs from linenoise source.
Kaz Kylheku
2015-09-04
1
-19
/
+19
*
linenoise: compile as C++ and use checked allocator.
Kaz Kylheku
2015-09-04
2
-27
/
+19
[prev]
[next]