summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 80txr-80Kaz Kylheku2014-02-177-93/+163
* * eval.c (bind_args, op_defvar, op_defun, op_defmacro, op_modplace):Kaz Kylheku2014-02-172-5/+10
* * eval.c (eval_init): Register gensym function as the gensymKaz Kylheku2014-02-175-9/+47
* * eval.c (expand): Bugfix: do not expand any part of the macroKaz Kylheku2014-02-172-4/+7
* * eval.c (op_tree_case): Removed superfluous handling ofKaz Kylheku2014-02-163-11/+22
* New destructuring operators.Kaz Kylheku2014-02-163-11/+202
* * eval.c (bind_macro_params): Bugfix: enforce mismatch onKaz Kylheku2014-02-162-0/+10
* In the spirit of the previous hack, here is another hack toKaz Kylheku2014-02-164-1/+43
* Nice idea: how about a function which walks the tree structure andKaz Kylheku2014-02-164-2/+32
* Bugfixes: not propagating source loc info in quasiliterals.Kaz Kylheku2014-02-163-11/+26
* * eval.c (expand): Replace blatant tail calls withKaz Kylheku2014-02-162-3/+12
* * eval.c (bind_macro_params): Bugfix: the :whole parameter mustKaz Kylheku2014-02-153-3/+181
* First cut at implementation of macros.Kaz Kylheku2014-02-153-8/+225
* Bugfix: parameters of defun were not being treated by expander.Kaz Kylheku2014-02-152-8/+68
* * eval.c (bind_args, op_modplace): Use ~s consistentlyKaz Kylheku2014-02-152-14/+19
* * eval.c (bindings_helper): Fixed misspelling of "symbol" in exceptionKaz Kylheku2014-02-152-1/+6
* A trivial change in the UTF-8 decoder allows TXR to handle null bytesKaz Kylheku2014-02-154-1/+29
* * hash.c (hash_update): Avoid double cdr.Kaz Kylheku2014-02-142-2/+8
* * hash.c (inhash): Simplify with gethash_c.Kaz Kylheku2014-02-142-10/+9
* Replacing acons_new_l and aconsq_new_l interfaces with onesKaz Kylheku2014-02-146-24/+59
* * hash.c (inhash): Simplify code with gethash_f.Kaz Kylheku2014-02-142-3/+6
* * eval.c (eval_init): Registered hash_update_1 as intrinsic.Kaz Kylheku2014-02-145-1/+57
* * hash.c (inhash): Rename local variable from new to new_p.Kaz Kylheku2014-02-142-3/+9
* * lib.c (class_check): Bugfix: the function was assuming thatKaz Kylheku2014-02-142-1/+8
* Different approach: optional arguments on hash-isec and hash-uni allowKaz Kylheku2014-02-145-88/+52
* * eval.c (eval_init): Register hash_guni and hash_gisec as intrinsics.Kaz Kylheku2014-02-145-6/+95
* * eval.c (eval_init): Register inhash as intrinsic.Kaz Kylheku2014-02-145-0/+73
* * parser.l: Disallow syntax like 1.0a, flagging it asKaz Kylheku2014-02-122-0/+23
* * hash.c (struct hash): New member, equal_fun.Kaz Kylheku2014-02-122-0/+19
* * hash.c (hash_equal_op, hash_hash_op): New static functions.Kaz Kylheku2014-02-123-14/+139
* Undoing bogus optimization, which can only work when objectsKaz Kylheku2014-02-122-39/+24
* * lib.c (some_satisfy, all_satisfy, none_satisfy): Fix codingKaz Kylheku2014-02-122-3/+8
* * eval.c (eval_init): Register new functions posqual, posql,Kaz Kylheku2014-02-115-0/+149
* * eval.c (eval_init): Turn a require argument into an optionalKaz Kylheku2014-02-114-7/+22
* Version 79txr-79Kaz Kylheku2014-02-115-4/+36
* * eval.c (if_fun): Bugfix: forgotten handling of optionalKaz Kylheku2014-02-112-1/+6
* * eval.c (subst_vars): Bugfix: results of expressions notKaz Kylheku2014-02-113-9/+34
* * eval.c (apply): Fix regression in dwim operator: not handlingKaz Kylheku2014-02-112-1/+7
* * combi.c (comb_hash_while_fun, comb_hash_gen_fun, comb_hash): NewKaz Kylheku2014-02-114-7/+61
* * arith.c: Remove inclusion of unneeded headers: <limits.h>Kaz Kylheku2014-02-112-3/+5
* * Makefile (OBJS): New object file, combi.o.Kaz Kylheku2014-02-118-614/+703
* * eval.c (rcomb_gen_fun_common): Streamlined implementation.Kaz Kylheku2014-02-102-10/+14
* Relaxed behavior: don't throw errors for impossible permutations,Kaz Kylheku2014-02-103-50/+78
* * eval.c (rcomb_while_fun, rcomb_gen_fun_common,Kaz Kylheku2014-02-103-3/+159
* * eval.c (rperm, perm_str): Just in case, return a mutable emptyKaz Kylheku2014-02-103-2/+172
* * eval.c (rperm_list, rperm_vec, rperm_str): n variable renamedKaz Kylheku2014-02-095-22/+271
* * lib.c (vector, vec_set_length, cat_vec): When the vector sizeKaz Kylheku2014-02-082-4/+26
* * eval.c (nperm_while_fun, nperm_gen_fun, nperm_list,Kaz Kylheku2014-02-073-0/+141
* Version 78.txr-78Kaz Kylheku2014-02-066-72/+131
* * lib.c (int_str): Regression: handle base argument properly.Kaz Kylheku2014-02-062-1/+5