summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Oniguruma binding: add function internal_test (not to be documented).Shmuel Zeigerman2018-07-161-0/+10
* 1. Fix locale handling (PCRE2).Shmuel Zeigerman2017-06-231-1/+1
* Add support for PCRE2 library. (All currently available tests written for PCR...Shmuel Zeigerman2017-06-202-1/+3
* Oniguruma: add methodShmuel Zeigerman2015-04-191-0/+14
* In the functions searching for multiple matches every empty match adjacent to...Shmuel Zeigerman2015-02-263-27/+37
* unpack = unpack or table.unpackShmuel Zeigerman2015-02-188-0/+8
* Added method "fullinfo" to PCRE binding.Shmuel Zeigerman2014-10-301-0/+7
* Remove the ALG_USERETRY (mis)feature.Shmuel Zeigerman2014-08-252-5/+5
* Add function rex.count and disallow nil/false as the replacement argument in ...Shmuel Zeigerman2014-08-081-0/+13
* Add _newmembuffer function for testing buffer subjects.Shmuel Zeigerman2014-08-063-28/+34
* 1. Fix issue #8Shmuel Zeigerman2014-08-041-5/+7
* test/runtest.lua: really don't run buffer tests when alien not foundReuben Thomas2013-01-071-0/+1
* Replace build systems with LuaRocks.Reuben Thomas2012-10-042-6/+6
* Add the ability to use raw memory blocks as subjects.Reuben Thomas2012-09-294-8/+40
* runtest.lua: Add a test set for POSIX regex engine. (Thanks to Enrico Tassi.)Reuben Thomas2012-04-181-0/+1
* Fix and refactor.Shmuel Zeigerman2012-04-061-1/+1
* 1. Define REX_CREATEGLOBALVAR only for Lua 5.1 build.Shmuel Zeigerman2012-04-061-12/+5
* Lua 5.2 compatibility.Shmuel Zeigerman2012-04-031-1/+1
* TRE binding: add wide-character functions.Shmuel Zeigerman2012-02-131-0/+31
* Removed function plainfind.Shmuel Zeigerman2012-02-132-46/+0
* TRE binding: add wide-character functions.Shmuel Zeigerman2012-02-121-69/+69
* Test suite: avoid using sysutils library.Shmuel Zeigerman2012-02-121-3/+1
* 1. TRE binding: add wide-character functions.Shmuel Zeigerman2012-02-123-24/+374
* luatest.lua: 1) bugfix; 2) don't use `module' function;Shmuel Zeigerman2011-10-051-17/+19
* Remove incorrect comments and add a test. (Shmuel)Reuben Thomas2010-10-042-6/+1
* Change name of flag in test.Reuben Thomas2010-10-031-1/+1
* Remove gnu_rex.setsyntax, reimplement syntax flags as compilationReuben Thomas2010-09-121-4/+5
* Fix permissions: remove spurious executable permissions.Reuben Thomas2010-08-0113-0/+0
* Fix fixes to NOTBOL tests. Sorry, Shmuel.Reuben Thomas2010-08-011-2/+2
* Fix other NOTBOL tests (thanks, Shmuel!).Reuben Thomas2010-08-011-3/+3
* Implement reverse searching in GNU, and add a test for it.Reuben Thomas2010-07-311-0/+1
* Fix two that use the “not beginning of line” flag (POSIX & GNU). TheyReuben Thomas2010-07-312-3/+2
* Add test for execution flags.Reuben Thomas2010-07-301-0/+14
* Add GNU-specific test (of translation tables).Reuben Thomas2010-07-302-1/+39
* Don't bother listing possible libraries; they're obvious, and this is just an...Reuben Thomas2010-07-301-5/+1
* Implement per-regex syntax. Use this in the tests, but because most ofReuben Thomas2010-07-291-115/+2
* Various improvements to GNU regex support:Reuben Thomas2010-07-262-176/+2
* Add a new regex engine: GNU regex.rrt2010-07-192-1/+343
* prepare to release 2.4.0shmuz2008-08-041-0/+1
* force-reload the tested library; makefile reverted;shmuz2008-08-011-0/+1
* Changes related to Oniguruma addition and directory layout change.shmuz2008-07-302-0/+148
* a little fixshmuz2008-06-221-0/+1
* [API extension] All functions receiving string-type regex accept a compiled r...shmuz2008-06-141-0/+6
* little fixshmuz2008-05-281-1/+1
* GNU regex test added to the list of available tests.shmuz2008-05-021-0/+1
* Add tests for new methods (match and find).shmuz2008-03-301-1/+31
* set_f_plainfind: add tests with empty patterns.shmuz2008-03-251-0/+3
* refactoringshmuz2008-03-251-37/+21
* small fixshmuz2007-12-271-2/+2
* add new command-line switch -d<directory> that will prepend <directory> to pa...shmuz2007-12-271-2/+26