summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 81txr-81Kaz Kylheku2014-02-266-112/+214
* * parser.l (regex_parse, lisp_parse): Better formattingKaz Kylheku2014-02-262-2/+7
* * eval.c (expand_place): Unnecessary, buggy function removed.Kaz Kylheku2014-02-262-78/+16
* * configure: Make it an error to have implicit function declarations byKaz Kylheku2014-02-253-10/+35
* * parser.y (spec): Bugfix: SECRET_ESCAPE_E should use n_exprKaz Kylheku2014-02-252-12/+31
* * lib.c (obj_init): Revert qquote, unquote and spliceKaz Kylheku2014-02-253-22/+37
* * eval.c (eval_init): HAVE_MAKEDEV not HAVE_MKDEV.Kaz Kylheku2014-02-252-1/+5
* * stream.c (getcwd_wrap): Implement correct test of getcwd'sKaz Kylheku2014-02-252-1/+7
* * configure: Use -Werror= on the missing prototypes andKaz Kylheku2014-02-252-1/+6
* * configure: Added feature tests for makedev, link/symlink/readlink,Kaz Kylheku2014-02-254-3/+138
* * debug.c (debug): Fix 2013-12-02 regression, which leaves theKaz Kylheku2014-02-242-1/+9
* * eval.c (eval_init): Intern symlink_wrap, link_wrap, readlink_wrap.Kaz Kylheku2014-02-245-1/+110
* * eval.c (eval_init): Register forgotten s_ifsock variable.Kaz Kylheku2014-02-245-5/+263
* * parser.l: Support octal and binary numbers.Kaz Kylheku2014-02-245-0/+65
* * parser.y (modifiers): Bugfix: list element not subject to expansionKaz Kylheku2014-02-242-3/+24
* * genvim.txr, txr.vim: Updated.Kaz Kylheku2014-02-242-102/+103
* * lib.c (obj_print, obj_pprint): Render quasi-quote hash andKaz Kylheku2014-02-243-8/+36
* * eval.c (expand_qquote): Bugfix. Was not handling an unquoteKaz Kylheku2014-02-242-1/+13
* Symbol macros.Kaz Kylheku2014-02-244-44/+283
* * txr.1: Document quasiquote operator syntax.Kaz Kylheku2014-02-232-2/+151
* * eval.c (env_fbind, env_vbind): Use acons_new_c, and provideKaz Kylheku2014-02-232-45/+53
* * eval.c (bindings_helper): This must now bind dynamic valuesKaz Kylheku2014-02-232-74/+61
* * stream.c (get_string_from_stream): Bugfix: do not abort ifKaz Kylheku2014-02-232-5/+13
* Get special variable overriding working in function and macroKaz Kylheku2014-02-232-48/+157
* Introducing some changes for improved handling of special variables.Kaz Kylheku2014-02-233-18/+84
* * eval.c (symbol_function): Retrieve the global macro binding if theKaz Kylheku2014-02-223-12/+44
* * genvim.txr, txr.vim: Updated.Kaz Kylheku2014-02-222-93/+96
* * eval.c (prinl, pprinl): New functions.Kaz Kylheku2014-02-223-4/+34
* * lib.c (obj_init): changing the quote, qquote, unquoteKaz Kylheku2014-02-222-4/+10
* * parser.y: Allow the (. expr) syntax to denote expr.Kaz Kylheku2014-02-225-1/+68
* * eval.c (eval_intrinsic): We don't need to make an environmentKaz Kylheku2014-02-222-13/+112
* Implemented macrolet.Kaz Kylheku2014-02-222-3/+56
* * eval.c (bind_macro_params, expand_macro, macroexpand_1, macroexpand):Kaz Kylheku2014-02-222-13/+18
* Preparation for lexical macros: we need to pass a macroKaz Kylheku2014-02-224-106/+139
* Replacing uses of the eq function which are used only as C booleans,Kaz Kylheku2014-02-2211-41/+78
* The C function nullp is being renamed to null, and the rarelyKaz Kylheku2014-02-2210-31/+75
* * parser.y: Bugfix, I think. :) We do not need to call the expanderKaz Kylheku2014-02-222-1/+11
* Implementing special variables with local overriding.Kaz Kylheku2014-02-213-56/+259
* * eval.c (subst_vars): Change throwing of query_error_sKaz Kylheku2014-02-212-2/+8
* * eval.c (macro_form_p, macroexpand_1, macroexpand): New staticKaz Kylheku2014-02-203-0/+90
* * parser.y (unquotes_occur): Bugfix: we should not terminateKaz Kylheku2014-02-202-2/+9
* * mpi-patches/faster-square-root (mp_sqrt): Bugfix: was computing squareKaz Kylheku2014-02-195-21/+41
* Fixing a long-running issue in the TXR pattern language: prematureKaz Kylheku2014-02-193-28/+89
* * eval.c (env_hash): new function.Kaz Kylheku2014-02-186-108/+159
* The mode argument in some stream-opening functions becomes optional.Kaz Kylheku2014-02-184-22/+40
* * stream.c (open_tail): Fix 2013-12-02 regression:Kaz Kylheku2014-02-183-5/+28
* Typos.Kaz Kylheku2014-02-181-2/+2
* * combi.c (rperm_gen_full): Update ptail with return valueKaz Kylheku2014-02-182-1/+7
* 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