summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Change in the design of how special variables work, to fix the brokenKaz Kylheku2014-02-281-0/+110
* * eval.c (op_defvar): Remove the same-named symbol macro when aKaz Kylheku2014-02-281-0/+13
* * eval.c (expand_qquote): Fix broken '(,x . ,y) case, whichKaz Kylheku2014-02-281-0/+9
* * tests/010/output-clauses.expected: New file.Kaz Kylheku2014-02-281-0/+6
* About time for some new regression tests.Kaz Kylheku2014-02-281-0/+16
* Bugfixing semantics of symbol macro hiding by variable bindings.Kaz Kylheku2014-02-281-0/+15
* * eval.c (delay_s): Global variable removed.Kaz Kylheku2014-02-271-0/+9
* * txr.1: Improved documentation for the dwim operator.Kaz Kylheku2014-02-271-0/+4
* Version 82.txr-82Kaz Kylheku2014-02-271-0/+14
* * txr.1: Typos, grammar and formatting fixes mailed inKaz Kylheku2014-02-271-0/+5
* * parser.l: Regression: valid floating-point literals taggedKaz Kylheku2014-02-271-0/+6
* * lib.c (copy): New function.Kaz Kylheku2014-02-271-0/+10
* * genvim.txr: Updated with regard to how operators are registered inKaz Kylheku2014-02-271-0/+8
* * eval.c (maybe_progn): New function.Kaz Kylheku2014-02-271-0/+6
* * eval.c (gun_s): New global variable.Kaz Kylheku2014-02-261-0/+9
* Converting expander special case code transformations intoKaz Kylheku2014-02-261-0/+28
* * eval.c (reg_op): New static function.Kaz Kylheku2014-02-261-0/+6
* * lib.c (make_like): If the first element of list isn'tKaz Kylheku2014-02-261-0/+7
* * lib.c (lit_s): New symbol.Kaz Kylheku2014-02-261-0/+8
* * eval.c (do_eval): Set last_form_evaled just beforeKaz Kylheku2014-02-261-0/+5
* * eval.c (expand_op): Use rlcp_tree when constructing theKaz Kylheku2014-02-261-0/+13
* * parser.y (list): For @n_expr, get the source location infoKaz Kylheku2014-02-261-0/+8
* Version 81txr-81Kaz Kylheku2014-02-261-0/+12
* * parser.l (regex_parse, lisp_parse): Better formattingKaz Kylheku2014-02-261-0/+5
* * eval.c (expand_place): Unnecessary, buggy function removed.Kaz Kylheku2014-02-261-0/+13
* * configure: Make it an error to have implicit function declarations byKaz Kylheku2014-02-251-0/+12
* * parser.y (spec): Bugfix: SECRET_ESCAPE_E should use n_exprKaz Kylheku2014-02-251-0/+13
* * lib.c (obj_init): Revert qquote, unquote and spliceKaz Kylheku2014-02-251-0/+7
* * eval.c (eval_init): HAVE_MAKEDEV not HAVE_MKDEV.Kaz Kylheku2014-02-251-0/+4
* * stream.c (getcwd_wrap): Implement correct test of getcwd'sKaz Kylheku2014-02-251-0/+5
* * configure: Use -Werror= on the missing prototypes andKaz Kylheku2014-02-251-0/+5
* * configure: Added feature tests for makedev, link/symlink/readlink,Kaz Kylheku2014-02-251-0/+15
* * debug.c (debug): Fix 2013-12-02 regression, which leaves theKaz Kylheku2014-02-241-0/+5
* * eval.c (eval_init): Intern symlink_wrap, link_wrap, readlink_wrap.Kaz Kylheku2014-02-241-0/+10
* * eval.c (eval_init): Register forgotten s_ifsock variable.Kaz Kylheku2014-02-241-0/+17
* * parser.l: Support octal and binary numbers.Kaz Kylheku2014-02-241-0/+8
* * parser.y (modifiers): Bugfix: list element not subject to expansionKaz Kylheku2014-02-241-0/+7
* * lib.c (obj_print, obj_pprint): Render quasi-quote hash andKaz Kylheku2014-02-241-0/+13
* * eval.c (expand_qquote): Bugfix. Was not handling an unquoteKaz Kylheku2014-02-241-0/+10
* Symbol macros.Kaz Kylheku2014-02-241-0/+26
* * txr.1: Document quasiquote operator syntax.Kaz Kylheku2014-02-231-0/+4
* * eval.c (env_fbind, env_vbind): Use acons_new_c, and provideKaz Kylheku2014-02-231-0/+19
* * eval.c (bindings_helper): This must now bind dynamic valuesKaz Kylheku2014-02-231-0/+16
* * stream.c (get_string_from_stream): Bugfix: do not abort ifKaz Kylheku2014-02-231-0/+5
* Get special variable overriding working in function and macroKaz Kylheku2014-02-231-0/+35
* Introducing some changes for improved handling of special variables.Kaz Kylheku2014-02-231-0/+32
* * eval.c (symbol_function): Retrieve the global macro binding if theKaz Kylheku2014-02-221-0/+12
* * eval.c (prinl, pprinl): New functions.Kaz Kylheku2014-02-221-0/+7
* * lib.c (obj_init): changing the quote, qquote, unquoteKaz Kylheku2014-02-221-0/+6
* * parser.y: Allow the (. expr) syntax to denote expr.Kaz Kylheku2014-02-221-0/+11