summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Temporarily remove ltre_w.c from being built by 2.6.0 release.rel-2-6-0Reuben Thomas2012-04-121-1/+1
* Unix makefiles: bump version to 2.6.0.Reuben Thomas2012-04-111-2/+2
* Update docs towards the release.Shmuel Zeigerman2012-04-101-1/+1
* Fix and refactor.Shmuel Zeigerman2012-04-062-19/+10
* Merge branch 'master' of github.com:rrthomas/lrexlibShmuel Zeigerman2012-04-062-1/+2
|\
| * Parametrize Lua interpreter for Lua 5.2 support.Reuben Thomas2012-04-052-1/+2
* | 1. Define REX_CREATEGLOBALVAR only for Lua 5.1 build.Shmuel Zeigerman2012-04-062-7/+26
|/
* Add macro REX_CREATEGLOBALVAR.Shmuel Zeigerman2012-04-041-4/+8
* Lua 5.2 compatibility.Shmuel Zeigerman2012-04-038-84/+78
* Make internal function names more consistent.Shmuel Zeigerman2012-02-177-96/+96
* TRE binding: add wide-character functions.Shmuel Zeigerman2012-02-134-48/+47
* Removed function plainfind.Shmuel Zeigerman2012-02-138-58/+7
* TRE binding: add wide-character functions.Shmuel Zeigerman2012-02-124-7/+52
* 1. TRE binding: add wide-character functions.Shmuel Zeigerman2012-02-124-7/+234
* Tidy upShmuel Zeigerman2012-01-071-12/+7
* lpcre_f.c: added flags up to PCRE version 8.21Shmuel Zeigerman2011-12-221-0/+6
* luaL_reg replaced with luaL_RegShmuel Zeigerman2011-12-225-11/+11
* lpcre_f.c: added flags up to PCRE version 8.13.Shmuel Zeigerman2011-09-101-0/+3
* Improve portability to Darwin.Reuben Thomas2011-03-221-1/+3
* Fix double space.Reuben Thomas2011-03-121-1/+1
* 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
* 1. fix rex.split (offset was out-of-range)shmuz2010-12-152-8/+18
* 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
* Improve portability of build system. (Shmuel)Reuben Thomas2010-10-261-2/+2
* Add minor version number MINORV for building Zip files.rel-2-5-1Reuben Thomas2010-10-041-0/+1
* Bump version and add news for 2.5.1.Reuben Thomas2010-10-041-1/+1
* Remove GNU regex files. (Shmuel)Reuben Thomas2010-10-042-1553/+0
* 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-121-82/+68
* 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-0117-0/+0
* Write the rest of the dist target to build a release zip.Reuben Thomas2010-08-012-2/+2
* Remove unneeded .cvsignore files.Reuben Thomas2010-08-015-5/+0
* Add initialiser to avoid compiler warnings.Reuben Thomas2010-08-011-1/+1
* 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-311-1/+1
* Implement reverse searching in GNU, and add a test for it.Reuben Thomas2010-07-311-6/+16
* Simplify the build system, adding the test target to common.mak (andReuben Thomas2010-07-316-17/+10
* Rename per-library makefiles to Makefile.Reuben Thomas2010-07-315-0/+0
* 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
* 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
* Tweak for clarity.Reuben Thomas2010-07-301-1/+1
* Fix typo in commit b7161ee8963352d140cd35f9d26d345d58047227.Reuben Thomas2010-07-301-1/+1