[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lrexlib-1.18 released
- From: Shmuel Zeigerman <shmuz@...>
- Date: Wed, 25 Aug 2004 12:42:36 +0200
Lrexlib-1.18 is available from http://luaforge.net/projects/lrexlib/
The changes include:
* New lua function 'r:exec'.
* New lua function 'r:__tostring'.
* A table returned by r:match() as its 3rd result has no "n" index
set anymore. Use table.getn instead.
* Fixed the bug preventing compilation with the "basic" POSIX
regexp library.
* Makefile improved.
* Added file gsub.lua containing function 'generic_gsub'.
/Shmuel