| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | * eval.c (eval_init): Register gensym function as the gensym | Kaz Kylheku | 2014-02-17 | 1 | -7/+1 |
* | Replacing acons_new_l and aconsq_new_l interfaces with ones | Kaz Kylheku | 2014-02-14 | 1 | -9/+10 |
* | * lib.c (class_check): Bugfix: the function was assuming that | Kaz Kylheku | 2014-02-14 | 1 | -1/+2 |
* | * lib.c (some_satisfy, all_satisfy, none_satisfy): Fix coding | Kaz Kylheku | 2014-02-12 | 1 | -3/+3 |
* | * eval.c (eval_init): Register new functions posqual, posql, | Kaz Kylheku | 2014-02-11 | 1 | -0/+66 |
* | * eval.c (eval_init): Turn a require argument into an optional | Kaz Kylheku | 2014-02-11 | 1 | -0/+3 |
* | * eval.c (rperm_list, rperm_vec, rperm_str): n variable renamed | Kaz Kylheku | 2014-02-09 | 1 | -0/+2 |
* | * lib.c (vector, vec_set_length, cat_vec): When the vector size | Kaz Kylheku | 2014-02-08 | 1 | -4/+21 |
* | * lib.c (int_str): Regression: handle base argument properly. | Kaz Kylheku | 2014-02-06 | 1 | -1/+1 |
* | * hash.c (hash_grow, make_hash, make_similar_hash, copy_hash): | Kaz Kylheku | 2014-02-06 | 1 | -4/+5 |
* | * eval.c (op_dwim): Gutted down to just a few lines. | Kaz Kylheku | 2014-02-06 | 1 | -4/+13 |
* | * lib.c (generic_funcall): If a cons cell is passed as | Kaz Kylheku | 2014-02-05 | 1 | -0/+2 |
* | Allow sequences and hashes to be called as functions. | Kaz Kylheku | 2014-02-05 | 1 | -25/+51 |
* | * arith.c (lognot): Conform to new scheme for defaulting optional args. | Kaz Kylheku | 2014-02-05 | 1 | -100/+45 |
* | * eval.c (apply): Pass missing optional arguments as colon_k. | Kaz Kylheku | 2014-02-05 | 1 | -11/+48 |
* | * lib.c (nullp): Function removed. | Kaz Kylheku | 2014-02-03 | 1 | -5/+0 |
* | append can now take additional leading arguments before the list. | Kaz Kylheku | 2014-02-02 | 1 | -0/+10 |
* | * eval.c (apply): Support string and vector arglist. | Kaz Kylheku | 2014-02-02 | 1 | -0/+17 |