| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | New quasiquote idea: let's have two quasiquote macros sharing one | Kaz Kylheku | 2014-03-01 | 1 | -9/+13 |
* | Turn *gensym-counter* into proper special variable. | Kaz Kylheku | 2014-02-28 | 1 | -4/+3 |
* | Change in the design of how special variables work, to fix the broken | Kaz Kylheku | 2014-02-28 | 1 | -8/+30 |
* | * lib.c (copy): New function. | Kaz Kylheku | 2014-02-27 | 1 | -0/+18 |
* | * lib.c (make_like): If the first element of list isn't | Kaz Kylheku | 2014-02-26 | 1 | -1/+3 |
* | * lib.c (lit_s): New symbol. | Kaz Kylheku | 2014-02-26 | 1 | -5/+8 |
* | * lib.c (obj_init): Revert qquote, unquote and splice | Kaz Kylheku | 2014-02-25 | 1 | -3/+3 |
* | * lib.c (obj_print, obj_pprint): Render quasi-quote hash and | Kaz Kylheku | 2014-02-24 | 1 | -1/+13 |
* | * lib.c (obj_init): changing the quote, qquote, unquote | Kaz Kylheku | 2014-02-22 | 1 | -4/+4 |
* | * parser.y: Allow the (. expr) syntax to denote expr. | Kaz Kylheku | 2014-02-22 | 1 | -0/+28 |
* | Replacing uses of the eq function which are used only as C booleans, | Kaz Kylheku | 2014-02-22 | 1 | -10/+5 |
* | The C function nullp is being renamed to null, and the rarely | Kaz Kylheku | 2014-02-22 | 1 | -10/+10 |
* | * eval.c (env_hash): new function. | Kaz Kylheku | 2014-02-18 | 1 | -0/+2 |