summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add minor version number MINORV for building Zip files.rel-2-5-1Reuben Thomas2010-10-042-1/+2
* Bump version and add news for 2.5.1.Reuben Thomas2010-10-042-2/+7
* Re-add old ChangeLog as ChangeLog.old. (Shmuel)Reuben Thomas2010-10-041-0/+845
* Mention that TRE and Oniguruma bindings are incomplete. (Shmuel)Reuben Thomas2010-10-041-1/+2
* Make new libraries build on mingw and improve Makefile. (Shmuel)Reuben Thomas2010-10-042-1/+11
* Fix incorrect documentation. (Shmuel)Reuben Thomas2010-10-041-2/+1
* Remove incorrect comments and add a test. (Shmuel)Reuben Thomas2010-10-042-6/+1
* Remove GNU regex files. (Shmuel)Reuben Thomas2010-10-042-1553/+0
* Fix typo. (Shmuel)Reuben Thomas2010-10-041-1/+1
* Don't copy generated file over original; exclude SCiTE properties files from ...Reuben Thomas2010-10-041-2/+1
* Change name of flag in test.Reuben Thomas2010-10-031-1/+1
* 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