summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* New functions, subtypep and typep.Kaz Kylheku2015-09-085-1/+203
* Random states of type random-state, not *random-state*.Kaz Kylheku2015-09-084-5/+26
* Don't report unbound var errors against wrong form.Kaz Kylheku2015-09-081-2/+5
* Debugger and compatibility now major sections.Kaz Kylheku2015-09-071-5/+7
* Load and save repl history.Kaz Kylheku2015-09-073-1/+16
* linenoise: Ctrl-Z suspend.Kaz Kylheku2015-09-071-0/+8
* Print exceptions with proper indenting.Kaz Kylheku2015-09-071-9/+7
* Don't show whole function definition in args mismatch.Kaz Kylheku2015-09-071-4/+11
* Remove stray debug print (TXR 113).Kaz Kylheku2015-09-071-1/+1
* TXR 105 regression: real-time stream not used on tty.Kaz Kylheku2015-09-071-6/+11
* Go into repl after processing txr file also.Kaz Kylheku2015-09-073-8/+16
* Enter repl after processing options and loading file.Kaz Kylheku2015-09-071-3/+15
* kill function returns boolean rather than integer.Kaz Kylheku2015-09-072-2/+16
* Adding raise function.Kaz Kylheku2015-09-072-0/+24
* Better message for caught exceptions.Kaz Kylheku2015-09-071-1/+1
* Store exception in repl variable.Kaz Kylheku2015-09-071-2/+3
* Don't use prot1 for temporary gc protection.Kaz Kylheku2015-09-073-31/+13
* Reset flex scanner if exception thrown during read.Kaz Kylheku2015-09-062-1/+23
* Repl will print something for syntax error exceptions.Kaz Kylheku2015-09-061-1/+1
* Manage intr count in the face of exceptions.Kaz Kylheku2015-09-061-2/+8
* Bugfix: sig_mask not calling into the OS.Kaz Kylheku2015-09-061-1/+10
* linenoise: STDIN_FILENO used as pointer.Kaz Kylheku2015-09-061-2/+2
* linenoise: use checked allocator for strdup.Kaz Kylheku2015-09-063-4/+14
* linenoise: remove bogus suport for crap terminals.Kaz Kylheku2015-09-061-55/+30
* Allow evaluation from repl to be interrupted.Kaz Kylheku2015-09-063-1/+18
* Distinguish interrupt indication from linenoise.Kaz Kylheku2015-09-061-2/+6
* linenoise: error code distinguishes interrupt from eof.Kaz Kylheku2015-09-062-9/+55
* linenoise: use lino_t typedef everywhere.Kaz Kylheku2015-09-061-17/+17
* Distinguish exceptions from results in repl.Kaz Kylheku2015-09-061-0/+1
* Erroneous lines must go into history also.Kaz Kylheku2015-09-061-4/+8
* repl suppresses syntax error exceptionsKaz Kylheku2015-09-061-1/+3
* Better stream name for command line expressions.Kaz Kylheku2015-09-061-2/+3
* Parse errors lose program prefix and parens.Kaz Kylheku2015-09-062-2/+17
* Parenthesis sensitivity for completion.Kaz Kylheku2015-09-063-5/+25
* linenoise completion for txr symbolsKaz Kylheku2015-09-053-0/+134
* linenoise: 27 and 9 to ESC and TAB.Kaz Kylheku2015-09-051-2/+2
* linenoise: Ctrl-V verbatim insert.Kaz Kylheku2015-09-051-0/+12
* linenoise: remove useless comments, 8 -> CTRL_H.Kaz Kylheku2015-09-051-35/+34
* linenoise: separate display semantics from bufferKaz Kylheku2015-09-051-82/+116
* Syntax errors refer to REPL line number.Kaz Kylheku2015-09-056-8/+25
* Numbered prompt with backreferencing.Kaz Kylheku2015-09-051-1/+15
* linenoise: hard-coded stream in generate_beep.Kaz Kylheku2015-09-051-5/+4
* Basic REPL based on linenoise.Kaz Kylheku2015-09-055-1/+119
* linenoise: get rid of globals; everything in struct.Kaz Kylheku2015-09-043-182/+234
* Bringing in Linenoise example.Kaz Kylheku2015-09-041-0/+75
* linenoise: tty read fix.Kaz Kylheku2015-09-041-1/+2
* Null out freed history elements.Kaz Kylheku2015-09-041-7/+15
* linenoise: change naming to conform to project.Kaz Kylheku2015-09-042-146/+145
* Eliminate tabs from linenoise source.Kaz Kylheku2015-09-041-19/+19
* linenoise: compile as C++ and use checked allocator.Kaz Kylheku2015-09-042-27/+19