| Commit message (Expand) | Author | Age | Files | Lines |
* | Regression: runaway allocation of heaps. | Kaz Kylheku | 2015-04-24 | 1 | -0/+12 |
* | * gc.c (make_obj, gc): The check for insufficient space in freshobj | Kaz Kylheku | 2015-04-24 | 1 | -0/+5 |
* | * gc.c (gc): Minor off-by-one: compare gc_counter to FULL_GC_INTERVAL | Kaz Kylheku | 2015-04-24 | 1 | -0/+5 |
* | Switch to in-tree mpi directory. | Kaz Kylheku | 2015-04-22 | 1 | -0/+18 |
* | delay/force overhaul. | Kaz Kylheku | 2015-04-22 | 1 | -0/+15 |
* | ChangeLog fixup: "Version 106" missing. | Kaz Kylheku | 2015-04-21 | 1 | -0/+2 |
* | Version 106.txr-106 | Kaz Kylheku | 2015-04-21 | 1 | -0/+8 |
* | Bugfix: throwing error when trying to print valid regexps. | Kaz Kylheku | 2015-04-19 | 1 | -0/+8 |
* | Do not allow unrecognized escapes in regex. | Kaz Kylheku | 2015-04-19 | 1 | -0/+14 |
* | Improvement in error reporting. | Kaz Kylheku | 2015-04-19 | 1 | -0/+14 |
* | Adding lcons macro. | Kaz Kylheku | 2015-04-18 | 1 | -0/+11 |
* | Adding getenv, setenv and unsetenv. | Kaz Kylheku | 2015-04-18 | 1 | -0/+16 |
* | Fix quasistring regression introduced in TXR 81. | Kaz Kylheku | 2015-04-18 | 1 | -0/+10 |
* | Adding exit* function which calls _exit. | Kaz Kylheku | 2015-04-16 | 1 | -0/+11 |
* | Add exec and pipe functions. | Kaz Kylheku | 2015-04-16 | 1 | -0/+13 |
* | Adding chmod. | Kaz Kylheku | 2015-04-16 | 1 | -0/+13 |
* | Adding dotimes macro. | Kaz Kylheku | 2015-04-16 | 1 | -0/+9 |
* | Fix escaping issues in open-process on Windows. | Kaz Kylheku | 2015-04-15 | 1 | -0/+17 |
* | Allow quasiquotes in braces and quasiliterals, and quotes in braces. | Kaz Kylheku | 2015-04-15 | 1 | -0/+11 |
* | Diagnose trailing junk in numeric literals. | Kaz Kylheku | 2015-04-14 | 1 | -0/+9 |
* | Implementing while* and until* loops. | Kaz Kylheku | 2015-04-11 | 1 | -0/+13 |
* | * sysif.c: Use HAVE_FORK_STUFF to wrap fork, waitpid and dup/dup2. | Kaz Kylheku | 2015-04-11 | 1 | -0/+4 |
* | Exposing dup and dup2. | Kaz Kylheku | 2015-04-11 | 1 | -0/+12 |
* | Functions open-fileno and fileno. | Kaz Kylheku | 2015-04-10 | 1 | -0/+18 |
* | * gc.c (sweep): Fix comment referring to nonexistent identifier. | Kaz Kylheku | 2015-04-10 | 1 | -0/+4 |
* | * eval.c (eval_init): There is an until_s global variable, so | Kaz Kylheku | 2015-04-10 | 1 | -0/+5 |
* | Fork and wait support. | Kaz Kylheku | 2015-04-09 | 1 | -0/+16 |
* | * eval.c (iflet_s, when_s): New global variables. | Kaz Kylheku | 2015-04-06 | 1 | -0/+12 |
* | New whilet macro. | Kaz Kylheku | 2015-04-05 | 1 | -0/+13 |
* | New zap operator. | Kaz Kylheku | 2015-04-01 | 1 | -0/+10 |
* | Array overrun fix in apply. | Kaz Kylheku | 2015-03-31 | 1 | -0/+11 |
* | Deal with spurious retention in function application. | Kaz Kylheku | 2015-03-31 | 1 | -0/+14 |
* | * stream.c (vformat): Bugfix: ~X printing in lower case, like ~x, | Kaz Kylheku | 2015-03-30 | 1 | -0/+5 |
* | * mpi-patches/eliminate-locale-dependencies: New patch. | Kaz Kylheku | 2015-03-29 | 1 | -0/+7 |
* | New -n option. New "i" mode letter in file opening functions. | Kaz Kylheku | 2015-03-29 | 1 | -0/+26 |
* | * eval.c (prinl, pprinl): Become external functions. | Kaz Kylheku | 2015-03-28 | 1 | -0/+12 |
* | * eval.c (eval_init): register get-lines as having one optional | Kaz Kylheku | 2015-03-28 | 1 | -0/+9 |
* | * Makefile (enforce): Update error error message. | Kaz Kylheku | 2015-03-24 | 1 | -0/+8 |
* | * lib.c (int_str): Workaround for wcstol recognizing the 0x prefix when | Kaz Kylheku | 2015-03-20 | 1 | -0/+8 |
* | * txr.c (help): Added missing documentation for -e and -p. | Kaz Kylheku | 2015-03-17 | 1 | -0/+8 |
* | Version 105.txr-105 | Kaz Kylheku | 2015-03-14 | 1 | -0/+12 |
* | * stream.c (run): In Windows version, fix nasty corruption bug: | Kaz Kylheku | 2015-03-11 | 1 | -0/+6 |
* | * stream.c (open_process, run, sh): Eliminate utf8name local variable | Kaz Kylheku | 2015-03-11 | 1 | -0/+6 |
* | * sysif.c (mkdir_nothrow_exists): New static function. | Kaz Kylheku | 2015-03-10 | 1 | -0/+8 |
* | * parser.c (open_txr_file, regex_parse, lisp_parse): Functions | Kaz Kylheku | 2014-12-21 | 1 | -0/+8 |
* | * Makefile (OBJS): Add parser.o. | Kaz Kylheku | 2014-12-21 | 1 | -0/+12 |
* | New ignerr macro. | Kaz Kylheku | 2015-02-25 | 1 | -0/+11 |
* | Introducing persistent error state on streams. | Kaz Kylheku | 2015-02-25 | 1 | -0/+52 |
* | Improved error reporting, particularly for macro expansion. | Kaz Kylheku | 2015-02-21 | 1 | -0/+21 |
* | * regex.c (match_regex_right): Bugfix: zero length matches | Kaz Kylheku | 2015-02-20 | 1 | -0/+6 |