[Gambas-devel-svn] SF.net SVN: gambas:[5727] gambas/trunk/gb.pcre/src/regexp.c
Brought to you by:
gambas
From: <tob...@us...> - 2013-07-11 14:50:16
|
Revision: 5727 http://sourceforge.net/p/gambas/code/5727 Author: tobiasboe Date: 2013-07-11 14:50:13 +0000 (Thu, 11 Jul 2013) Log Message: ----------- [GB.PCRE] * BUG: Fix two cases of memory leaks with CREGEXP->code: (re)compilation of a (new) pattern and object destruction. * NEW: Introduce the static RegExp.Check() method which works like the constructor but immediately returns a boolean whether the pattern could be applied to the subject - handy for one-line string validation. Modified Paths: -------------- gambas/trunk/gb.pcre/src/regexp.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |