| Commit message (Expand) | Author | Age | Files | Lines |
* | * regex.c (reg_derivative): Bugfix: remove invalid | Kaz Kylheku | 2010-01-14 | 1 | -0/+5 |
* | Bugfix: allow unescaped / to be used in regex character classes. | Kaz Kylheku | 2010-01-13 | 1 | -0/+22 |
* | * parser.y (precedence): bugfix: character classes like this [^*] | Kaz Kylheku | 2010-01-13 | 1 | -0/+5 |
* | Dynamically determine which regex implementation to use: | Kaz Kylheku | 2010-01-13 | 1 | -0/+17 |
* | * lib.h (c_num): Remove redundant declaration. | Kaz Kylheku | 2010-01-13 | 1 | -0/+4 |
* | Impelement derivative-based regular expressions. | Kaz Kylheku | 2010-01-13 | 1 | -0/+53 |
* | Remove incorrect implementation of extended | Kaz Kylheku | 2010-01-06 | 1 | -0/+18 |
* | Some fine tuning in regex grammar. | Kaz Kylheku | 2010-01-06 | 1 | -0/+12 |
* | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/txr | Kaz Kylheku | 2010-01-05 | 1 | -0/+9 |
|\ |
|
| * | * lib.c (make_package, find_package): Eliminate declaration | Kaz Kylheku | 2009-12-17 | 1 | -0/+9 |
* | | Implemented the regular expression ~ and & operators. | Kaz Kylheku | 2010-01-05 | 1 | -0/+50 |
|/ |
|
* | * parser.l (YYINPUT): Fix signed/unsigned comparison. | Kaz Kylheku | 2009-12-09 | 1 | -0/+4 |
* | * hash.c (sethash): New function. | Kaz Kylheku | 2009-12-09 | 1 | -0/+10 |
* | All COBJ operations have default implementations now; | Kaz Kylheku | 2009-12-08 | 1 | -0/+34 |
* | More void * to mem_t * conversion. | Kaz Kylheku | 2009-12-05 | 1 | -0/+12 |
* | Eliminate the void * disease. Generic pointers are of mem_t * | Kaz Kylheku | 2009-12-04 | 1 | -0/+24 |
* | * gc.c (heap_min_bound, heap_max_bound): New static globals. | Kaz Kylheku | 2009-12-03 | 1 | -0/+8 |
* | Version 027.txr-027 | Kaz Kylheku | 2009-12-03 | 1 | -0/+17 |
* | Merge. | Kaz Kylheku | 2009-12-03 | 1 | -0/+8 |
|\ |
|
| * | * parser.l (YY_NO_UNPUT): Removed superfluous #define. This is not | Kaz Kylheku | 2009-12-03 | 1 | -0/+8 |
* | | * Makefile (CFLAGS): Better test for g++, when removing | Kaz Kylheku | 2009-12-03 | 1 | -0/+7 |
|/ |
|
* | Fix for failing test suite on MIPS machine, due to | Kaz Kylheku | 2009-12-03 | 1 | -0/+12 |
* | * Makefile (tests): Don't depend on the executable. Otherwise, | Kaz Kylheku | 2009-12-02 | 1 | -0/+10 |
* | * Makefile (install-tests): New target. Provides a way to make the | Kaz Kylheku | 2009-12-02 | 1 | -0/+6 |
* | Fix annoyances with dependency generation, such as picking up local | Kaz Kylheku | 2009-12-02 | 1 | -0/+14 |
* | * Makefile (CFLAGS): If the compiler matches the pattern %g++, | Kaz Kylheku | 2009-11-28 | 1 | -0/+6 |
* | * Makefile (CFLAGS): add -Dlint to CFLAGS when compiling y.tab.o. | Kaz Kylheku | 2009-11-28 | 1 | -0/+7 |
* | * parser.l: Use flex options to suppress generation of the | Kaz Kylheku | 2009-11-28 | 1 | -0/+6 |
* | Code cleanup. All private functions static. Private stuff | Kaz Kylheku | 2009-11-28 | 1 | -0/+68 |
* | * configure: Workaround in banner code for coreutils printf %.*s bug. | Kaz Kylheku | 2009-11-28 | 1 | -0/+4 |
* | Switching to DESTDIR convention for install. | Kaz Kylheku | 2009-11-27 | 1 | -0/+15 |
* | Version 026.txr-026 | Kaz Kylheku | 2009-11-26 | 1 | -0/+24 |
* | Not all systems have a yacc alias for the yacc program. | Kaz Kylheku | 2009-11-26 | 1 | -0/+16 |
* | * gc.c (mark_mem_region): Bugfix: do not mess with the valgrind | Kaz Kylheku | 2009-11-26 | 1 | -0/+5 |
* | * parser.y (grammar): Fixes for bison 2.4.1. Remove superfluous action | Kaz Kylheku | 2009-11-26 | 1 | -0/+5 |
* | Refinements to Valgrind support. | Kaz Kylheku | 2009-11-25 | 1 | -0/+19 |
* | More Valgrind support. New option --vg-debug which turns on | Kaz Kylheku | 2009-11-25 | 1 | -0/+25 |
* | Fix a build breakage that may happen on some platforms. | Kaz Kylheku | 2009-11-25 | 1 | -0/+12 |
* | More valgrind integration. Vector objects keep displaced pointers | Kaz Kylheku | 2009-11-25 | 1 | -0/+13 |
* | First stab at Valgrind integration. First goal: eliminate false | Kaz Kylheku | 2009-11-25 | 1 | -0/+18 |
* | Fix uninitialized memory locations. | Kaz Kylheku | 2009-11-24 | 1 | -0/+12 |
* | Switching to keyword symbols for :args and :nothrow. | Kaz Kylheku | 2009-11-24 | 1 | -0/+16 |
* | utf8.c (utf8_from_uc): Fix bug introduced several commits ago (portingtxr-025 | Kaz Kylheku | 2009-11-24 | 1 | -0/+7 |
* | Version 025 | Kaz Kylheku | 2009-11-24 | 1 | -0/+54 |
* | Auto-detect what specifiers to use for inline functions. | Kaz Kylheku | 2009-11-24 | 1 | -0/+20 |
* | Changes to make the code portable to C++ compilers, which | Kaz Kylheku | 2009-11-24 | 1 | -0/+35 |
* | Fixed broken yyerrorf. It was still taking char *, and passing | Kaz Kylheku | 2009-11-24 | 1 | -0/+16 |
* | Renaming global variables that denote symbols, such that they | Kaz Kylheku | 2009-11-24 | 1 | -0/+63 |
* | * configure (platform_flags, remove_flags): New config variables. | Kaz Kylheku | 2009-11-23 | 1 | -0/+6 |
* | Follow up on 64 bit compilation warnings. | Kaz Kylheku | 2009-11-23 | 1 | -0/+11 |