| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * lib.c (d): Disable garbage collection around the dump. | Kaz Kylheku | 2014-02-01 | 1 | -0/+2 |
* | * eval.c (meta_meta_p, meta_meta_strip): New static functions. | Kaz Kylheku | 2014-01-28 | 1 | -2/+6 |
* | * lib.c (reduce_left, reduce_right): changing the behavior so that | Kaz Kylheku | 2014-01-27 | 1 | -1/+24 |
* | * lib.c (obj_print, obj_pprint): Bugfix: there may be | Kaz Kylheku | 2014-01-27 | 1 | -2/+2 |
* | * hash.c (hash_update): New function. | Kaz Kylheku | 2014-01-24 | 1 | -0/+37 |
* | * lib.c (conses, lazy_conses, func_set_env): New functions. | Kaz Kylheku | 2014-01-23 | 1 | -0/+37 |
* | Changes to the list collection mechanism to improve | Kaz Kylheku | 2014-01-22 | 1 | -70/+161 |
* | * eval.c (mapcarv, mappendv): Convert output to type of leftmost | Kaz Kylheku | 2014-01-21 | 1 | -10/+41 |
* | * lib.c (car, cdr, ldiff): Extend to handle vectors and strings. | Kaz Kylheku | 2014-01-21 | 1 | -3/+33 |
* | * lib.c (broken_down_time_list): New static function. | Kaz Kylheku | 2014-01-20 | 1 | -0/+34 |
* | * lib.c (obj_print, obj_pprint): Convert the internal representation | Kaz Kylheku | 2014-01-15 | 1 | -0/+12 |
* | * arith.c: Revised error messages to refer to Lisp names instead | Kaz Kylheku | 2014-01-15 | 1 | -11/+11 |
* | * configure: Detect platforms which don't reveal declarations | Kaz Kylheku | 2014-01-10 | 1 | -5/+0 |
* | * configure (lang_flags): Let us switch from using _XOPEN_SOURCE=2 | Kaz Kylheku | 2014-01-10 | 1 | -2/+2 |
* | * configure: Generate HAVE_VALGRIND as #define-d to 1, rathern | Kaz Kylheku | 2014-01-10 | 1 | -5/+5 |
* | Long overdue MinGW port maintenance. | Kaz Kylheku | 2014-01-09 | 1 | -0/+51 |
* | * lib.c (intern): fix the previous diagnostic bug once more with more | Kaz Kylheku | 2013-12-16 | 1 | -3/+4 |
* | Changing the tokenizer to get rid of IDENT, KEYWORD and METAVAR | Kaz Kylheku | 2013-12-15 | 1 | -3/+4 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -0/+16 |
* | * arith.c, hash.c, lib.c, rand.c, stream.c, syslog.c: Removing | Kaz Kylheku | 2013-12-11 | 1 | -1/+0 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | syslog support; bitwise logior and logand functions become variadic. | Kaz Kylheku | 2013-12-10 | 1 | -0/+18 |