| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * txr.1: Document new syntactic places framework and place-mutating macros. | Kaz Kylheku | 2015-05-25 | 1 | -0/+4 |
* | Fix mismanaged dyn_env variable. | Kaz Kylheku | 2015-05-25 | 1 | -0/+12 |
* | Ligher weight debug instrumentation. | Kaz Kylheku | 2015-05-22 | 1 | -0/+38 |
* | Adding pushnew. | Kaz Kylheku | 2015-05-22 | 1 | -0/+6 |
* | symbol-function, symbol-value and fun become places. | Kaz Kylheku | 2015-05-22 | 1 | -0/+11 |
* | Introduce defparm operator. | Kaz Kylheku | 2015-05-21 | 1 | -0/+10 |
* | Represent place.tl more compactly in image. | Kaz Kylheku | 2015-05-19 | 1 | -0/+11 |
* | Variables are now deletable places, if they are global. | Kaz Kylheku | 2015-05-15 | 1 | -0/+8 |
* | * eval.c (symbol_value): Retrieve the binding of a symbol | Kaz Kylheku | 2015-05-15 | 1 | -0/+10 |
* | * lib.c (replace_list, replace_str, replace_vec): Handle | Kaz Kylheku | 2015-05-14 | 1 | -0/+9 |
* | Recursive lcons force bug (keep-if*, remove-if*). | Kaz Kylheku | 2015-05-13 | 1 | -0/+7 |
* | * place.tl (define-modify-macro): New macro. | Kaz Kylheku | 2015-05-13 | 1 | -0/+6 |
* | * place.tl (push): Ensure left-to-right eval order. | Kaz Kylheku | 2015-05-13 | 1 | -0/+4 |
* | * place.tl (rlet): For the sake of sane evaluation order | Kaz Kylheku | 2015-05-12 | 1 | -0/+6 |
* | * eval.c (env_vb_to_fb): Allow null env argument. This | Kaz Kylheku | 2015-05-12 | 1 | -0/+5 |
* | DWIM places must use Lisp-1 semantics. | Kaz Kylheku | 2015-05-12 | 1 | -0/+24 |
* | * eval.c (lookup_var_l): Gut this function of its silly | Kaz Kylheku | 2015-05-12 | 1 | -0/+8 |
* | Handle vectors and strings in rplaca and rplacd. | Kaz Kylheku | 2015-05-11 | 1 | -0/+8 |
* | * lib.c (chr_str_set): Check for literal strings. | Kaz Kylheku | 2015-05-11 | 1 | -0/+4 |
* | Fix argument count checking regression. | Kaz Kylheku | 2015-05-11 | 1 | -0/+8 |
* | * place.tl (errno): Support (errno) form as place. | Kaz Kylheku | 2015-05-10 | 1 | -0/+4 |
* | Improve error message related to splice misuse. | Kaz Kylheku | 2015-05-09 | 1 | -0/+7 |
* | Adding pset operator. | Kaz Kylheku | 2015-05-09 | 1 | -0/+8 |
* | * place.tl (set): Take multiple place/value pairs. Allow zero | Kaz Kylheku | 2015-05-09 | 1 | -0/+5 |
* | Crack down on redefinitions of built-ins. | Kaz Kylheku | 2015-05-08 | 1 | -0/+29 |
* | * Makefile (LISP_TO_C_STRING): Strip comments, but not comment lines, | Kaz Kylheku | 2015-05-07 | 1 | -0/+19 |
* | New macro-based framework for assignment places. | Kaz Kylheku | 2015-05-06 | 1 | -0/+53 |
* | * gc.c (make_obj, gc): Move resetting of prev_malloc_bytes | Kaz Kylheku | 2015-05-06 | 1 | -0/+5 |
* | Do some cleanup in progn-like form sequences. | Kaz Kylheku | 2015-05-05 | 1 | -0/+8 |
* | Deal with bad quote syntax. | Kaz Kylheku | 2015-05-03 | 1 | -0/+9 |
* | Move initialization calls to more suitable place. | Kaz Kylheku | 2015-05-01 | 1 | -0/+10 |
* | * signal.h (sig_save_disable): Bugfix: macro enabling | Kaz Kylheku | 2015-05-01 | 1 | -0/+5 |
* | Fix corruption triggered by extended gc disabling. | Kaz Kylheku | 2015-05-01 | 1 | -0/+31 |
* | Fix source location for dangling unquotes and splices. | Kaz Kylheku | 2015-04-30 | 1 | -0/+12 |
* | Improved syntax checking: defun, flet, labels, lambda. | Kaz Kylheku | 2015-04-29 | 1 | -0/+16 |
* | Bugfix: cannot print (lambda . 42) structure. | Kaz Kylheku | 2015-04-29 | 1 | -0/+7 |
* | Adding poll function. | Kaz Kylheku | 2015-04-28 | 1 | -0/+16 |
* | Version 107.txr-107 | Kaz Kylheku | 2015-04-26 | 1 | -0/+12 |
* | Allow (force ...) to be an assignable place. | Kaz Kylheku | 2015-04-25 | 1 | -0/+16 |
* | Introducing mlet macro. | Kaz Kylheku | 2015-04-25 | 1 | -0/+9 |
* | * lib.c (symbol_package): If the argument is nil, return | Kaz Kylheku | 2015-04-25 | 1 | -0/+6 |
* | Remove silly package lookup from keywordp. | Kaz Kylheku | 2015-04-25 | 1 | -0/+12 |
* | 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 |