| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * stream.c (vformat): Fix broken parsing of parameteric width and | Kaz Kylheku | 2014-03-05 | 3 | -47/+84 |
* | * stream.c (put_line): Default string argument to empty string. | Kaz Kylheku | 2014-03-05 | 3 | -4/+13 |
* | * arith.c (logten): New function. | Kaz Kylheku | 2014-03-04 | 5 | -1/+22 |
* | * parser.l: Allowing ^ to be a quote character, and adjusting definition | Kaz Kylheku | 2014-03-03 | 12 | -225/+257 |
* | Fix bad .TP syntax. | Kaz Kylheku | 2014-03-03 | 1 | -3/+7 |
* | * Makefile (lex.yy.c): Remove lex.yy.c before trying to regenerate it. | Kaz Kylheku | 2014-03-02 | 2 | -1/+10 |
* | * txr.1: Incorporating more corrections from Roman Mishin. | Kaz Kylheku | 2014-03-02 | 2 | -39/+35 |
* | * eval.c (make_env_intrinsic): New static function. | Kaz Kylheku | 2014-03-02 | 3 | -0/+65 |
* | Version 83txr-83 | Kaz Kylheku | 2014-03-02 | 6 | -8/+57 |
* | * eval.c (expand): Bugfix. When processing a defvar, should mark | Kaz Kylheku | 2014-03-02 | 2 | -0/+9 |
* | * parser.y (unquotes_occur): Fix use of unquote_s rather than sys_unquote_s | Kaz Kylheku | 2014-03-02 | 3 | -2/+13 |
* | * genvim.txr: Skip lines that contain system_package. | Kaz Kylheku | 2014-03-02 | 3 | -135/+147 |
* | Bugfix: catenated stream objects not hooked into garbage collector, | Kaz Kylheku | 2014-03-02 | 2 | -1/+15 |
* | New quasiquote idea: let's have two quasiquote macros sharing one | Kaz Kylheku | 2014-03-01 | 6 | -66/+148 |
* | * configure: changed numerous "if ! conftest" tests to "if conftest", | Kaz Kylheku | 2014-03-01 | 2 | -66/+72 |
* | * configure (conftest, conftest_o): New functions | Kaz Kylheku | 2014-03-01 | 2 | -71/+69 |
* | * tests/011/special-1.txr: Add some coverage for evaluation | Kaz Kylheku | 2014-03-01 | 2 | -1/+9 |
* | * eval.c (expand_qquote): Another bugfix: not recognizing a trailing | Kaz Kylheku | 2014-03-01 | 2 | -1/+10 |
* | * eval.c (lookup_sym_lisp1): Bugfix: wasn't following the dynamic | Kaz Kylheku | 2014-03-01 | 2 | -25/+31 |
* | * Makefile: Use target-specific assignment | Kaz Kylheku | 2014-02-28 | 2 | -0/+8 |
* | * eval.c (self_evaluating_p, maybe_quote): New functions. | Kaz Kylheku | 2014-02-28 | 2 | -1/+27 |
* | * tests/011/mandel.expected: New file. | Kaz Kylheku | 2014-02-28 | 3 | -0/+129 |
* | Turn *gensym-counter* into proper special variable. | Kaz Kylheku | 2014-02-28 | 4 | -6/+26 |
* | Change in the design of how special variables work, to fix the broken | Kaz Kylheku | 2014-02-28 | 18 | -386/+386 |
* | * eval.c (op_defvar): Remove the same-named symbol macro when a | Kaz Kylheku | 2014-02-28 | 2 | -0/+24 |
* | * eval.c (expand_qquote): Fix broken '(,x . ,y) case, which | Kaz Kylheku | 2014-02-28 | 2 | -2/+13 |
* | * tests/010/output-clauses.expected: New file. | Kaz Kylheku | 2014-02-28 | 3 | -0/+84 |
* | About time for some new regression tests. | Kaz Kylheku | 2014-02-28 | 7 | -0/+90 |
* | Bugfixing semantics of symbol macro hiding by variable bindings. | Kaz Kylheku | 2014-02-28 | 2 | -6/+31 |
* | * eval.c (delay_s): Global variable removed. | Kaz Kylheku | 2014-02-27 | 3 | -3/+13 |
* | * txr.1: Improved documentation for the dwim operator. | Kaz Kylheku | 2014-02-27 | 2 | -12/+32 |
* | differently, not different. | Kaz Kylheku | 2014-02-27 | 1 | -1/+1 |
* | Fix naked backslashes to \e. I could have sworn I did this recently. | Kaz Kylheku | 2014-02-27 | 1 | -18/+18 |
* | Typos. | Kaz Kylheku | 2014-02-27 | 1 | -2/+2 |
* | Version 82.txr-82 | Kaz Kylheku | 2014-02-27 | 6 | -114/+174 |
* | * txr.1: Typos, grammar and formatting fixes mailed in | Kaz Kylheku | 2014-02-27 | 2 | -11/+16 |
* | * parser.l: Regression: valid floating-point literals tagged | Kaz Kylheku | 2014-02-27 | 2 | -9/+15 |
* | * lib.c (copy): New function. | Kaz Kylheku | 2014-02-27 | 5 | -2/+57 |
* | Make note of a recent change in semantics affecting mapcar over strings. | Kaz Kylheku | 2014-02-27 | 1 | -4/+10 |
* | Capitalization of TXR. | Kaz Kylheku | 2014-02-27 | 2 | -3/+3 |
* | * genvim.txr: Updated with regard to how operators are registered in | Kaz Kylheku | 2014-02-27 | 3 | -106/+115 |
* | * eval.c (maybe_progn): New function. | Kaz Kylheku | 2014-02-27 | 2 | -2/+14 |
* | * eval.c (gun_s): New global variable. | Kaz Kylheku | 2014-02-26 | 3 | -2/+51 |
* | Converting expander special case code transformations into | Kaz Kylheku | 2014-02-26 | 3 | -65/+128 |
* | * eval.c (reg_op): New static function. | Kaz Kylheku | 2014-02-26 | 2 | -45/+56 |
* | * lib.c (make_like): If the first element of list isn't | Kaz Kylheku | 2014-02-26 | 2 | -1/+10 |
* | * lib.c (lit_s): New symbol. | Kaz Kylheku | 2014-02-26 | 2 | -5/+16 |
* | * eval.c (do_eval): Set last_form_evaled just before | Kaz Kylheku | 2014-02-26 | 2 | -2/+8 |
* | * eval.c (expand_op): Use rlcp_tree when constructing the | Kaz Kylheku | 2014-02-26 | 3 | -11/+27 |
* | * parser.y (list): For @n_expr, get the source location info | Kaz Kylheku | 2014-02-26 | 2 | -3/+13 |