index
:
delta/lrexlib.git
baserock/morph
gh-pages
master
github.com: rrthomas/lrexlib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tidy up
Shmuel Zeigerman
2012-01-07
1
-12
/
+7
*
lpcre_f.c: added flags up to PCRE version 8.21
Shmuel Zeigerman
2011-12-22
1
-0
/
+6
*
luaL_reg replaced with luaL_Reg
Shmuel Zeigerman
2011-12-22
5
-11
/
+11
*
lpcre_f.c: added flags up to PCRE version 8.13.
Shmuel Zeigerman
2011-09-10
1
-0
/
+3
*
Improve portability to Darwin.
Reuben Thomas
2011-03-22
1
-1
/
+3
*
Fix double space.
Reuben Thomas
2011-03-12
1
-1
/
+1
*
Bump minor version.
rel-2-5-3
Reuben Thomas
2010-12-15
1
-1
/
+1
*
Add a FIXME not to repeat version.
Reuben Thomas
2010-12-15
1
-0
/
+1
*
1. fix rex.split (offset was out-of-range)
shmuz
2010-12-15
2
-8
/
+18
*
Bump version to 2.5.2.
Reuben Thomas
2010-11-10
1
-1
/
+1
*
Undo a mistakenly-committed change.
Reuben Thomas
2010-11-10
1
-2
/
+2
*
Fix memory alignment bug. (Shmuel)
Reuben Thomas
2010-11-10
1
-1
/
+10
*
Improve portability of build system. (Shmuel)
Reuben Thomas
2010-10-26
1
-2
/
+2
*
Add minor version number MINORV for building Zip files.
rel-2-5-1
Reuben Thomas
2010-10-04
1
-0
/
+1
*
Bump version and add news for 2.5.1.
Reuben Thomas
2010-10-04
1
-1
/
+1
*
Remove GNU regex files. (Shmuel)
Reuben Thomas
2010-10-04
2
-1553
/
+0
*
Add gnulib regex headers, and settings to lgnu.c and Makefile to build
Reuben Thomas
2010-09-12
4
-3
/
+1561
*
Remove gnu_rex.setsyntax, reimplement syntax flags as compilation
Reuben Thomas
2010-09-12
1
-82
/
+68
*
Shorten if (p) free(p) to free(p) and fix a space leak in gnu.c (call
Reuben Thomas
2010-08-20
4
-9
/
+6
*
Fix permissions: remove spurious executable permissions.
Reuben Thomas
2010-08-01
17
-0
/
+0
*
Write the rest of the dist target to build a release zip.
Reuben Thomas
2010-08-01
2
-2
/
+2
*
Remove unneeded .cvsignore files.
Reuben Thomas
2010-08-01
5
-5
/
+0
*
Add initialiser to avoid compiler warnings.
Reuben Thomas
2010-08-01
1
-1
/
+1
*
Simplify collection of extra compilation arguments.
Reuben Thomas
2010-07-31
4
-58
/
+42
*
To be more compatible with GNU autotools, make “check” target depend
Reuben Thomas
2010-07-31
1
-1
/
+1
*
Implement reverse searching in GNU, and add a test for it.
Reuben Thomas
2010-07-31
1
-6
/
+16
*
Simplify the build system, adding the test target to common.mak (and
Reuben Thomas
2010-07-31
6
-17
/
+10
*
Rename per-library makefiles to Makefile.
Reuben Thomas
2010-07-31
5
-0
/
+0
*
Use custom eflags codes so we can add one for backwards searching, and add a ...
Reuben Thomas
2010-07-31
1
-4
/
+12
*
Remove a couple of eflags which can’t be used as eflags (oops).
Reuben Thomas
2010-07-30
1
-7
/
+0
*
Simplify some code, and fix some formatting.
Reuben Thomas
2010-07-30
1
-3
/
+2
*
Update Lua function prototypes in comments.
Reuben Thomas
2010-07-30
1
-5
/
+5
*
Add execution flags for GNU.
Reuben Thomas
2010-07-30
1
-13
/
+28
*
Bump a missed version to 2.5.
Reuben Thomas
2010-07-30
1
-1
/
+1
*
Tweak for clarity.
Reuben Thomas
2010-07-30
1
-1
/
+1
*
Fix typo in commit b7161ee8963352d140cd35f9d26d345d58047227.
Reuben Thomas
2010-07-30
1
-1
/
+1
*
Fix some bitrot in rex_tre.mak.
Reuben Thomas
2010-07-30
1
-3
/
+3
*
Fix up some uses of ALG_NOMATCH missed earlier.
Reuben Thomas
2010-07-30
2
-2
/
+2
*
Change ALG_NOMATCH to a macro that takes an argument, like
Reuben Thomas
2010-07-30
6
-11
/
+10
*
Implement per-regex syntax. Use this in the tests, but because most of
Reuben Thomas
2010-07-29
1
-17
/
+7
*
Various improvements to GNU regex support:
Reuben Thomas
2010-07-26
3
-52
/
+109
*
Bump version to 2.5.
rrt
2010-07-20
1
-1
/
+1
*
Add a new regex engine: GNU regex.
rrt
2010-07-19
3
-0
/
+321
*
Casts to suppress compiler warnings.
shmuz
2010-07-06
1
-5
/
+8
*
lpcre_f.c: added flags up to PCRE version 8.10.
shmuz
2010-07-05
1
-0
/
+6
*
several files: luaL_typerror renamed to luaL_typeerror (as in Lua 5.2).
shmuz
2010-01-19
4
-9
/
+10
*
* ltre.c: changes to adapt to TRE 0.8
shmuz
2009-11-29
1
-9
/
+9
*
lpcre_f.c: added flags up to PCRE version 8.00.
shmuz
2009-11-09
1
-0
/
+18
*
eliminate a warning on 64 bit systems: cast to pointer from integer of differ...
shmuz
2008-08-16
1
-1
/
+2
*
prepare to release 2.4.0
shmuz
2008-08-04
2
-1
/
+335
[next]