summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * match.c: (v_next): Set the "curfile" in the context to "env" whenKaz Kylheku2014-03-061-0/+7
* * eval.c (apply_intrinsic, lazy_mapcar): Changed linkage to external.Kaz Kylheku2014-03-061-0/+15
* * match.c (match_files): Fix it again. The data (nil)Kaz Kylheku2014-03-061-0/+5
* g++ regressions.Kaz Kylheku2014-03-061-0/+12
* * txr.c (txr_main): Don't push back arg into arg_list if arg is nil.Kaz Kylheku2014-03-051-0/+4
* Fixing regression caused by the 2014-02-19 change ("Fixed long-runningKaz Kylheku2014-03-051-0/+16
* * stream.c (vformat): Fix broken parsing of parameteric width andKaz Kylheku2014-03-051-0/+13
* * stream.c (put_line): Default string argument to empty string.Kaz Kylheku2014-03-051-0/+8
* * arith.c (logten): New function.Kaz Kylheku2014-03-041-0/+10
* * parser.l: Allowing ^ to be a quote character, and adjusting definitionKaz Kylheku2014-03-031-0/+32
* * Makefile (lex.yy.c): Remove lex.yy.c before trying to regenerate it.Kaz Kylheku2014-03-021-0/+7
* * txr.1: Incorporating more corrections from Roman Mishin.Kaz Kylheku2014-03-021-0/+4
* * eval.c (make_env_intrinsic): New static function.Kaz Kylheku2014-03-021-0/+7
* Version 83txr-83Kaz Kylheku2014-03-021-0/+14
* * eval.c (expand): Bugfix. When processing a defvar, should markKaz Kylheku2014-03-021-0/+7
* * parser.y (unquotes_occur): Fix use of unquote_s rather than sys_unquote_sKaz Kylheku2014-03-021-0/+10
* * genvim.txr: Skip lines that contain system_package.Kaz Kylheku2014-03-021-0/+6
* Bugfix: catenated stream objects not hooked into garbage collector,Kaz Kylheku2014-03-021-0/+8
* New quasiquote idea: let's have two quasiquote macros sharing oneKaz Kylheku2014-03-011-0/+35
* * configure: changed numerous "if ! conftest" tests to "if conftest",Kaz Kylheku2014-03-011-0/+5
* * configure (conftest, conftest_o): New functionsKaz Kylheku2014-03-011-0/+7
* * tests/011/special-1.txr: Add some coverage for evaluationKaz Kylheku2014-03-011-0/+7
* * eval.c (expand_qquote): Another bugfix: not recognizing a trailingKaz Kylheku2014-03-011-0/+7
* * eval.c (lookup_sym_lisp1): Bugfix: wasn't following the dynamicKaz Kylheku2014-03-011-0/+6
* * Makefile: Use target-specific assignmentKaz Kylheku2014-02-281-0/+6
* * eval.c (self_evaluating_p, maybe_quote): New functions.Kaz Kylheku2014-02-281-0/+6
* * tests/011/mandel.expected: New file.Kaz Kylheku2014-02-281-0/+6
* Turn *gensym-counter* into proper special variable.Kaz Kylheku2014-02-281-0/+19
* 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