summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Small optimization in finalization.Kaz Kylheku2015-09-091-1/+6
* Remove useless mark_makefresh hack.Kaz Kylheku2015-09-091-12/+1
* Finalization fix: incorrect for generational gc.Kaz Kylheku2015-09-091-17/+19
* Bugfix: multiple evaluation problem in slot place.Kaz Kylheku2015-09-091-4/+5
* Formatting under new macro.Kaz Kylheku2015-09-091-0/+1
* Fix fun, symbol-function and symbol-value places.Kaz Kylheku2015-09-091-5/+5
* More informative printed rep for functions.Kaz Kylheku2015-09-092-2/+19
* Reveal struct winsize on Solaris.Kaz Kylheku2015-09-093-4/+39
* alloca needs to be declared.Kaz Kylheku2015-09-091-0/+1
* Wrap call to repl with #if HAVE_TERMIOS.Kaz Kylheku2015-09-091-0/+2
* linenoise: remove input-viewing debug function.Kaz Kylheku2015-09-093-32/+0
* Missing termination and else clause in configure.Kaz Kylheku2015-09-091-0/+4
* linenoise: don't touch OPOST termios output flag.Kaz Kylheku2015-09-081-2/+1
* linenoise: stray printf on stdout.Kaz Kylheku2015-09-081-2/+5
* linenoise: don't flush tty input when changing mode.Kaz Kylheku2015-09-081-2/+2
* Refinement in linenoise eof/intr handling.Kaz Kylheku2015-09-081-3/+10
* linenoise: stdin fd closed bug in !isatty case.Kaz Kylheku2015-09-081-1/+4
* Documented interactive listener.Kaz Kylheku2015-09-081-0/+343
* linenoise: eliminate silly CTRL_<letter> constants.Kaz Kylheku2015-09-081-32/+18
* Bugfix: underrun on empty line tab completion.Kaz Kylheku2015-09-081-1/+4
* linenoise: Ctrl-U deletes only to the left.Kaz Kylheku2015-09-081-4/+11
* linenoise: expand tabs to spaces instead of ^I.Kaz Kylheku2015-09-081-4/+10
* linenoise: delete word recognizes tabs as space.Kaz Kylheku2015-09-081-2/+3
* linenoise: remove history and TODO list from comment.Kaz Kylheku2015-09-081-64/+0
* Allow runaway lazy list computation to be interrupted.Kaz Kylheku2015-09-081-0/+4
* 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