summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some bitrot in rex_tre.mak.Reuben Thomas2010-07-301-3/+3
* Fix up some uses of ALG_NOMATCH missed earlier.Reuben Thomas2010-07-302-2/+2
* Change ALG_NOMATCH to a macro that takes an argument, likeReuben Thomas2010-07-306-11/+10
* Implement per-regex syntax. Use this in the tests, but because most ofReuben Thomas2010-07-291-17/+7
* Various improvements to GNU regex support:Reuben Thomas2010-07-263-52/+109
* Bump version to 2.5.rrt2010-07-201-1/+1
* Add a new regex engine: GNU regex.rrt2010-07-193-0/+321
* Casts to suppress compiler warnings.shmuz2010-07-061-5/+8
* lpcre_f.c: added flags up to PCRE version 8.10.shmuz2010-07-051-0/+6
* several files: luaL_typerror renamed to luaL_typeerror (as in Lua 5.2).shmuz2010-01-194-9/+10
* * ltre.c: changes to adapt to TRE 0.8shmuz2009-11-291-9/+9
* lpcre_f.c: added flags up to PCRE version 8.00.shmuz2009-11-091-0/+18
* eliminate a warning on 64 bit systems: cast to pointer from integer of differ...shmuz2008-08-161-1/+2
* prepare to release 2.4.0shmuz2008-08-042-1/+335
* Add .cvsignore files to ignore .so's.niklas2008-07-303-0/+3
* Remove a stray _cdecl.niklas2008-07-302-4/+6
* Fix makefile paths for common files.niklas2008-07-303-11/+11
* Changes related to Oniguruma addition and directory layout change.shmuz2008-07-302-7/+16
* 1) Moving files: each binding to its dedicated directory.shmuz2008-07-3010-0/+2019
* Moving files: each binding to its dedicated directory.shmuz2008-07-308-1430/+0
* [API extension] All functions receiving string-type regex accept a compiled r...shmuz2008-06-146-28/+61
* update version and copyright strings (prepare to release 2.3)shmuz2008-05-281-1/+1
* Added a new flag from PCRE-7.7.shmuz2008-05-091-0/+3
* cosmeticsshmuz2008-04-081-1/+1
* Add two new methods (find and match). Refactoring.shmuz2008-03-304-63/+78
* plainfind_func: optimize for speed.shmuz2008-03-251-18/+32
* express "ld" and "-shared" via variablesshmuz2007-12-191-1/+3