| Commit message (Expand) | Author | Age | Files | Lines |
* | * Makefile (lex.yy.c): Remove lex.yy.c before trying to regenerate it. | Kaz Kylheku | 2014-03-02 | 1 | -0/+7 |
* | * txr.1: Incorporating more corrections from Roman Mishin. | Kaz Kylheku | 2014-03-02 | 1 | -0/+4 |
* | * eval.c (make_env_intrinsic): New static function. | Kaz Kylheku | 2014-03-02 | 1 | -0/+7 |
* | Version 83txr-83 | Kaz Kylheku | 2014-03-02 | 1 | -0/+14 |
* | * eval.c (expand): Bugfix. When processing a defvar, should mark | Kaz Kylheku | 2014-03-02 | 1 | -0/+7 |
* | * parser.y (unquotes_occur): Fix use of unquote_s rather than sys_unquote_s | Kaz Kylheku | 2014-03-02 | 1 | -0/+10 |
* | * genvim.txr: Skip lines that contain system_package. | Kaz Kylheku | 2014-03-02 | 1 | -0/+6 |
* | Bugfix: catenated stream objects not hooked into garbage collector, | Kaz Kylheku | 2014-03-02 | 1 | -0/+8 |
* | New quasiquote idea: let's have two quasiquote macros sharing one | Kaz Kylheku | 2014-03-01 | 1 | -0/+35 |
* | * configure: changed numerous "if ! conftest" tests to "if conftest", | Kaz Kylheku | 2014-03-01 | 1 | -0/+5 |
* | * configure (conftest, conftest_o): New functions | Kaz Kylheku | 2014-03-01 | 1 | -0/+7 |
* | * tests/011/special-1.txr: Add some coverage for evaluation | Kaz Kylheku | 2014-03-01 | 1 | -0/+7 |
* | * eval.c (expand_qquote): Another bugfix: not recognizing a trailing | Kaz Kylheku | 2014-03-01 | 1 | -0/+7 |
* | * eval.c (lookup_sym_lisp1): Bugfix: wasn't following the dynamic | Kaz Kylheku | 2014-03-01 | 1 | -0/+6 |
* | * Makefile: Use target-specific assignment | Kaz Kylheku | 2014-02-28 | 1 | -0/+6 |
* | * eval.c (self_evaluating_p, maybe_quote): New functions. | Kaz Kylheku | 2014-02-28 | 1 | -0/+6 |
* | * tests/011/mandel.expected: New file. | Kaz Kylheku | 2014-02-28 | 1 | -0/+6 |
* | Turn *gensym-counter* into proper special variable. | Kaz Kylheku | 2014-02-28 | 1 | -0/+19 |
* | Change in the design of how special variables work, to fix the broken | Kaz Kylheku | 2014-02-28 | 1 | -0/+110 |
* | * eval.c (op_defvar): Remove the same-named symbol macro when a | Kaz Kylheku | 2014-02-28 | 1 | -0/+13 |
* | * eval.c (expand_qquote): Fix broken '(,x . ,y) case, which | Kaz Kylheku | 2014-02-28 | 1 | -0/+9 |
* | * tests/010/output-clauses.expected: New file. | Kaz Kylheku | 2014-02-28 | 1 | -0/+6 |
* | About time for some new regression tests. | Kaz Kylheku | 2014-02-28 | 1 | -0/+16 |
* | Bugfixing semantics of symbol macro hiding by variable bindings. | Kaz Kylheku | 2014-02-28 | 1 | -0/+15 |
* | * eval.c (delay_s): Global variable removed. | Kaz Kylheku | 2014-02-27 | 1 | -0/+9 |
* | * txr.1: Improved documentation for the dwim operator. | Kaz Kylheku | 2014-02-27 | 1 | -0/+4 |
* | Version 82.txr-82 | Kaz Kylheku | 2014-02-27 | 1 | -0/+14 |
* | * txr.1: Typos, grammar and formatting fixes mailed in | Kaz Kylheku | 2014-02-27 | 1 | -0/+5 |
* | * parser.l: Regression: valid floating-point literals tagged | Kaz Kylheku | 2014-02-27 | 1 | -0/+6 |
* | * lib.c (copy): New function. | Kaz Kylheku | 2014-02-27 | 1 | -0/+10 |
* | * genvim.txr: Updated with regard to how operators are registered in | Kaz Kylheku | 2014-02-27 | 1 | -0/+8 |
* | * eval.c (maybe_progn): New function. | Kaz Kylheku | 2014-02-27 | 1 | -0/+6 |
* | * eval.c (gun_s): New global variable. | Kaz Kylheku | 2014-02-26 | 1 | -0/+9 |
* | Converting expander special case code transformations into | Kaz Kylheku | 2014-02-26 | 1 | -0/+28 |
* | * eval.c (reg_op): New static function. | Kaz Kylheku | 2014-02-26 | 1 | -0/+6 |
* | * lib.c (make_like): If the first element of list isn't | Kaz Kylheku | 2014-02-26 | 1 | -0/+7 |
* | * lib.c (lit_s): New symbol. | Kaz Kylheku | 2014-02-26 | 1 | -0/+8 |
* | * eval.c (do_eval): Set last_form_evaled just before | Kaz Kylheku | 2014-02-26 | 1 | -0/+5 |
* | * eval.c (expand_op): Use rlcp_tree when constructing the | Kaz Kylheku | 2014-02-26 | 1 | -0/+13 |
* | * parser.y (list): For @n_expr, get the source location info | Kaz Kylheku | 2014-02-26 | 1 | -0/+8 |
* | 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 |