| Commit message (Expand) | Author | Age | Files | Lines |
* | * match.c (v_collect): Implemented semantics for repeat symbol. | Kaz Kylheku | 2012-05-17 | 1 | -11/+12 |
* | * parser.y (regtoken): New nonterminal symbol. | Kaz Kylheku | 2012-04-20 | 1 | -35/+21 |
* | First cut at implementing \s, \d, \w, \S, \D and \W regex tokens. | Kaz Kylheku | 2012-04-19 | 1 | -6/+37 |
* | * configure (uintptr): New variable. Indicates whether unsigned | Kaz Kylheku | 2012-03-19 | 1 | -1/+0 |
* | Support quasiquoting over vectors also, and a bugfix for hash | Kaz Kylheku | 2012-03-14 | 1 | -3/+6 |
* | Allow quasi-quoting over hash table literals, | Kaz Kylheku | 2012-03-14 | 1 | -15/+8 |
* | Implementing #H((...) ...) read/print syntax for hash tables. | Kaz Kylheku | 2012-03-14 | 1 | -2/+20 |
* | Change: @(block) requires @(end) from now on. | Kaz Kylheku | 2012-03-13 | 1 | -12/+29 |
* | Bugfix: rlcp function was incorrect for new way of storing | Kaz Kylheku | 2012-02-28 | 1 | -0/+6 |
* | Fixing long-time (pre-GIT) bug. The object (nil) was stupidly used to | Kaz Kylheku | 2012-02-26 | 1 | -28/+38 |
* | Bug #35625 | Kaz Kylheku | 2012-02-26 | 1 | -9/+27 |
* | * parser.y (clause): "Doh" moment. We don't need the special | Kaz Kylheku | 2012-02-25 | 1 | -9/+1 |
* | * debug.c (debug): Use new way of getting line number. | Kaz Kylheku | 2012-02-24 | 1 | -1/+1 |
* | First cut at @(load) directive. Incomplete: debug location info | Kaz Kylheku | 2012-02-24 | 1 | -1/+9 |
* | Allow braced output variables to actually be arbitrary substitutions. | Kaz Kylheku | 2012-02-18 | 1 | -5/+4 |
* | * parser.y (o_var): Remove productions from grammar by using exprs_opt. | Kaz Kylheku | 2012-02-18 | 1 | -10/+6 |
* | * eval.c (subst_vars): Handle lone symbols (not wrapped | Kaz Kylheku | 2012-02-13 | 1 | -0/+2 |
* | * lib.c (obj_print): Print control characters in string and | Kaz Kylheku | 2012-02-12 | 1 | -0/+2 |
* | * eval.c (rest_s, op_s): New variables. | Kaz Kylheku | 2012-02-03 | 1 | -8/+13 |
* | * eval.c (lookup_sym_lisp1): New function. | Kaz Kylheku | 2012-02-01 | 1 | -2/+2 |
* | * eval.c (eval_init): New functions registered. | Kaz Kylheku | 2012-01-25 | 1 | -1/+4 |
* | * eval.c (dwim_s): New symbol variable. | Kaz Kylheku | 2012-01-25 | 1 | -2/+12 |
* | * match.c (v_gather): Implemented until/last clause. | Kaz Kylheku | 2012-01-06 | 1 | -2/+21 |
* | * match.c (counter_k): New keyword symbol variable. | Kaz Kylheku | 2011-12-30 | 1 | -9/+11 |
* | New functionality: mod and modlast directives in repeat and rep. | Kaz Kylheku | 2011-12-29 | 1 | -3/+32 |
* | * parser.y (repeat_rep_helper): Bugfix. Circular lists | Kaz Kylheku | 2011-12-29 | 1 | -1/+1 |
* | * parser.y (quasi_item): Switch from var to o_var. This fixes | Kaz Kylheku | 2011-12-28 | 1 | -1/+1 |
* | Bug #35139 | Kaz Kylheku | 2011-12-21 | 1 | -3/+3 |
* | Bug #35139 | Kaz Kylheku | 2011-12-21 | 1 | -3/+3 |
* | * eval.c (eval_init): not added as synonym for null. | Kaz Kylheku | 2011-12-15 | 1 | -0/+2 |
* | Bignum support, here we go! | Kaz Kylheku | 2011-12-09 | 1 | -3/+4 |
* | * eval.c (op_unwind_protect): Fixed uninitialized variable | Kaz Kylheku | 2011-12-06 | 1 | -8/+14 |
* | * parser.y (force_regular_quotes): Function removed. | Kaz Kylheku | 2011-12-04 | 1 | -30/+8 |
* | * eval.c (op_qquote_error, op_unquote_error): New static functions. | Kaz Kylheku | 2011-12-04 | 1 | -8/+30 |
* | * parser.y (list): unquote and splice actions look inside the | Kaz Kylheku | 2011-12-02 | 1 | -2/+8 |
* | * lib.h (or2): Restore macro version of or2, because we need | Kaz Kylheku | 2011-11-30 | 1 | -0/+2 |
* | Removing useless hash table. | Kaz Kylheku | 2011-11-30 | 1 | -1/+0 |
* | Support assignment to (car ...) and (cdr ...). | Kaz Kylheku | 2011-11-29 | 1 | -8/+3 |
* | Added evaluation support for quote and quasiquote with unquotes. | Kaz Kylheku | 2011-11-28 | 1 | -6/+36 |
* | * parser.y (expr): Set source location info on elements. | Kaz Kylheku | 2011-11-26 | 1 | -7/+12 |
* | * match.c (subst_vars): Handle expr_s, so that | Kaz Kylheku | 2011-11-26 | 1 | -1/+2 |
* | * parser.y (texts, elem): Fixed incorrect use of rl rather | Kaz Kylheku | 2011-11-24 | 1 | -4/+4 |
* | Optimization: if all the elements of (text ...) are | Kaz Kylheku | 2011-11-23 | 1 | -1/+10 |
* | Semantics change. If a variable is followed by a mixture | Kaz Kylheku | 2011-11-23 | 1 | -4/+12 |
* | * parser.y (char_from_name): const on wchar_t *. | Kaz Kylheku | 2011-11-20 | 1 | -2/+2 |
* | Bug #34630 | Kaz Kylheku | 2011-11-20 | 1 | -2/+4 |
* | * parser.y (yybadtoken): Use ~a to print bad character rather than #\ | Kaz Kylheku | 2011-11-19 | 1 | -1/+1 |
* | * parser.y: Regression IDENT, '{' and '}' | Kaz Kylheku | 2011-11-18 | 1 | -2/+1 |
* | Task #11598. | Kaz Kylheku | 2011-11-17 | 1 | -5/+10 |
* | Adding quote and unquote read syntax to list forms, resembling | Kaz Kylheku | 2011-11-17 | 1 | -2/+5 |