summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #42 from jonringer/patch-1HEADmasterShmuel Zeigerman2021-12-281-1/+1
|\ | | | | Update rockspecs.lua
| * Update rockspecs.luaJonathan Ringer2021-12-281-1/+1
|/ | | Permanent redirect
* Merge pull request #41 from Totktonada/Totktonada/fix-git-url-in-rockspecShmuel Zeigerman2021-11-101-1/+1
|\ | | | | rockspec: use git+https:// for git repository URL
| * rockspec: use git+https:// for git repository URLAlexander Turenko2021-11-091-1/+1
|/ | | | | | | GitHub is going to disable unencrypted Git protocol, so `git://` URLs will stop working soon (see [1]). [1]: https://github.blog/2021-09-01-improving-git-protocol-security-github/
* Fix links.Shmuel Zeigerman2021-05-091-2/+2
|
* Lrexlib v2.9.1rel-2-9-1Shmuel Zeigerman2020-08-077-9/+13
|
* Replace all occurrences of luaL_optint with casted luaL_optinteger.Shmuel Zeigerman2020-07-119-26/+22
| | | | This also achieves Lua 5.4 compatibility.
* Oniguruma binding: add function internal_test (not to be documented).Shmuel Zeigerman2018-07-162-0/+31
|
* Update version: 2.8.0 -> 2.9.0rel-2-9-0Shmuel Zeigerman2017-11-072-2/+2
|
* Add a record abour release 2.9.0.Shmuel Zeigerman2017-11-071-0/+4
|
* Minor changes in code, PCRE2 additions to the manual.Shmuel Zeigerman2017-11-074-42/+180
|
* Use environment variable for root work directoryShmuel Zeigerman2017-09-106-6/+6
|
* 1. (PCRE2) Fix crash in config() function.Shmuel Zeigerman2017-07-122-9/+35
| | | | 2. (PCRE2) Add jit_compile() method.
* 1. Fix locale handling (PCRE2).Shmuel Zeigerman2017-06-233-30/+35
| | | | 2. Place all functions dealing with chartables adjacent (PCRE, PCRE2).
* Add PCRE2 to rockspecs and READMEReuben Thomas2017-06-202-4/+27
|
* pcre2: support version 10.21Reuben Thomas2017-06-201-0/+4
|
* Add support for PCRE2 library. (All currently available tests written for ↵Shmuel Zeigerman2017-06-208-10/+726
| | | | PCRE pass).
* Add preprocessor directives to compile against older PCRE versionsShmuel Zeigerman2016-04-281-2/+4
|
* Merge pull request #22 from jayvdb/masterShmuel Zeigerman2015-12-191-1/+1
|\ | | | | Fix Oniguruma dead link in README.rst
| * Fix Oniguruma dead link in README.rstJohn Vandenberg2015-12-191-1/+1
|/
* 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
|
* Merge branch 'master' of github.com:rrthomas/lrexlibShmuel Zeigerman2015-04-191-0/+1
|\
| * .gitignore: ignore built source rocksReuben Thomas2015-02-271-0/+1
| |
* | Oniguruma: add methodShmuel Zeigerman2015-04-194-5/+40
|/
* Update the licenseShmuel Zeigerman2015-02-272-4/+4
|
* Update Windows build towards release 2.8.0rel-2-8-0Shmuel Zeigerman2015-02-271-2/+5
|
* Update the incompatibilities sectionShmuel Zeigerman2015-02-271-0/+5
|
* Fix FIXME: extract homepage URL from rockspec in MakefileReuben Thomas2015-02-271-2/+1
|
* Bump version to 2.8.0 and write a NEWS entryReuben Thomas2015-02-262-1/+6
|
* Add Lua 5.3 support (no code change required)Reuben Thomas2015-02-262-8/+9
|
* Fix lpcre_fullinfo for older versions of PCREReuben Thomas2015-02-261-0/+14
|
* In the functions searching for multiple matches every empty match adjacent ↵Shmuel Zeigerman2015-02-266-92/+140
| | | | to the previous match is discarded.
* unpack = unpack or table.unpackShmuel Zeigerman2015-02-188-0/+8
|
* Added method "fullinfo" to PCRE binding.Shmuel Zeigerman2014-10-303-0/+60
|
* Remove the ALG_USERETRY (mis)feature.Shmuel Zeigerman2014-08-255-124/+21
|
* Merge pull request #11 from tautschnig/masterReuben Thomas2014-08-225-5/+5
|\ | | | | Ensure consistent typing across operands of ?:
| * Ensure consistent typing across operands of ?:Michael Tautschnig2014-08-225-5/+5
|/ | | | Completes earlier patch for #1
* Add function rex.count and disallow nil/false as the replacement argument in ↵Shmuel Zeigerman2014-08-0810-36/+141
| | | | rex.gsub (issue #10).
* Add _newmembuffer function for testing buffer subjects.Shmuel Zeigerman2014-08-069-37/+86
|
* 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-052-21/+20
|
* Ensure default LUA_PATH is used if environment variable is unset or emptyReuben Thomas2014-08-051-1/+1
|