lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Jan 9, 2013 1:02 PM, "Reuben Thomas" <rrt@sc3d.org> wrote:
>
>
> I notice now that PCRE allows its allocator functions to be overridden, so I shall do that; unfortunately, GNU, POSIX, oniguruma and TRE all don't.

Unfortunately, PCRE uses global variables to override the allocation functions, so lrexlib would have to set them before every API call. So I won't be making this change.