| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce chk_wmalloc function. | Kaz Kylheku | 2015-09-22 | 1 | -0/+1 |
* | Adding flatcar* function. | Kaz Kylheku | 2015-09-19 | 1 | -0/+1 |
* | New function: flatcar. | Kaz Kylheku | 2015-09-18 | 1 | -0/+1 |
* | New functions, subtypep and typep. | Kaz Kylheku | 2015-09-08 | 1 | -0/+3 |
* | linenoise: use checked allocator for strdup. | Kaz Kylheku | 2015-09-06 | 1 | -0/+1 |
* | linenoise completion for txr symbols | Kaz Kylheku | 2015-09-05 | 1 | -0/+3 |
* | Syntax errors refer to REPL line number. | Kaz Kylheku | 2015-09-05 | 1 | -0/+1 |
* | No need to point the compiler into the mpi directory. | Kaz Kylheku | 2015-09-04 | 1 | -1/+1 |
* | Time structure. | Kaz Kylheku | 2015-08-31 | 1 | -0/+2 |
* | struct: 4-way set associative slot caches. | Kaz Kylheku | 2015-08-30 | 1 | -3/+7 |
* | Introducing structs. | Kaz Kylheku | 2015-09-02 | 1 | -0/+6 |
* | Renaming c_true to tnil. | Kaz Kylheku | 2015-08-27 | 1 | -1/+1 |
* | New function: shuffle. | Kaz Kylheku | 2015-08-24 | 1 | -0/+1 |
* | Large scale conversion to new way of handling arguments. | Kaz Kylheku | 2015-08-23 | 1 | -62/+72 |
* | New function, clamp. | Kaz Kylheku | 2015-08-13 | 1 | -0/+1 |
* | New display-width function. | Kaz Kylheku | 2015-08-13 | 1 | -0/+1 |
* | Remove never-used member of symbol structure. | Kaz Kylheku | 2015-08-09 | 1 | -1/+0 |
* | C++ static forward issue. | Kaz Kylheku | 2015-08-07 | 1 | -0/+8 |
* | C++ upkeep: resolve multiple definitions of fun_k. | Kaz Kylheku | 2015-08-07 | 1 | -1/+1 |
* | New exception type: system-error. | Kaz Kylheku | 2015-08-05 | 1 | -0/+1 |
* | Pass pretty flag to cobj print operation. | Kaz Kylheku | 2015-08-01 | 1 | -2/+3 |
* | Adding nthcdr as accessor. | Kaz Kylheku | 2015-07-22 | 1 | -0/+1 |
* | Implementing second through tenth as places. | Kaz Kylheku | 2015-07-22 | 1 | -0/+4 |
* | * eval.c (eval_init): Register new split function. | Kaz Kylheku | 2015-07-21 | 1 | -0/+1 |
* | Refactoring n-ary functions to use a single helper. | Kaz Kylheku | 2015-07-24 | 1 | -0/+1 |
* | * lib.h (mkloc): Rename misleading argument from fun to obj. | Kaz Kylheku | 2015-06-07 | 1 | -1/+1 |
* | New macro-based framework for assignment places. | Kaz Kylheku | 2015-05-06 | 1 | -0/+4 |
* | Adding getenv, setenv and unsetenv. | Kaz Kylheku | 2015-04-18 | 1 | -0/+4 |
* | Introducing persistent error state on streams. | Kaz Kylheku | 2015-02-25 | 1 | -0/+1 |
* | * arith.c (trunc_rem): New function. | Kaz Kylheku | 2015-02-07 | 1 | -0/+1 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | Use macro to initialize cobj_ops. | Kaz Kylheku | 2015-01-29 | 1 | -0/+3 |
* | * arith.c (make_ubignum): New static function. | Kaz Kylheku | 2015-01-29 | 1 | -0/+1 |
* | * eval.c (eval_init): Register dupl and swap_12_21 as | Kaz Kylheku | 2015-01-25 | 1 | -0/+1 |
* | * arith.c (zerop): Handle character arguments. | Kaz Kylheku | 2015-01-12 | 1 | -0/+2 |
* | Fix for LLVM wchar_t literals not being four byte | Kaz Kylheku | 2015-01-12 | 1 | -1/+4 |
* | * eval.c (eval_init): Registered intrinsic function unique. | Kaz Kylheku | 2014-12-23 | 1 | -0/+1 |
* | * lib.c (func_n1ov, func_n2ov, func_n3ov): New functions. | Kaz Kylheku | 2014-12-23 | 1 | -0/+3 |
* | * lib.c (func_n0o): Useless, unused function removed. | Kaz Kylheku | 2014-12-23 | 1 | -1/+0 |
* | * eval.c (eval_init): Register in function as intrinsic. | Kaz Kylheku | 2014-12-05 | 1 | -0/+1 |
* | * eval.c (eval_init): Register lequal and gequal. | Kaz Kylheku | 2014-11-27 | 1 | -0/+4 |
* | * eval.c (eval_init): Register less and greater to | Kaz Kylheku | 2014-11-27 | 1 | -0/+2 |
* | * eval.c (eval_init): Register sort-group. | Kaz Kylheku | 2014-11-21 | 1 | -0/+1 |
* | * arith.c (wrap_star, wrap): New functions. | Kaz Kylheku | 2014-11-20 | 1 | -0/+2 |
* | * arith.c (succ, ssucc, sssucc, pred, ppred, pppred): New functions. | Kaz Kylheku | 2014-11-20 | 1 | -0/+6 |
* | * lib.c (where): Argument order reversed, with compat support. | Kaz Kylheku | 2014-11-20 | 1 | -1/+1 |
* | * lib.c (max2, min2): Use the less comparison function | Kaz Kylheku | 2014-11-15 | 1 | -2/+2 |
* | * eval.c (eval_init): Register chand intrinsic. | Kaz Kylheku | 2014-11-06 | 1 | -0/+1 |
* | * lib.c (chk_grow_vec): New function. | Kaz Kylheku | 2014-10-30 | 1 | -0/+2 |
* | * lib.c (type_check): Function moved to header file inline. | Kaz Kylheku | 2014-10-26 | 1 | -1/+7 |