summaryrefslogtreecommitdiff
path: root/src/tre
Commit message (Expand)AuthorAgeFilesLines
* Replace all occurrences of luaL_optint with casted luaL_optinteger.Shmuel Zeigerman2020-07-112-4/+4
* Ensure consistent typing across operands of ?:Michael Tautschnig2014-08-222-2/+2
* Add function rex.count and disallow nil/false as the replacement argument in ...Shmuel Zeigerman2014-08-082-0/+2
* Complete the use of the Lua state allocator.Reuben Thomas2013-01-082-1/+5
* Replace build systems with LuaRocks.Reuben Thomas2012-10-041-43/+0
* Temporarily remove ltre_w.c from being built by 2.6.0 release.rel-2-6-0Reuben Thomas2012-04-121-1/+1
* Fix and refactor.Shmuel Zeigerman2012-04-062-19/+10
* 1. Define REX_CREATEGLOBALVAR only for Lua 5.1 build.Shmuel Zeigerman2012-04-062-7/+26
* Lua 5.2 compatibility.Shmuel Zeigerman2012-04-031-15/+5
* Make internal function names more consistent.Shmuel Zeigerman2012-02-172-30/+30
* TRE binding: add wide-character functions.Shmuel Zeigerman2012-02-132-3/+43
* Removed function plainfind.Shmuel Zeigerman2012-02-132-1/+1
* TRE binding: add wide-character functions.Shmuel Zeigerman2012-02-121-0/+1
* 1. TRE binding: add wide-character functions.Shmuel Zeigerman2012-02-123-1/+224
* luaL_reg replaced with luaL_RegShmuel Zeigerman2011-12-221-2/+2
* Shorten if (p) free(p) to free(p) and fix a space leak in gnu.c (callReuben Thomas2010-08-201-2/+1
* Fix permissions: remove spurious executable permissions.Reuben Thomas2010-08-012-0/+0
* Simplify the build system, adding the test target to common.mak (andReuben Thomas2010-07-311-1/+1
* Rename per-library makefiles to Makefile.Reuben Thomas2010-07-311-0/+0
* 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-301-1/+1
* Change ALG_NOMATCH to a macro that takes an argument, likeReuben Thomas2010-07-301-2/+1
* * ltre.c: changes to adapt to TRE 0.8shmuz2009-11-291-9/+9
* 1) Moving files: each binding to its dedicated directory.shmuz2008-07-302-0/+400