summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makefile: make release depend on dist and checkrel-2-7-0Reuben Thomas2012-10-051-1/+1
* Makefile: fix a typoReuben Thomas2012-10-051-1/+1
* Makefile: test rockspecs after uploading the distribution before announcing it.Reuben Thomas2012-10-051-1/+7
* common.c: remove last use of non-Lua state mallocReuben Thomas2012-10-042-1/+4
* Makefile: add a convenience install target for testingReuben Thomas2012-10-041-0/+5
* common.c: use Lua state allocator for TBuffersReuben Thomas2012-10-041-4/+9
* Makefile: simplify running tests, and error if LUA is not setReuben Thomas2012-10-041-1/+2
* rockspecs.lua: fix some typos in the GNU rockspecReuben Thomas2012-10-041-2/+2
* Makefile: bump version to 2.7.0Reuben Thomas2012-10-041-1/+1
* Remove unnecessary version numbers and have only one source of the version.Reuben Thomas2012-10-046-11/+19
* Makefile: add a target to make the rockspecsReuben Thomas2012-10-041-0/+3
* Makefile: rename doc target to docs, to avoid clash with doc directoryReuben Thomas2012-10-041-2/+2
* Replace build systems with LuaRocks.Reuben Thomas2012-10-0422-476/+200
* defaults.mak: add -fPIC and remove -g from default gcc flagsReuben Thomas2012-10-041-1/+1
* lonig.c: fix a mismatched type in two results of ?:; closes issue #1Reuben Thomas2012-10-021-1/+1
* Add the ability to use raw memory blocks as subjects.Reuben Thomas2012-09-296-15/+87
* common.mak: don't touch LUA_INIT, and augment, don't replace LUA_PATHReuben Thomas2012-09-291-1/+1
* lposix.c: fold CheckStartEnd into its only callerReuben Thomas2012-09-291-15/+7
* lposix.c: improve a commentReuben Thomas2012-09-291-1/+2
* lposix.c: simplify gmatch_pushsubject slightlyReuben Thomas2012-09-291-3/+1
* lposix.c: detect REG_STARTEND separately from other REX_POSIX_EXT featuresReuben Thomas2012-09-291-7/+9
* runtest.lua: Add a test set for POSIX regex engine. (Thanks to Enrico Tassi.)Reuben Thomas2012-04-181-0/+1
* Makefile: make release target push tags, and update woger invocation.Reuben Thomas2012-04-121-3/+3
* Temporarily remove ltre_w.c from being built by 2.6.0 release.rel-2-6-0Reuben Thomas2012-04-121-1/+1
* Update NEWS.Shmuel Zeigerman2012-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-107-17/+29
* Fix and refactor.Shmuel Zeigerman2012-04-063-20/+11
* 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-065-21/+40
|/
* Add macro REX_CREATEGLOBALVAR.Shmuel Zeigerman2012-04-048-41/+36
* Lua 5.2 compatibility.Shmuel Zeigerman2012-04-0315-106/+111
* MinGW makefiles: removed -L<path>.Shmuel Zeigerman2012-02-286-8/+5
* Make internal function names more consistent.Shmuel Zeigerman2012-02-177-96/+96
* TRE binding: add wide-character functions.Shmuel Zeigerman2012-02-1311-56/+86
* Removed function plainfind.Shmuel Zeigerman2012-02-1312-144/+8
* TRE binding: add wide-character functions.Shmuel Zeigerman2012-02-125-76/+121
* Test suite: avoid using sysutils library.Shmuel Zeigerman2012-02-121-3/+1
* 1. TRE binding: add wide-character functions.Shmuel Zeigerman2012-02-129-33/+611
* Fix hyperlinksShmuel Zeigerman2012-01-223-7/+7
* Fix links in README.rstShmuel Zeigerman2012-01-221-2/+2
* Fix links in README.rstShmuel Zeigerman2012-01-221-3/+3
* Rename README to README.rstShmuel Zeigerman2012-01-211-0/+0
* 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
* luatest.lua: 1) bugfix; 2) don't use `module' function;Shmuel Zeigerman2011-10-051-17/+19
* 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