| Commit message (Expand) | Author | Age | Files | Lines |
* | The C function nullp is being renamed to null, and the rarely | Kaz Kylheku | 2014-02-22 | 1 | -11/+11 |
* | Implementing special variables with local overriding. | Kaz Kylheku | 2014-02-21 | 1 | -43/+162 |
* | * eval.c (subst_vars): Change throwing of query_error_s | Kaz Kylheku | 2014-02-21 | 1 | -2/+1 |
* | * eval.c (macro_form_p, macroexpand_1, macroexpand): New static | Kaz Kylheku | 2014-02-20 | 1 | -0/+42 |
* | * eval.c (env_hash): new function. | Kaz Kylheku | 2014-02-18 | 1 | -0/+18 |
* | The mode argument in some stream-opening functions becomes optional. | Kaz Kylheku | 2014-02-18 | 1 | -3/+3 |
* | * eval.c (bind_args, op_defvar, op_defun, op_defmacro, op_modplace): | Kaz Kylheku | 2014-02-17 | 1 | -5/+5 |
* | * eval.c (eval_init): Register gensym function as the gensym | Kaz Kylheku | 2014-02-17 | 1 | -1/+2 |
* | * eval.c (expand): Bugfix: do not expand any part of the macro | Kaz Kylheku | 2014-02-17 | 1 | -4/+1 |
* | * eval.c (op_tree_case): Removed superfluous handling of | Kaz Kylheku | 2014-02-16 | 1 | -8/+5 |
* | New destructuring operators. | Kaz Kylheku | 2014-02-16 | 1 | -11/+117 |
* | * eval.c (bind_macro_params): Bugfix: enforce mismatch on | Kaz Kylheku | 2014-02-16 | 1 | -0/+5 |
* | In the spirit of the previous hack, here is another hack to | Kaz Kylheku | 2014-02-16 | 1 | -1/+5 |
* | Nice idea: how about a function which walks the tree structure and | Kaz Kylheku | 2014-02-16 | 1 | -2/+1 |
* | Bugfixes: not propagating source loc info in quasiliterals. | Kaz Kylheku | 2014-02-16 | 1 | -3/+2 |
* | * eval.c (expand): Replace blatant tail calls with | Kaz Kylheku | 2014-02-16 | 1 | -3/+7 |
* | * eval.c (bind_macro_params): Bugfix: the :whole parameter must | Kaz Kylheku | 2014-02-15 | 1 | -1/+4 |
* | First cut at implementation of macros. | Kaz Kylheku | 2014-02-15 | 1 | -7/+207 |
* | Bugfix: parameters of defun were not being treated by expander. | Kaz Kylheku | 2014-02-15 | 1 | -8/+56 |
* | * eval.c (bind_args, op_modplace): Use ~s consistently | Kaz Kylheku | 2014-02-15 | 1 | -14/+14 |
* | * eval.c (bindings_helper): Fixed misspelling of "symbol" in exception | Kaz Kylheku | 2014-02-15 | 1 | -1/+1 |
* | Replacing acons_new_l and aconsq_new_l interfaces with ones | Kaz Kylheku | 2014-02-14 | 1 | -2/+3 |
* | * eval.c (eval_init): Registered hash_update_1 as intrinsic. | Kaz Kylheku | 2014-02-14 | 1 | -0/+2 |
* | Different approach: optional arguments on hash-isec and hash-uni allow | Kaz Kylheku | 2014-02-14 | 1 | -4/+2 |
* | * eval.c (eval_init): Register hash_guni and hash_gisec as intrinsics. | Kaz Kylheku | 2014-02-14 | 1 | -0/+2 |
* | * eval.c (eval_init): Register inhash as intrinsic. | Kaz Kylheku | 2014-02-14 | 1 | -0/+1 |
* | * eval.c (eval_init): Register new functions posqual, posql, | Kaz Kylheku | 2014-02-11 | 1 | -0/+5 |
* | * eval.c (eval_init): Turn a require argument into an optional | Kaz Kylheku | 2014-02-11 | 1 | -3/+3 |
* | * eval.c (if_fun): Bugfix: forgotten handling of optional | Kaz Kylheku | 2014-02-11 | 1 | -1/+1 |
* | * eval.c (subst_vars): Bugfix: results of expressions not | Kaz Kylheku | 2014-02-11 | 1 | -6/+17 |
* | * eval.c (apply): Fix regression in dwim operator: not handling | Kaz Kylheku | 2014-02-11 | 1 | -1/+1 |
* | * Makefile (OBJS): New object file, combi.o. | Kaz Kylheku | 2014-02-11 | 1 | -545/+2 |
* | * eval.c (rcomb_gen_fun_common): Streamlined implementation. | Kaz Kylheku | 2014-02-10 | 1 | -10/+9 |
* | Relaxed behavior: don't throw errors for impossible permutations, | Kaz Kylheku | 2014-02-10 | 1 | -21/+25 |
* | * eval.c (rcomb_while_fun, rcomb_gen_fun_common, | Kaz Kylheku | 2014-02-10 | 1 | -0/+121 |
* | * eval.c (rperm, perm_str): Just in case, return a mutable empty | Kaz Kylheku | 2014-02-10 | 1 | -2/+135 |
* | * eval.c (rperm_list, rperm_vec, rperm_str): n variable renamed | Kaz Kylheku | 2014-02-09 | 1 | -17/+212 |
* | * eval.c (nperm_while_fun, nperm_gen_fun, nperm_list, | Kaz Kylheku | 2014-02-07 | 1 | -0/+96 |
* | * hash.c (hash_grow, make_hash, make_similar_hash, copy_hash): | Kaz Kylheku | 2014-02-06 | 1 | -1/+1 |
* | * eval.c (op_dwim): Gutted down to just a few lines. | Kaz Kylheku | 2014-02-06 | 1 | -75/+1 |
* | Allow sequences and hashes to be called as functions. | Kaz Kylheku | 2014-02-05 | 1 | -0/+10 |
* | * arith.c (lognot): Conform to new scheme for defaulting optional args. | Kaz Kylheku | 2014-02-05 | 1 | -25/+12 |
* | * eval.c (bind_args): Support optional parameters in the | Kaz Kylheku | 2014-02-05 | 1 | -5/+48 |
* | * eval.c (apply): Pass missing optional arguments as colon_k. | Kaz Kylheku | 2014-02-05 | 1 | -4/+15 |
* | * eval.c (op_modplace): Fixing a few argument count mismatches | Kaz Kylheku | 2014-02-03 | 1 | -2/+2 |
* | Tighten up environment visibility semantics of default argument | Kaz Kylheku | 2014-02-03 | 1 | -21/+8 |
* | * eval.c (eval_init): Fix incorrect registration of | Kaz Kylheku | 2014-02-03 | 1 | -1/+1 |
* | Adding list* since we get it "for free" thanks to the | Kaz Kylheku | 2014-02-02 | 1 | -0/+6 |
* | append can now take additional leading arguments before the list. | Kaz Kylheku | 2014-02-02 | 1 | -2/+13 |
* | * eval.c (apply): Support string and vector arglist. | Kaz Kylheku | 2014-02-02 | 1 | -5/+9 |