| Commit message (Expand) | Author | Age | Files | Lines |
* | Version 81txr-81 | Kaz Kylheku | 2014-02-26 | 1 | -0/+12 |
* | * parser.l (regex_parse, lisp_parse): Better formatting | Kaz Kylheku | 2014-02-26 | 1 | -0/+5 |
* | * eval.c (expand_place): Unnecessary, buggy function removed. | Kaz Kylheku | 2014-02-26 | 1 | -0/+13 |
* | * configure: Make it an error to have implicit function declarations by | Kaz Kylheku | 2014-02-25 | 1 | -0/+12 |
* | * parser.y (spec): Bugfix: SECRET_ESCAPE_E should use n_expr | Kaz Kylheku | 2014-02-25 | 1 | -0/+13 |
* | * lib.c (obj_init): Revert qquote, unquote and splice | Kaz Kylheku | 2014-02-25 | 1 | -0/+7 |
* | * eval.c (eval_init): HAVE_MAKEDEV not HAVE_MKDEV. | Kaz Kylheku | 2014-02-25 | 1 | -0/+4 |
* | * stream.c (getcwd_wrap): Implement correct test of getcwd's | Kaz Kylheku | 2014-02-25 | 1 | -0/+5 |
* | * configure: Use -Werror= on the missing prototypes and | Kaz Kylheku | 2014-02-25 | 1 | -0/+5 |
* | * configure: Added feature tests for makedev, link/symlink/readlink, | Kaz Kylheku | 2014-02-25 | 1 | -0/+15 |
* | * debug.c (debug): Fix 2013-12-02 regression, which leaves the | Kaz Kylheku | 2014-02-24 | 1 | -0/+5 |
* | * eval.c (eval_init): Intern symlink_wrap, link_wrap, readlink_wrap. | Kaz Kylheku | 2014-02-24 | 1 | -0/+10 |
* | * eval.c (eval_init): Register forgotten s_ifsock variable. | Kaz Kylheku | 2014-02-24 | 1 | -0/+17 |
* | * parser.l: Support octal and binary numbers. | Kaz Kylheku | 2014-02-24 | 1 | -0/+8 |
* | * parser.y (modifiers): Bugfix: list element not subject to expansion | Kaz Kylheku | 2014-02-24 | 1 | -0/+7 |
* | * lib.c (obj_print, obj_pprint): Render quasi-quote hash and | Kaz Kylheku | 2014-02-24 | 1 | -0/+13 |
* | * eval.c (expand_qquote): Bugfix. Was not handling an unquote | Kaz Kylheku | 2014-02-24 | 1 | -0/+10 |
* | Symbol macros. | Kaz Kylheku | 2014-02-24 | 1 | -0/+26 |
* | * txr.1: Document quasiquote operator syntax. | Kaz Kylheku | 2014-02-23 | 1 | -0/+4 |
* | * eval.c (env_fbind, env_vbind): Use acons_new_c, and provide | Kaz Kylheku | 2014-02-23 | 1 | -0/+19 |
* | * eval.c (bindings_helper): This must now bind dynamic values | Kaz Kylheku | 2014-02-23 | 1 | -0/+16 |
* | * stream.c (get_string_from_stream): Bugfix: do not abort if | Kaz Kylheku | 2014-02-23 | 1 | -0/+5 |
* | Get special variable overriding working in function and macro | Kaz Kylheku | 2014-02-23 | 1 | -0/+35 |
* | Introducing some changes for improved handling of special variables. | Kaz Kylheku | 2014-02-23 | 1 | -0/+32 |
* | * eval.c (symbol_function): Retrieve the global macro binding if the | Kaz Kylheku | 2014-02-22 | 1 | -0/+12 |
* | * eval.c (prinl, pprinl): New functions. | Kaz Kylheku | 2014-02-22 | 1 | -0/+7 |
* | * lib.c (obj_init): changing the quote, qquote, unquote | Kaz Kylheku | 2014-02-22 | 1 | -0/+6 |
* | * parser.y: Allow the (. expr) syntax to denote expr. | Kaz Kylheku | 2014-02-22 | 1 | -0/+11 |
* | Implemented macrolet. | Kaz Kylheku | 2014-02-22 | 1 | -0/+11 |
* | * eval.c (bind_macro_params, expand_macro, macroexpand_1, macroexpand): | Kaz Kylheku | 2014-02-22 | 1 | -0/+5 |
* | Preparation for lexical macros: we need to pass a macro | Kaz Kylheku | 2014-02-22 | 1 | -0/+18 |
* | Replacing uses of the eq function which are used only as C booleans, | Kaz Kylheku | 2014-02-22 | 1 | -0/+40 |
* | The C function nullp is being renamed to null, and the rarely | Kaz Kylheku | 2014-02-22 | 1 | -0/+41 |
* | * parser.y: Bugfix, I think. :) We do not need to call the expander | Kaz Kylheku | 2014-02-22 | 1 | -0/+10 |
* | Implementing special variables with local overriding. | Kaz Kylheku | 2014-02-21 | 1 | -0/+35 |
* | * eval.c (subst_vars): Change throwing of query_error_s | Kaz Kylheku | 2014-02-21 | 1 | -0/+7 |
* | * eval.c (macro_form_p, macroexpand_1, macroexpand): New static | Kaz Kylheku | 2014-02-20 | 1 | -0/+8 |
* | * parser.y (unquotes_occur): Bugfix: we should not terminate | Kaz Kylheku | 2014-02-20 | 1 | -0/+9 |
* | * mpi-patches/faster-square-root (mp_sqrt): Bugfix: was computing square | Kaz Kylheku | 2014-02-19 | 1 | -0/+14 |
* | Fixing a long-running issue in the TXR pattern language: premature | Kaz Kylheku | 2014-02-19 | 1 | -0/+27 |
* | * eval.c (env_hash): new function. | Kaz Kylheku | 2014-02-18 | 1 | -0/+17 |
* | The mode argument in some stream-opening functions becomes optional. | Kaz Kylheku | 2014-02-18 | 1 | -0/+12 |
* | * stream.c (open_tail): Fix 2013-12-02 regression: | Kaz Kylheku | 2014-02-18 | 1 | -0/+9 |
* | * combi.c (rperm_gen_full): Update ptail with return value | Kaz Kylheku | 2014-02-18 | 1 | -0/+6 |
* | Version 80txr-80 | Kaz Kylheku | 2014-02-17 | 1 | -0/+12 |
* | * eval.c (bind_args, op_defvar, op_defun, op_defmacro, op_modplace): | Kaz Kylheku | 2014-02-17 | 1 | -0/+5 |
* | * eval.c (eval_init): Register gensym function as the gensym | Kaz Kylheku | 2014-02-17 | 1 | -0/+15 |
* | * eval.c (expand): Bugfix: do not expand any part of the macro | Kaz Kylheku | 2014-02-17 | 1 | -0/+6 |
* | * eval.c (op_tree_case): Removed superfluous handling of | Kaz Kylheku | 2014-02-16 | 1 | -0/+9 |
* | New destructuring operators. | Kaz Kylheku | 2014-02-16 | 1 | -0/+19 |