| Commit message (Expand) | Author | Age | Files | Lines |
* | GC correctness fixes: make sure we pin down objects for which we borrow | Kaz Kylheku | 2014-08-25 | 1 | -2/+9 |
* | * eval.c (eval_init): Register uniq function. | Kaz Kylheku | 2014-07-29 | 1 | -0/+33 |
* | * eval.c (eval_init): Register nconc as intrinsic. | Kaz Kylheku | 2014-07-29 | 1 | -0/+12 |
* | * lib.c (reduce_left, reduce_right): Nullify incoming sequence | Kaz Kylheku | 2014-07-29 | 1 | -0/+4 |
* | * eval.c (eval_init): Register partition-by intrinsic. | Kaz Kylheku | 2014-07-28 | 1 | -0/+46 |
* | Fix 2014-02-05 safety regression: unchecked use of non-function objects | Kaz Kylheku | 2014-07-27 | 1 | -5/+5 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | * configure: Add a check, in the case that we cannot make an | Kaz Kylheku | 2014-07-22 | 1 | -0/+22 |
* | * eval.c (eval_init): Register juxt as intrinsic. | Kaz Kylheku | 2014-07-20 | 1 | -0/+10 |
* | * lib.c (search_str): Support negative starting index. | Kaz Kylheku | 2014-07-19 | 1 | -4/+14 |
* | * eval.c (mapdov): New function. | Kaz Kylheku | 2014-07-19 | 1 | -0/+10 |
* | * eval.c (eval_init): Register interpose and lconsp as intrinsics. | Kaz Kylheku | 2014-07-14 | 1 | -0/+61 |
* | * lib.c (replace_list, sel): fix use of unused variable. | Kaz Kylheku | 2014-07-07 | 1 | -2/+2 |
* | * eval.c (dwim_loc): Support indexing using a list of positions, | Kaz Kylheku | 2014-07-02 | 1 | -10/+65 |
* | * lib.c (sel): Bugfix: not implemented correctly for sequences | Kaz Kylheku | 2014-06-30 | 1 | -4/+2 |
* | * lib.c (where, sel): Extend into hashes. | Kaz Kylheku | 2014-06-27 | 1 | -6/+34 |
* | Bugfix: apply_intrinsic and iapply must not destructively | Kaz Kylheku | 2014-06-27 | 1 | -0/+7 |
* | * lib.c (last): Bugfix: reversed null test. | Kaz Kylheku | 2014-06-26 | 1 | -1/+1 |
* | * eval.c (eval_init): register range_regex and tok_where | Kaz Kylheku | 2014-06-26 | 1 | -0/+23 |
* | * lib.c (search): Bugfix in type mismatch error message: | Kaz Kylheku | 2014-06-26 | 1 | -1/+1 |
* | * eval.c (mapcarv): Use mapcar_listout, so list_of_lists can be | Kaz Kylheku | 2014-06-26 | 1 | -3/+32 |
* | Optimization: add missing tail updates to some list | Kaz Kylheku | 2014-06-20 | 1 | -5/+5 |
* | * eval.c (me_ap): New static function. | Kaz Kylheku | 2014-06-19 | 1 | -3/+12 |
* | * eval.c (eval_init): Register member and member_if as intrinsics. | Kaz Kylheku | 2014-06-18 | 1 | -0/+35 |
* | * lib.c (generic_funcall): Bugfixes: support symbols. | Kaz Kylheku | 2014-06-17 | 1 | -4/+12 |
* | * eval.c (eval_init): register tuples as intrinsic. | Kaz Kylheku | 2014-06-17 | 1 | -0/+35 |
* | * lib.c (obj_print): Render character DC00 as "pnul". | Kaz Kylheku | 2014-06-15 | 1 | -3/+8 |
* | * eval.c (eval_init): Register pos_max, pos_min, find_max, | Kaz Kylheku | 2014-06-15 | 1 | -5/+88 |
* | * eval.c (eval_init): where and sel registered as intrinsics | Kaz Kylheku | 2014-06-15 | 1 | -2/+65 |
* | * eval.c (eval_init): Change registration of string_cmp | Kaz Kylheku | 2014-06-10 | 1 | -9/+31 |
* | * lib.c (match_str): Extended to suffix testing, with a negative | Kaz Kylheku | 2014-06-09 | 1 | -8/+23 |
* | Fixing issue with list-like iteration over generic sequences, | Kaz Kylheku | 2014-06-06 | 1 | -18/+113 |
* | * eval.c (eval_init): Register new search function as intrinsic. | Kaz Kylheku | 2014-06-06 | 1 | -0/+66 |
* | Documenting the return value of rplaca and rplacd, and changing | Kaz Kylheku | 2014-06-03 | 1 | -7/+11 |
* | String type related bugfixes: neglecting to handle all three kinds in | Kaz Kylheku | 2014-05-10 | 1 | -0/+4 |
* | * lib.c (eql): Bugfix: not handling floating-point types! | Kaz Kylheku | 2014-04-07 | 1 | -5/+13 |
* | Change to how locations are passed around, for the sake of generational | Kaz Kylheku | 2014-03-29 | 1 | -146/+127 |
* | * lib.c (string_time): If possible, change the timezone in the | Kaz Kylheku | 2014-03-29 | 1 | -0/+5 |
* | More generational GC fixes. One GC fix. | Kaz Kylheku | 2014-03-27 | 1 | -7/+8 |
* | Fix generational GC regression caused by fixes | Kaz Kylheku | 2014-03-27 | 1 | -12/+12 |
* | * eval.c (me_quasilist): New static function. | Kaz Kylheku | 2014-03-25 | 1 | -1/+3 |
* | * eval.c (eval_init): Register last function as intrinsic. | Kaz Kylheku | 2014-03-23 | 1 | -0/+6 |
* | * eval.c (eval_init): Register empty as intrinsic. | Kaz Kylheku | 2014-03-23 | 1 | -0/+34 |
* | * lib.c (iffi): Bugfix: was still using incorrect, outdated optional | Kaz Kylheku | 2014-03-12 | 1 | -2/+1 |
* | * eval.c (plus_s, prof_s): New symbol global variables. | Kaz Kylheku | 2014-03-12 | 1 | -3/+18 |
* | * lib.c (lazy_sub_str): Bugfix: "from" was mistakenly used | Kaz Kylheku | 2014-03-09 | 1 | -1/+1 |
* | * lib.c (upop): New function. | Kaz Kylheku | 2014-03-07 | 1 | -0/+6 |
* | * lib.c (assert_s): New global variable. | Kaz Kylheku | 2014-03-06 | 1 | -1/+2 |
* | g++ regressions. | Kaz Kylheku | 2014-03-06 | 1 | -2/+2 |
* | * parser.l: Allowing ^ to be a quote character, and adjusting definition | Kaz Kylheku | 2014-03-03 | 1 | -3/+9 |