| Commit message (Expand) | Author | Age | Files | Lines |
* | * match.c (v_skip): Bugfix: Nov 12 commit caused regression: | Kaz Kylheku | 2011-12-01 | 1 | -0/+7 |
* | Dropping the silly cons return value from txeval. | Kaz Kylheku | 2011-12-01 | 1 | -0/+18 |
* | * match.c (eval_form): Function renamed to txeval so its is | Kaz Kylheku | 2011-12-01 | 1 | -0/+7 |
* | * lib.h (or2): Restore macro version of or2, because we need | Kaz Kylheku | 2011-11-30 | 1 | -0/+21 |
* | Removing useless hash table. | Kaz Kylheku | 2011-11-30 | 1 | -0/+14 |
* | * configure (extra_debugging): New variable. EXTRA_DEBUGGING | Kaz Kylheku | 2011-11-30 | 1 | -0/+14 |
* | * hash.c (hash_process_weak): Fix regression caused by a mistake | Kaz Kylheku | 2011-11-30 | 1 | -0/+9 |
* | * eval.c (op_modplace): Bugfix: conflation of new value and | Kaz Kylheku | 2011-11-30 | 1 | -0/+9 |
* | * txr.vim: New operators added. | Kaz Kylheku | 2011-11-30 | 1 | -0/+4 |
* | * eval.c (bindings_helper): Fix uninitialized variable. | Kaz Kylheku | 2011-11-29 | 1 | -0/+4 |
* | * eval.c (dohash_s): New symbol variable. | Kaz Kylheku | 2011-11-29 | 1 | -0/+8 |
* | * eval.c (eval_init): hashp and maphash functions registered. | Kaz Kylheku | 2011-11-29 | 1 | -0/+8 |
* | * eval.c (expand_vars): Bugfix: was not handling vars | Kaz Kylheku | 2011-11-29 | 1 | -0/+5 |
* | Support assignment to (car ...) and (cdr ...). | Kaz Kylheku | 2011-11-29 | 1 | -0/+16 |
* | * eval.c (let_star_s, for_s, for_star_s): New symbols. | Kaz Kylheku | 2011-11-28 | 1 | -0/+14 |
* | * eval.c (eval_init): More functions. | Kaz Kylheku | 2011-11-28 | 1 | -0/+6 |
* | Adding streams functions to Lisp evaluator. | Kaz Kylheku | 2011-11-28 | 1 | -0/+29 |
* | mapcar, mappend and apply functions. | Kaz Kylheku | 2011-11-28 | 1 | -0/+19 |
* | Added evaluation support for quote and quasiquote with unquotes. | Kaz Kylheku | 2011-11-28 | 1 | -0/+39 |
* | * parser.y (expr): Set source location info on elements. | Kaz Kylheku | 2011-11-26 | 1 | -0/+5 |
* | * match.c (subst_vars): Handle expr_s, so that | Kaz Kylheku | 2011-11-26 | 1 | -0/+12 |
* | Task #11436 | Kaz Kylheku | 2011-11-26 | 1 | -0/+90 |
* | * lib.c (getplist_f): New function. | Kaz Kylheku | 2011-11-24 | 1 | -0/+15 |
* | * match.c (match_funcall): Set source location info for | Kaz Kylheku | 2011-11-24 | 1 | -0/+5 |
* | * parser.y (texts, elem): Fixed incorrect use of rl rather | Kaz Kylheku | 2011-11-24 | 1 | -0/+7 |
* | Version 043txr-043 | Kaz Kylheku | 2011-11-23 | 1 | -0/+12 |
* | * txr.c (remove_hash_bang_line): Recognize multiple | Kaz Kylheku | 2011-11-23 | 1 | -0/+7 |
* | Optimization: if all the elements of (text ...) are | Kaz Kylheku | 2011-11-23 | 1 | -0/+9 |
* | * lib.c (plus, minus): Fixed wrong assertion which would incorrectly | Kaz Kylheku | 2011-11-23 | 1 | -0/+10 |
* | Semantics change. If a variable is followed by a mixture | Kaz Kylheku | 2011-11-23 | 1 | -0/+32 |
* | * configure: Fix environ test case for C++. | Kaz Kylheku | 2011-11-22 | 1 | -0/+4 |
* | * match.c (search_form): Bugfix: we must search to one character | Kaz Kylheku | 2011-11-22 | 1 | -0/+11 |
* | Version 042 | Kaz Kylheku | 2011-11-20 | 1 | -0/+10 |
* | * parser.y (char_from_name): const on wchar_t *. | Kaz Kylheku | 2011-11-20 | 1 | -0/+4 |
* | * RELNOTES: Updated.txr-93txr-60 | Kaz Kylheku | 2011-11-20 | 1 | -0/+2 |
* | Bug #34630 | Kaz Kylheku | 2011-11-20 | 1 | -0/+7 |
* | Relaxing :vars in collect/coll a little bit. | Kaz Kylheku | 2011-11-20 | 1 | -0/+15 |
* | * Makefile (tests/008/soundex.ok): New test case. | Kaz Kylheku | 2011-11-19 | 1 | -0/+9 |
* | * RELNOTES: New file. | Kaz Kylheku | 2011-11-19 | 1 | -0/+4 |
* | Bug #34866 | Kaz Kylheku | 2011-11-19 | 1 | -0/+9 |
* | * match.c (v_deffilter): Even better. Just evaluate | Kaz Kylheku | 2011-11-19 | 1 | -0/+9 |
* | deffilter grows in power: it can take quasistrings. | Kaz Kylheku | 2011-11-19 | 1 | -0/+18 |
* | * parser.y (yybadtoken): Use ~a to print bad character rather than #\ | Kaz Kylheku | 2011-11-19 | 1 | -0/+5 |
* | * parser.y: Regression IDENT, '{' and '}' | Kaz Kylheku | 2011-11-18 | 1 | -0/+7 |
* | * gc.c (mark_mem_region): Use the Valgrind API only to mark | Kaz Kylheku | 2011-11-18 | 1 | -0/+13 |
* | Added a JSON parsing test case. This flushed out a bug which crashed | Kaz Kylheku | 2011-11-18 | 1 | -0/+19 |
* | Task #11598. | Kaz Kylheku | 2011-11-17 | 1 | -0/+15 |
* | Adding quote and unquote read syntax to list forms, resembling | Kaz Kylheku | 2011-11-17 | 1 | -0/+17 |
* | * match.c (h_fun, v_fun): Bugfix! copy_list should be used for copying | Kaz Kylheku | 2011-11-17 | 1 | -0/+15 |
* | * parser.y: Bugfix: precedence of { } must be low, close to that of | Kaz Kylheku | 2011-11-17 | 1 | -0/+5 |