summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * tests/011/mandel.expected: New file.Kaz Kylheku2014-02-283-0/+129
* Turn *gensym-counter* into proper special variable.Kaz Kylheku2014-02-284-6/+26
* Change in the design of how special variables work, to fix the brokenKaz Kylheku2014-02-2818-386/+386
* * eval.c (op_defvar): Remove the same-named symbol macro when aKaz Kylheku2014-02-282-0/+24
* * eval.c (expand_qquote): Fix broken '(,x . ,y) case, whichKaz Kylheku2014-02-282-2/+13
* * tests/010/output-clauses.expected: New file.Kaz Kylheku2014-02-283-0/+84
* About time for some new regression tests.Kaz Kylheku2014-02-287-0/+90
* Bugfixing semantics of symbol macro hiding by variable bindings.Kaz Kylheku2014-02-282-6/+31
* * eval.c (delay_s): Global variable removed.Kaz Kylheku2014-02-273-3/+13
* * txr.1: Improved documentation for the dwim operator.Kaz Kylheku2014-02-272-12/+32
* differently, not different.Kaz Kylheku2014-02-271-1/+1
* Fix naked backslashes to \e. I could have sworn I did this recently.Kaz Kylheku2014-02-271-18/+18
* Typos.Kaz Kylheku2014-02-271-2/+2
* Version 82.txr-82Kaz Kylheku2014-02-276-114/+174
* * txr.1: Typos, grammar and formatting fixes mailed inKaz Kylheku2014-02-272-11/+16
* * parser.l: Regression: valid floating-point literals taggedKaz Kylheku2014-02-272-9/+15
* * lib.c (copy): New function.Kaz Kylheku2014-02-275-2/+57
* Make note of a recent change in semantics affecting mapcar over strings.Kaz Kylheku2014-02-271-4/+10
* Capitalization of TXR.Kaz Kylheku2014-02-272-3/+3
* * genvim.txr: Updated with regard to how operators are registered inKaz Kylheku2014-02-273-106/+115
* * eval.c (maybe_progn): New function.Kaz Kylheku2014-02-272-2/+14
* * eval.c (gun_s): New global variable.Kaz Kylheku2014-02-263-2/+51
* Converting expander special case code transformations intoKaz Kylheku2014-02-263-65/+128
* * eval.c (reg_op): New static function.Kaz Kylheku2014-02-262-45/+56
* * lib.c (make_like): If the first element of list isn'tKaz Kylheku2014-02-262-1/+10
* * lib.c (lit_s): New symbol.Kaz Kylheku2014-02-262-5/+16
* * eval.c (do_eval): Set last_form_evaled just beforeKaz Kylheku2014-02-262-2/+8
* * eval.c (expand_op): Use rlcp_tree when constructing theKaz Kylheku2014-02-263-11/+27
* * parser.y (list): For @n_expr, get the source location infoKaz Kylheku2014-02-262-3/+13
* 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