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