summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented macrolet.Kaz Kylheku2014-02-221-0/+11
* * eval.c (bind_macro_params, expand_macro, macroexpand_1, macroexpand):Kaz Kylheku2014-02-221-0/+5
* Preparation for lexical macros: we need to pass a macroKaz Kylheku2014-02-221-0/+18
* Replacing uses of the eq function which are used only as C booleans,Kaz Kylheku2014-02-221-0/+40
* The C function nullp is being renamed to null, and the rarelyKaz Kylheku2014-02-221-0/+41
* * parser.y: Bugfix, I think. :) We do not need to call the expanderKaz Kylheku2014-02-221-0/+10
* Implementing special variables with local overriding.Kaz Kylheku2014-02-211-0/+35
* * eval.c (subst_vars): Change throwing of query_error_sKaz Kylheku2014-02-211-0/+7
* * eval.c (macro_form_p, macroexpand_1, macroexpand): New staticKaz Kylheku2014-02-201-0/+8
* * parser.y (unquotes_occur): Bugfix: we should not terminateKaz Kylheku2014-02-201-0/+9
* * mpi-patches/faster-square-root (mp_sqrt): Bugfix: was computing squareKaz Kylheku2014-02-191-0/+14
* Fixing a long-running issue in the TXR pattern language: prematureKaz Kylheku2014-02-191-0/+27
* * eval.c (env_hash): new function.Kaz Kylheku2014-02-181-0/+17
* The mode argument in some stream-opening functions becomes optional.Kaz Kylheku2014-02-181-0/+12
* * stream.c (open_tail): Fix 2013-12-02 regression:Kaz Kylheku2014-02-181-0/+9
* * combi.c (rperm_gen_full): Update ptail with return valueKaz Kylheku2014-02-181-0/+6
* Version 80txr-80Kaz Kylheku2014-02-171-0/+12
* * eval.c (bind_args, op_defvar, op_defun, op_defmacro, op_modplace):Kaz Kylheku2014-02-171-0/+5
* * eval.c (eval_init): Register gensym function as the gensymKaz Kylheku2014-02-171-0/+15
* * eval.c (expand): Bugfix: do not expand any part of the macroKaz Kylheku2014-02-171-0/+6
* * eval.c (op_tree_case): Removed superfluous handling ofKaz Kylheku2014-02-161-0/+9
* New destructuring operators.Kaz Kylheku2014-02-161-0/+19
* * eval.c (bind_macro_params): Bugfix: enforce mismatch onKaz Kylheku2014-02-161-0/+5
* In the spirit of the previous hack, here is another hack toKaz Kylheku2014-02-161-0/+26
* Nice idea: how about a function which walks the tree structure andKaz Kylheku2014-02-161-0/+17
* Bugfixes: not propagating source loc info in quasiliterals.Kaz Kylheku2014-02-161-0/+8
* * eval.c (expand): Replace blatant tail calls withKaz Kylheku2014-02-161-0/+5
* * eval.c (bind_macro_params): Bugfix: the :whole parameter mustKaz Kylheku2014-02-151-0/+10
* First cut at implementation of macros.Kaz Kylheku2014-02-151-0/+17
* Bugfix: parameters of defun were not being treated by expander.Kaz Kylheku2014-02-151-0/+12
* * eval.c (bind_args, op_modplace): Use ~s consistentlyKaz Kylheku2014-02-151-0/+5
* * eval.c (bindings_helper): Fixed misspelling of "symbol" in exceptionKaz Kylheku2014-02-151-0/+5
* A trivial change in the UTF-8 decoder allows TXR to handle null bytesKaz Kylheku2014-02-151-0/+15
* * hash.c (hash_update): Avoid double cdr.Kaz Kylheku2014-02-141-0/+4
* * hash.c (inhash): Simplify with gethash_c.Kaz Kylheku2014-02-141-0/+4
* Replacing acons_new_l and aconsq_new_l interfaces with onesKaz Kylheku2014-02-141-0/+28
* * hash.c (inhash): Simplify code with gethash_f.Kaz Kylheku2014-02-141-0/+4
* * eval.c (eval_init): Registered hash_update_1 as intrinsic.Kaz Kylheku2014-02-141-0/+10
* * hash.c (inhash): Rename local variable from new to new_p.Kaz Kylheku2014-02-141-0/+6
* * lib.c (class_check): Bugfix: the function was assuming thatKaz Kylheku2014-02-141-0/+6
* Different approach: optional arguments on hash-isec and hash-uni allowKaz Kylheku2014-02-141-0/+22
* * eval.c (eval_init): Register hash_guni and hash_gisec as intrinsics.Kaz Kylheku2014-02-141-0/+13
* * eval.c (eval_init): Register inhash as intrinsic.Kaz Kylheku2014-02-141-0/+11
* * parser.l: Disallow syntax like 1.0a, flagging it asKaz Kylheku2014-02-121-0/+9
* * hash.c (struct hash): New member, equal_fun.Kaz Kylheku2014-02-121-0/+8
* * hash.c (hash_equal_op, hash_hash_op): New static functions.Kaz Kylheku2014-02-121-0/+8
* Undoing bogus optimization, which can only work when objectsKaz Kylheku2014-02-121-0/+9
* * lib.c (some_satisfy, all_satisfy, none_satisfy): Fix codingKaz Kylheku2014-02-121-0/+5
* * eval.c (eval_init): Register new functions posqual, posql,Kaz Kylheku2014-02-111-0/+11
* * eval.c (eval_init): Turn a require argument into an optionalKaz Kylheku2014-02-111-0/+11