| Commit message (Expand) | Author | Age | Files | Lines |
* | * parser.l: Implemented hexadecimal integer constants. | Kaz Kylheku | 2012-09-16 | 1 | -2/+25 |
* | First cut at implementing \s, \d, \w, \S, \D and \W regex tokens. | Kaz Kylheku | 2012-04-19 | 1 | -0/+5 |
* | * parser.l: Bugfix: was not allowing e-notation floats | Kaz Kylheku | 2012-03-22 | 1 | -1/+1 |
* | * arith.c (neg): Floating-point support. | Kaz Kylheku | 2012-03-21 | 1 | -2/+12 |
* | Regression fix: 1..3 scans incorrectly into 1. .3 tokens. | Kaz Kylheku | 2012-03-20 | 1 | -3/+8 |
* | * parser.l (FLO): Adjusted syntax of floating point numbers | Kaz Kylheku | 2012-03-20 | 1 | -1/+1 |
* | * configure (uintptr): New variable. Indicates whether unsigned | Kaz Kylheku | 2012-03-19 | 1 | -2/+14 |
* | Implementing #H((...) ...) read/print syntax for hash tables. | Kaz Kylheku | 2012-03-14 | 1 | -0/+5 |
* | Change: @(block) requires @(end) from now on. | Kaz Kylheku | 2012-03-13 | 1 | -0/+6 |
* | * parser.l (ID_END): Bugfix: ID_END was defined incorrectly | Kaz Kylheku | 2012-03-13 | 1 | -1/+1 |
* | Bug #35625 | Kaz Kylheku | 2012-02-26 | 1 | -464/+490 |
* | * parser.l (num_esc): Skip octal indicator 'o' if present. | Kaz Kylheku | 2012-02-25 | 1 | -1/+3 |
* | * parser.l (source_loc_str): Missing function re-written. | Kaz Kylheku | 2012-02-25 | 1 | -2/+14 |
* | * 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 | -0/+14 |
* | Introducing optional arguments. | Kaz Kylheku | 2012-02-21 | 1 | -1/+8 |
* | * eval.c (subst_vars): Handle lone symbols (not wrapped | Kaz Kylheku | 2012-02-13 | 1 | -1/+1 |
* | * lib.c (obj_print): Print control characters in string and | Kaz Kylheku | 2012-02-12 | 1 | -1/+1 |
* | * parser.l: Allow semicolon terminator on hex and octal | Kaz Kylheku | 2012-02-05 | 1 | -2/+2 |
* | * eval.c (rest_s, op_s): New variables. | Kaz Kylheku | 2012-02-03 | 1 | -0/+11 |
* | * parser.l: Support hex and octal escapes in string and quasiliterals, | Kaz Kylheku | 2012-01-27 | 1 | -0/+5 |
* | * eval.c (eval_init): New functions registered. | Kaz Kylheku | 2012-01-25 | 1 | -0/+5 |
* | * eval.c (dwim_s): New symbol variable. | Kaz Kylheku | 2012-01-25 | 1 | -5/+5 |
* | * match.c (counter_k): New keyword symbol variable. | Kaz Kylheku | 2011-12-30 | 1 | -4/+4 |
* | New functionality: mod and modlast directives in repeat and rep. | Kaz Kylheku | 2011-12-29 | 1 | -0/+12 |
* | @# comments are becoming obsolescent. @# comments | Kaz Kylheku | 2011-12-14 | 1 | -4/+7 |
* | Bignum support, here we go! | Kaz Kylheku | 2011-12-09 | 1 | -23/+12 |
* | * parser.l: In the CHRLIT state, return a nonblank character as an | Kaz Kylheku | 2011-12-07 | 1 | -0/+5 |
* | * eval.c (op_unwind_protect): Fixed uninitialized variable | Kaz Kylheku | 2011-12-06 | 1 | -0/+4 |
* | Removing useless hash table. | Kaz Kylheku | 2011-11-30 | 1 | -3/+1 |
* | Task #11436 | Kaz Kylheku | 2011-11-26 | 1 | -7/+5 |
* | Task #11598. | Kaz Kylheku | 2011-11-17 | 1 | -2/+2 |
* | Adding quote and unquote read syntax to list forms, resembling | Kaz Kylheku | 2011-11-17 | 1 | -0/+10 |
* | Changing read syntax for character literals, because we are going to | Kaz Kylheku | 2011-11-15 | 1 | -15/+27 |
* | Eliminate line numbers from the abstract syntax | Kaz Kylheku | 2011-11-12 | 1 | -0/+5 |
* | Infrastructure for storing line number information | Kaz Kylheku | 2011-11-12 | 1 | -1/+34 |
* | * match.c (opt_nobindings, opt_arraydims): Global | Kaz Kylheku | 2011-11-10 | 1 | -2/+0 |
* | * parser.l: Fixed wrong error message. | Kaz Kylheku | 2011-11-10 | 1 | -1/+1 |
* | Task #11581 | Kaz Kylheku | 2011-11-06 | 1 | -0/+4 |
* | Bugfix: prepared_error_message variable needs to be gc-protected. | Kaz Kylheku | 2011-10-26 | 1 | -0/+5 |
* | Parse error handling improvements. | Kaz Kylheku | 2011-10-26 | 1 | -62/+32 |
* | * Makefile (%.ok: %.txr): Use unified diff for showing | Kaz Kylheku | 2011-10-13 | 1 | -1/+7 |
* | Ported to Cygwin. | Kaz Kylheku | 2011-10-09 | 1 | -0/+1 |
* | Extending syntax to allow for @VAR and @(...) forms inside | Kaz Kylheku | 2011-10-06 | 1 | -5/+21 |
* | * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c, | Kaz Kylheku | 2011-10-04 | 1 | -1/+1 |
* | New directive: choose. | Kaz Kylheku | 2011-10-01 | 1 | -0/+7 |
* | * parser.l: Implemented backslash continuations in SPECIAL | Kaz Kylheku | 2011-09-30 | 1 | -13/+27 |
* | * match.c (chars_k): New variable. | Kaz Kylheku | 2011-09-29 | 1 | -2/+2 |
* | * match.c (mingap_k, maxgap_k, gap_k, times_k, lines_k): New | Kaz Kylheku | 2011-09-29 | 1 | -2/+2 |
* | Bugfixes: Consistent escaping in various literals. Double | Kaz Kylheku | 2011-09-26 | 1 | -6/+10 |