| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Bugfix: cannot print (lambda . 42) structure. | Kaz Kylheku | 2015-04-29 | 1 | -2/+2 |
* | * lib.c (symbol_package): If the argument is nil, return | Kaz Kylheku | 2015-04-25 | 1 | -1/+1 |
* | Remove silly package lookup from keywordp. | Kaz Kylheku | 2015-04-25 | 1 | -1/+1 |
* | Adding getenv, setenv and unsetenv. | Kaz Kylheku | 2015-04-18 | 1 | -6/+7 |
* | Deal with spurious retention in function application. | Kaz Kylheku | 2015-03-31 | 1 | -76/+78 |
* | * eval.c (eval_init): register get-lines as having one optional | Kaz Kylheku | 2015-03-28 | 1 | -0/+2 |
* | * lib.c (int_str): Workaround for wcstol recognizing the 0x prefix when | Kaz Kylheku | 2015-03-20 | 1 | -1/+27 |
* | Introducing persistent error state on streams. | Kaz Kylheku | 2015-02-25 | 1 | -0/+6 |
* | * lib.c (list_collect, list_collect_append): In error | Kaz Kylheku | 2015-02-12 | 1 | -2/+2 |
* | * lib.c (lazy_appendv_func, lazy_appendv): Bugfix: append* | Kaz Kylheku | 2015-02-12 | 1 | -2/+10 |
* | * unwind.c (unhandled_hook_s): New static variable. | Kaz Kylheku | 2015-02-06 | 1 | -0/+1 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | * lib.c (make_like): Fix regression introduced in 102. | Kaz Kylheku | 2015-01-27 | 1 | -1/+1 |
* | * eval.c (eval_init): Register dupl and swap_12_21 as | Kaz Kylheku | 2015-01-25 | 1 | -0/+10 |
* | * lib.c (make_like): Bugfix. (make-like nil "abc") | Kaz Kylheku | 2015-01-11 | 1 | -0/+4 |
* | * lib.c (replace_str, replace_vec): Bugfix. The replacement item | Kaz Kylheku | 2014-12-31 | 1 | -87/+91 |
* | * lib.c (simple_lazy_stream_func): Bugfix: close the stream | Kaz Kylheku | 2014-12-25 | 1 | -2/+4 |
* | * eval.c (eval_init): Registered intrinsic function unique. | Kaz Kylheku | 2014-12-23 | 1 | -4/+11 |
* | * lib.c (func_n1ov, func_n2ov, func_n3ov): New functions. | Kaz Kylheku | 2014-12-23 | 1 | -0/+21 |
* | * lib.c (func_n0o): Useless, unused function removed. | Kaz Kylheku | 2014-12-23 | 1 | -7/+0 |
* | * lib.c (copy): Support copying random state objects | Kaz Kylheku | 2014-12-18 | 1 | -1/+4 |
* | * eval.c (eval_init): Register in function as intrinsic. | Kaz Kylheku | 2014-12-05 | 1 | -0/+70 |
* | * lib.c (set_diff): Bugfix: use member rather than find, | Kaz Kylheku | 2014-12-05 | 1 | -1/+1 |
* | * eval.c (eval_init): Register lequal and gequal. | Kaz Kylheku | 2014-11-27 | 1 | -0/+41 |
* | * eval.c (eval_init): Register less and greater to | Kaz Kylheku | 2014-11-27 | 1 | -0/+28 |
* | * eval.c (eval_init): Register sort-group. | Kaz Kylheku | 2014-11-21 | 1 | -1/+9 |
* | * lib.c (partition_star_func): Bugfix: doing rplaca(env, seq) | Kaz Kylheku | 2014-11-21 | 1 | -8/+7 |
* | * lib.c (partition_by_func): Rename one local variable for clarity. | Kaz Kylheku | 2014-11-21 | 1 | -9/+8 |