| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce chk_wmalloc function. | Kaz Kylheku | 2015-09-22 | 1 | -8/+16 |
* | Adding flatcar* function. | Kaz Kylheku | 2015-09-19 | 1 | -0/+47 |
* | New function: flatcar. | Kaz Kylheku | 2015-09-18 | 1 | -0/+9 |
* | More informative printed rep for functions. | Kaz Kylheku | 2015-09-09 | 1 | -1/+18 |
* | Allow runaway lazy list computation to be interrupted. | Kaz Kylheku | 2015-09-08 | 1 | -0/+4 |
* | New functions, subtypep and typep. | Kaz Kylheku | 2015-09-08 | 1 | -0/+53 |
* | Random states of type random-state, not *random-state*. | Kaz Kylheku | 2015-09-08 | 1 | -0/+1 |
* | Remove stray debug print (TXR 113). | Kaz Kylheku | 2015-09-07 | 1 | -1/+1 |
* | Don't use prot1 for temporary gc protection. | Kaz Kylheku | 2015-09-07 | 1 | -18/+8 |
* | linenoise: use checked allocator for strdup. | Kaz Kylheku | 2015-09-06 | 1 | -0/+8 |
* | linenoise completion for txr symbols | Kaz Kylheku | 2015-09-05 | 1 | -0/+17 |
* | Syntax errors refer to REPL line number. | Kaz Kylheku | 2015-09-05 | 1 | -0/+8 |
* | Improve error for uncallable object. | Kaz Kylheku | 2015-09-01 | 1 | -1/+1 |
* | Remove useless comment that contains two typos. | Kaz Kylheku | 2015-09-01 | 1 | -4/+0 |
* | Time structure. | Kaz Kylheku | 2015-08-31 | 1 | -0/+58 |
* | Move stat functions to use a struct. | Kaz Kylheku | 2015-08-30 | 1 | -2/+2 |
* | Introducing structs. | Kaz Kylheku | 2015-09-02 | 1 | -0/+5 |
* | Renaming c_true to tnil. | Kaz Kylheku | 2015-08-27 | 1 | -16/+16 |
* | Replace two-step initialization of args with macros. | Kaz Kylheku | 2015-08-24 | 1 | -56/+28 |
* | New function: shuffle. | Kaz Kylheku | 2015-08-24 | 1 | -0/+43 |
* | Regression: assignment to [hash x..y] not working. | Kaz Kylheku | 2015-08-23 | 1 | -9/+7 |
* | Large scale conversion to new way of handling arguments. | Kaz Kylheku | 2015-08-23 | 1 | -231/+393 |
* | Better error reporting for some indirect calls. | Kaz Kylheku | 2015-08-18 | 1 | -18/+24 |
* | Bugfix: forgotten zaps could lead to spurious retention. | Kaz Kylheku | 2015-08-17 | 1 | -3/+3 |
* | New function, clamp. | Kaz Kylheku | 2015-08-13 | 1 | -0/+5 |
* | Print object readably in class mismatch error. | Kaz Kylheku | 2015-08-13 | 1 | -1/+1 |
* | New display-width function. | Kaz Kylheku | 2015-08-13 | 1 | -0/+22 |
* | Remove never-used member of symbol structure. | Kaz Kylheku | 2015-08-09 | 1 | -1/+0 |
* | C++ upkeep: resolve multiple definitions of fun_k. | Kaz Kylheku | 2015-08-07 | 1 | -1/+2 |
* | New exception type: system-error. | Kaz Kylheku | 2015-08-05 | 1 | -0/+2 |
* | Better diagnostic in funcall family of functions. | Kaz Kylheku | 2015-08-05 | 1 | -5/+14 |
* | Switching some globals to lexical and changing some names. | Kaz Kylheku | 2015-08-03 | 1 | -3/+3 |
* | Pass pretty flag to cobj print operation. | Kaz Kylheku | 2015-08-01 | 1 | -4/+4 |
* | Multi-line, indented printing of structure. | Kaz Kylheku | 2015-07-31 | 1 | -166/+120 |
* | Adding nthcdr as accessor. | Kaz Kylheku | 2015-07-22 | 1 | -0/+13 |
* | Implementing second through tenth as places. | Kaz Kylheku | 2015-07-22 | 1 | -10/+30 |
* | * lib.c (obj_print, obj_pprint): Bugfix: incorrect | Kaz Kylheku | 2015-07-22 | 1 | -2/+4 |
* | Implementing caar, cadr, cdar and friends. | Kaz Kylheku | 2015-07-21 | 1 | -0/+2 |
* | * eval.c (eval_init): Register new split function. | Kaz Kylheku | 2015-07-21 | 1 | -2/+48 |
* | Refactoring n-ary functions to use a single helper. | Kaz Kylheku | 2015-07-24 | 1 | -20/+13 |
* | * lib.c (mkstring): Fix neglect to null terminate. | Kaz Kylheku | 2015-06-18 | 1 | -3/+4 |
* | * lib.c (cat_str): Detect overflow in the total length | Kaz Kylheku | 2015-06-18 | 1 | -4/+21 |
* | * lib.c (replace_list, replace_str, replace_vec): Handle | Kaz Kylheku | 2015-05-14 | 1 | -0/+61 |
* | Recursive lcons force bug (keep-if*, remove-if*). | Kaz Kylheku | 2015-05-13 | 1 | -1/+3 |
* | Handle vectors and strings in rplaca and rplacd. | Kaz Kylheku | 2015-05-11 | 1 | -2/+12 |
* | * lib.c (chr_str_set): Check for literal strings. | Kaz Kylheku | 2015-05-11 | 1 | -0/+5 |
* | Crack down on redefinitions of built-ins. | Kaz Kylheku | 2015-05-08 | 1 | -0/+1 |
* | New macro-based framework for assignment places. | Kaz Kylheku | 2015-05-06 | 1 | -1/+50 |
* | Deal with bad quote syntax. | Kaz Kylheku | 2015-05-03 | 1 | -2/+2 |
* | Move initialization calls to more suitable place. | Kaz Kylheku | 2015-05-01 | 1 | -0/+10 |