| Commit message (Expand) | Author | Age | Files | Lines |
* | Add index.txt. | Reuben Thomas | 2010-10-03 | 1 | -0/+1 |
* | Use doc/index.txt as README. | Reuben Thomas | 2010-10-03 | 2 | -0/+3 |
* | Remove README. | Reuben Thomas | 2010-10-03 | 1 | -1/+0 |
* | Update date in NEWS for 2.5.0 release. | Reuben Thomas | 2010-09-12 | 1 | -1/+1 |
* | Add gnulib regex headers, and settings to lgnu.c and Makefile to build | Reuben Thomas | 2010-09-12 | 4 | -3/+1561 |
* | Remove gnu_rex.setsyntax, reimplement syntax flags as compilation | Reuben Thomas | 2010-09-12 | 3 | -115/+83 |
* | Fix some erroneous markup fixing in last commit but one. | Reuben Thomas | 2010-09-10 | 1 | -1/+1 |
* | Document the translation parameter for GNU regexs. | Reuben Thomas | 2010-09-10 | 1 | -8/+13 |
* | Improve documentation of syntax parameters, and make some use of | Reuben Thomas | 2010-09-10 | 1 | -9/+9 |
* | Shorten if (p) free(p) to free(p) and fix a space leak in gnu.c (call | Reuben Thomas | 2010-08-20 | 4 | -9/+6 |
* | Fix permissions: remove spurious executable permissions. | Reuben Thomas | 2010-08-01 | 44 | -0/+0 |
* | Write NEWS for 2.5.0. | Reuben Thomas | 2010-08-01 | 1 | -0/+7 |
* | Add rex_tre.mak from Shmuel. | Reuben Thomas | 2010-08-01 | 1 | -0/+34 |
* | Remove old commented-out -gt which is not documented in rst2html(1). | Reuben Thomas | 2010-08-01 | 1 | -4/+8 |
* | Fix up errors: mostly remove links that now point to index.txt. | Reuben Thomas | 2010-08-01 | 1 | -20/+19 |
* | Update version and years in license.html. | Reuben Thomas | 2010-08-01 | 1 | -3/+3 |
* | Make dist depend on all, and build docs as part of all. | Reuben Thomas | 2010-08-01 | 1 | -1/+3 |
* | Write the rest of the dist target to build a release zip. | Reuben Thomas | 2010-08-01 | 4 | -2/+9 |
* | Remove unneeded .cvsignore files. | Reuben Thomas | 2010-08-01 | 5 | -5/+0 |
* | Add distribution archive and ChangeLog to ignore list. | Reuben Thomas | 2010-08-01 | 1 | -0/+2 |
* | Make .gitignore from .cvsignore | Reuben Thomas | 2010-08-01 | 1 | -0/+0 |
* | Add initialiser to avoid compiler warnings. | Reuben Thomas | 2010-08-01 | 1 | -1/+1 |
* | Fix fixes to NOTBOL tests. Sorry, Shmuel. | Reuben Thomas | 2010-08-01 | 1 | -2/+2 |
* | Add mingw makefile for GNU, from Shmuel. | Reuben Thomas | 2010-08-01 | 1 | -0/+34 |
* | Fix other NOTBOL tests (thanks, Shmuel!). | Reuben Thomas | 2010-08-01 | 1 | -3/+3 |
* | Remove out-of-date binary win32 builds, as agreed with Shmuel. | Reuben Thomas | 2010-08-01 | 8 | -136/+0 |
* | Document GNU library flags. | Reuben Thomas | 2010-07-31 | 1 | -1/+5 |
* | Simplify collection of extra compilation arguments. | Reuben Thomas | 2010-07-31 | 4 | -58/+42 |
* | To be more compatible with GNU autotools, make “check” target depend | Reuben Thomas | 2010-07-31 | 2 | -6/+4 |
* | Implement reverse searching in GNU, and add a test for it. | Reuben Thomas | 2010-07-31 | 2 | -6/+17 |
* | Fix two that use the “not beginning of line” flag (POSIX & GNU). They | Reuben Thomas | 2010-07-31 | 2 | -3/+2 |
* | Merge duplicate material between index.txt and manual.txt. | Reuben Thomas | 2010-07-31 | 2 | -26/+16 |
* | Remove README (use index.txt instead). | Reuben Thomas | 2010-07-31 | 2 | -22/+3 |
* | Simplify the build system, adding the test target to common.mak (and | Reuben Thomas | 2010-07-31 | 7 | -72/+25 |
* | Remove ChangeLog from repository; use git2cl to generate it. | Reuben Thomas | 2010-07-31 | 2 | -845/+3 |
* | Remove unnecessary .PHONY target. | Reuben Thomas | 2010-07-31 | 1 | -5/+0 |
* | Rename per-library makefiles to Makefile. | Reuben Thomas | 2010-07-31 | 6 | -10/+10 |
* | Use custom eflags codes so we can add one for backwards searching, and add a ... | Reuben Thomas | 2010-07-31 | 1 | -4/+12 |
* | Remove a couple of eflags which can’t be used as eflags (oops). | Reuben Thomas | 2010-07-30 | 1 | -7/+0 |
* | Simplify some code, and fix some formatting. | Reuben Thomas | 2010-07-30 | 1 | -3/+2 |
* | Add test for execution flags. | Reuben Thomas | 2010-07-30 | 1 | -0/+14 |
* | Update Lua function prototypes in comments. | Reuben Thomas | 2010-07-30 | 1 | -5/+5 |
* | Add execution flags for GNU. | Reuben Thomas | 2010-07-30 | 1 | -13/+28 |
* | Bump a missed version to 2.5. | Reuben Thomas | 2010-07-30 | 1 | -1/+1 |
* | Move the documentation of the library-specific compile-time arguments | Reuben Thomas | 2010-07-30 | 1 | -126/+115 |
* | Add GNU-specific test (of translation tables). | Reuben Thomas | 2010-07-30 | 2 | -1/+39 |
* | Tweak for clarity. | Reuben Thomas | 2010-07-30 | 1 | -1/+1 |
* | Fix typo in commit b7161ee8963352d140cd35f9d26d345d58047227. | Reuben Thomas | 2010-07-30 | 1 | -1/+1 |
* | Add TRE targets and add TRE and GNU targets to global targets. | Reuben Thomas | 2010-07-30 | 1 | -4/+15 |
* | Fix some bitrot in rex_tre.mak. | Reuben Thomas | 2010-07-30 | 1 | -3/+3 |