| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c, | Kaz Kylheku | 2011-09-23 | 1 | -1/+1 |
* | Bump copyrights to 2010. | Kaz Kylheku | 2010-10-05 | 1 | -1/+1 |
* | Resolving parser conflicts. | Kaz Kylheku | 2010-01-19 | 1 | -1/+1 |
* | Implemented non-greedy operator. | Kaz Kylheku | 2010-01-15 | 1 | -1/+1 |
* | Bugfix: allow unescaped / to be used in regex character classes. | Kaz Kylheku | 2010-01-13 | 1 | -5/+9 |
* | Implemented the regular expression ~ and & operators. | Kaz Kylheku | 2010-01-05 | 1 | -4/+4 |
* | Remove unnecessary cast. | Kaz Kylheku | 2009-12-09 | 1 | -1/+1 |
* | * parser.l (YYINPUT): Fix signed/unsigned comparison. | Kaz Kylheku | 2009-12-09 | 1 | -2/+3 |
* | * parser.l (YY_NO_UNPUT): Removed superfluous #define. This is not | Kaz Kylheku | 2009-12-03 | 1 | -2/+0 |
* | * parser.l: Use flex options to suppress generation of the | Kaz Kylheku | 2009-11-28 | 1 | -0/+2 |
* | Fixed broken yyerrorf. It was still taking char *, and passing | Kaz Kylheku | 2009-11-24 | 1 | -1/+1 |
* | Improving portability. It is no longer assumed that pointers | Kaz Kylheku | 2009-11-23 | 1 | -3/+7 |
* | Introducing symbol packages. Internal symbols are now in | Kaz Kylheku | 2009-11-21 | 1 | -4/+11 |
* | Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally, | Kaz Kylheku | 2009-11-20 | 1 | -4/+4 |
* | Fix total breakage of yyerror and yyerrorf. | Kaz Kylheku | 2009-11-18 | 1 | -2/+3 |
* | More removal of C99 wide character I/O, and tightening up | Kaz Kylheku | 2009-11-17 | 1 | -3/+3 |
* | Big round of changes to switch the code base to use the stream | Kaz Kylheku | 2009-11-16 | 1 | -45/+47 |
* | Previous commit broke UTF-8 lexing, by changing the get_char | Kaz Kylheku | 2009-11-13 | 1 | -2/+2 |
* | Continuing wchar_t conversion. Making sure all stdio calls | Kaz Kylheku | 2009-11-12 | 1 | -41/+41 |
* | Documenting extended characters in man page. | Kaz Kylheku | 2009-11-12 | 1 | -0/+15 |
* | Big conversion to wide characters and UTF-8 support. | Kaz Kylheku | 2009-11-11 | 1 | -34/+50 |
* | Kill tabs with spaces (how did they sneak in?). | Kaz Kylheku | 2009-11-04 | 1 | -12/+12 |
* | txr-015 2009-10-15txr-015 | Kaz Kylheku | 2017-07-31 | 1 | -0/+523 |