summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replace all occurrences of luaL_optint with casted luaL_optinteger.Shmuel Zeigerman2020-07-117-19/+19
* Oniguruma binding: add function internal_test (not to be documented).Shmuel Zeigerman2018-07-161-0/+21
* Minor changes in code, PCRE2 additions to the manual.Shmuel Zeigerman2017-11-071-2/+3
* 1. (PCRE2) Fix crash in config() function.Shmuel Zeigerman2017-07-122-9/+35
* 1. Fix locale handling (PCRE2).Shmuel Zeigerman2017-06-232-29/+34
* pcre2: support version 10.21Reuben Thomas2017-06-201-0/+4
* Add support for PCRE2 library. (All currently available tests written for PCR...Shmuel Zeigerman2017-06-202-0/+679
* Add preprocessor directives to compile against older PCRE versionsShmuel Zeigerman2016-04-281-2/+4
* Add preprocessor directives to compile against older PCRE versionsShmuel Zeigerman2015-07-271-0/+6
* Insert a space to allow C++ compilationShmuel Zeigerman2015-06-211-1/+1
* Insert come casts to allow C++ compilationShmuel Zeigerman2015-06-214-5/+5
* Fix a crash bug in Oniguruma bindingShmuel Zeigerman2015-04-291-1/+1
* Oniguruma: add methodShmuel Zeigerman2015-04-191-0/+7
* Fix lpcre_fullinfo for older versions of PCREReuben Thomas2015-02-261-0/+14
* In the functions searching for multiple matches every empty match adjacent to...Shmuel Zeigerman2015-02-261-53/+83
* Added method "fullinfo" to PCRE binding.Shmuel Zeigerman2014-10-301-0/+38
* Remove the ALG_USERETRY (mis)feature.Shmuel Zeigerman2014-08-253-119/+16
* Ensure consistent typing across operands of ?:Michael Tautschnig2014-08-225-5/+5
* Add function rex.count and disallow nil/false as the replacement argument in ...Shmuel Zeigerman2014-08-087-8/+80
* Add _newmembuffer function for testing buffer subjects.Shmuel Zeigerman2014-08-063-0/+38
* Accept non-string subjects with no __len metamethod in Lua 5.1.Shmuel Zeigerman2014-08-061-6/+8
* Make error messages uniform.Shmuel Zeigerman2014-08-061-2/+2
* Make error message with Lua 5.1 the same as with 5.2.Shmuel Zeigerman2014-08-061-4/+2
* Minor refactoring.Shmuel Zeigerman2014-08-051-14/+8
* We're checking for a valid metaMETHOD, not a valid metaFIELDReuben Thomas2014-08-051-1/+1
* Make Lua 5.1 look for __len metamethods on table subjectsReuben Thomas2014-08-051-2/+2
* Allow non-string, non-userdata subjects in Lua 5.1Reuben Thomas2014-08-051-16/+15
* 1. Fix issue #8Shmuel Zeigerman2014-08-041-1/+9
* Complete the use of the Lua state allocator.Reuben Thomas2013-01-087-20/+39
* src/common.c: play safe and use 0 osize argument to lalloc when allocatingReuben Thomas2013-01-071-1/+1
* common.c: pass correct first argument to lua_Alloc function (fixes issue #3)Reuben Thomas2013-01-071-3/+3
* Allow to signal no replacement in gsub with a nil or false replacement.Reuben Thomas2012-10-181-3/+9
* algo.h: fix to make it work on Lua 5.1; oopsReuben Thomas2012-10-171-0/+4
* common.c: remove last use of non-Lua state mallocReuben Thomas2012-10-041-1/+3
* common.c: use Lua state allocator for TBuffersReuben Thomas2012-10-041-4/+9
* Remove unnecessary version numbers and have only one source of the version.Reuben Thomas2012-10-041-2/+1
* Replace build systems with LuaRocks.Reuben Thomas2012-10-047-249/+0
* 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-291-4/+34
* 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
* 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
|\