summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump minor version.rel-2-5-3Reuben Thomas2010-12-151-1/+1
|
* Add a FIXME not to repeat version.Reuben Thomas2010-12-151-0/+1
|
* Update NEWS for 2.5.3.Reuben Thomas2010-12-151-0/+5
|
* 1. fix rex.split (offset was out-of-range)shmuz2010-12-152-8/+18
| | | | 2. PCRE: add new flags from PCRE 8.11
* Add definition of missing VERSION.rel-2-5-2Reuben Thomas2010-11-111-1/+2
|
* Add release target.Reuben Thomas2010-11-111-0/+8
|
* Add release-notes.Reuben Thomas2010-11-111-0/+1
|
* Suffix distribution zip's top-level directory with the version number.Reuben Thomas2010-11-111-3/+4
|
* Exclude zip files from dist zip\!Reuben Thomas2010-11-101-1/+1
|
* Add NEWS for 2.5.2.Reuben Thomas2010-11-101-0/+7
|
* Bump version to 2.5.2.Reuben Thomas2010-11-101-1/+1
|
* Undo a mistakenly-committed change.Reuben Thomas2010-11-101-2/+2
|
* Fix memory alignment bug. (Shmuel)Reuben Thomas2010-11-101-1/+10
|
* Remove duplicate information. (Shmuel)Reuben Thomas2010-11-051-5/+0
|
* Improve portability of build system. (Shmuel)Reuben Thomas2010-10-2610-145/+102
|
* Merge branch 'master' of github.com:rrthomas/lrexlibReuben Thomas2010-10-0514-1570/+871
|\
| * Remove useless comment. (Shmuel)Reuben Thomas2010-10-041-2/+0
| |
| * 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
| | | | | | | | dist.
| * Change name of flag in test.Reuben Thomas2010-10-031-1/+1
| |
| * Add index.txt.Reuben Thomas2010-10-031-0/+1
| |
* | Clarify what is meant by backwards searching.Reuben Thomas2010-10-051-3/+5
|/
* 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
| | | | | against gnulib (but the actual building must be done elsewhere at the moment).
* Remove gnu_rex.setsyntax, reimplement syntax flags as compilationReuben Thomas2010-09-123-115/+83
| | | | | | | | | | | | flags, adding the per-feature flags (which is why we need them to be numbers, not strings, so they can be combined). Hence, remove the special “syn” argument from the constructors, and alter the tests accordingly. Improve the documentation of GNU regex in one or two places. Rename the “reverse” execution flag to “backward”, for clarity.
* 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
| | | | markup slightly more consistent.
* Shorten if (p) free(p) to free(p) and fix a space leak in gnu.c (callReuben Thomas2010-08-204-9/+6
| | | | regfree).
* 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
| | | | | | | Change default name of app to rst2html in accordance with common installed name. Add a clean target.
* 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
| | | | | | | Move make variable V into defaults.mak, which can be included from top-level Makefile, and used to name the zip. In release Zip, copy doc/index.txt to README.
* 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
|