summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_regexp.c
Commit message (Expand)AuthorAgeFilesLines
* Adopt to lua 5.2.Vsevolod Stakhov2013-06-081-2/+2
* Update copyright (required by debian).Vsevolod Stakhov2012-09-041-1/+1
* Fix stupid glib error with G_REGEX_RAW flag which is actually ~PCRE_UTF8.Vsevolod Stakhov2011-12-071-21/+39
* Compatibility with old glib versions.Vsevolod Stakhov2011-11-021-0/+2
* Check utf8 characters before gregex checks as they assume input to be a utf8 ...Vsevolod Stakhov2011-10-171-0/+7
* * Fix build under CentOS 5 with old glib 2.12Vsevolod Stakhov2011-07-291-1/+1
* Add workaround for clang under linux.Vsevolod Stakhov2011-07-211-1/+1
* * Add new lua module regexp for using glib regular expressions (pcre compatible)Vsevolod Stakhov2011-02-151-0/+248