summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 to...Shmuel Zeigerman2015-02-266-92/+140
* 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 ?:Michael Tautschnig2014-08-225-5/+5
|/
* Add function rex.count and disallow nil/false as the replacement argument in ...Shmuel Zeigerman2014-08-0810-36/+141
* 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
* Make sure flavour is always defined when loading rockspecs.lua; was masked by...Reuben Thomas2014-08-051-1/+2
* Makefile: redefine RM to avoid errors when files being removed don't existReuben Thomas2014-08-051-1/+1
* Update mkrockspecs.luaReuben Thomas2014-08-052-9/+10
* 1. Fix issue #8Shmuel Zeigerman2014-08-042-6/+16
* Re-add mingw makefiles.Reuben Thomas2013-01-108-0/+203
* Makefile: add FIXMEReuben Thomas2013-01-101-0/+1
* rockspecs.lua: fix repository URLrel-2-7-2Reuben Thomas2013-01-081-1/+1
* Makefile: fix a variable expansionReuben Thomas2013-01-081-1/+1
* Simplify build system, and release directly from gitReuben Thomas2013-01-086-70/+56
* README.rst: fix an rst2html warning.Reuben Thomas2013-01-081-1/+1
* 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
* Reflect the reality.Shmuel Zeigerman2013-01-071-1/+1
* common.c: pass correct first argument to lua_Alloc function (fixes issue #3)Reuben Thomas2013-01-071-3/+3
* test/runtest.lua: really don't run buffer tests when alien not foundReuben Thomas2013-01-071-0/+1
* README.rst: fix some formattingReuben Thomas2013-01-061-1/+1
* README.rst: add installation instructions (closes issue #2)Reuben Thomas2013-01-061-0/+12
* Makefile: fix things so rockspecs aren't distributed (a hard problem) but do ...Reuben Thomas2012-10-181-4/+4
* NEWS: add for 2.7.1rel-2-7-1Reuben Thomas2012-10-181-0/+6
* Makefile: make it harder to make mistakesReuben Thomas2012-10-181-2/+3
* Makefile: exclude luarocks directory from distribution zipReuben Thomas2012-10-181-1/+1
* Makefile: bump version to 2.7.1Reuben Thomas2012-10-181-1/+1
* Allow to signal no replacement in gsub with a nil or false replacement.Reuben Thomas2012-10-182-7/+19
* rockspecs.lua: fix some inconsistent whitespaceReuben Thomas2012-10-171-2/+2
* rockspecs.lua: mention that we're Lua 5.2 compatibleReuben Thomas2012-10-171-1/+1
* algo.h: fix to make it work on Lua 5.1; oopsReuben Thomas2012-10-171-0/+4
* .gitignore: add luarocks directoryReuben Thomas2012-10-171-0/+1
* Add luarocks-config.lua, needed for testing rockspecsReuben Thomas2012-10-171-0/+3