Thread: [Gambas-devel-svn] SF.net SVN: gambas:[5529] gambas/trunk/gb.pcre/src/regexp.c
Brought to you by:
gambas
From: <tob...@us...> - 2013-01-30 13:50:01
|
Revision: 5529 http://sourceforge.net/p/gambas/code/5529 Author: tobiasboe Date: 2013-01-30 13:49:59 +0000 (Wed, 30 Jan 2013) Log Message: ----------- [GB.PCRE] * BUG: Display an error when trying to compile an empty pattern 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. |
From: <ga...@us...> - 2013-02-24 16:48:35
|
Revision: 5561 http://sourceforge.net/p/gambas/code/5561 Author: gambas Date: 2013-02-24 16:48:32 +0000 (Sun, 24 Feb 2013) Log Message: ----------- [GB.PCRE] * BUG: Make gb.pcre compile with old versions of libpcre. 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. |
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. |
From: <ga...@us...> - 2013-07-12 12:43:48
|
Revision: 5729 http://sourceforge.net/p/gambas/code/5729 Author: gambas Date: 2013-07-12 12:43:45 +0000 (Fri, 12 Jul 2013) Log Message: ----------- [GB.PCRE] * NEW: Rename RegExp.Check as RegExp.Match. Factorize its code a little bit. 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. |
From: <tob...@us...> - 2013-11-17 16:57:00
|
Revision: 5963 http://sourceforge.net/p/gambas/code/5963 Author: tobiasboe Date: 2013-11-17 16:56:56 +0000 (Sun, 17 Nov 2013) Log Message: ----------- [GB.PCRE] * BUG: RegExp.Replace(): Explicitly use 0 if optional arguments are missing 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. |
From: <ga...@us...> - 2013-12-09 19:04:49
|
Revision: 5991 http://sourceforge.net/p/gambas/code/5991 Author: gambas Date: 2013-12-09 19:04:45 +0000 (Mon, 09 Dec 2013) Log Message: ----------- [GB.PCRE] * BUG: Don't call GB.ReturnNewString() if a match returns a null string. 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. |
From: <ga...@us...> - 2013-12-09 19:06:56
|
Revision: 5992 http://sourceforge.net/p/gambas/code/5992 Author: gambas Date: 2013-12-09 19:06:54 +0000 (Mon, 09 Dec 2013) Log Message: ----------- [GB.PCRE] * BUG: Use GB.ReturnVoidString() instead of GB.ReturnNull(). 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. |
From: <ga...@us...> - 2014-12-21 14:47:50
|
Revision: 6756 http://sourceforge.net/p/gambas/code/6756 Author: gambas Date: 2014-12-21 14:47:47 +0000 (Sun, 21 Dec 2014) Log Message: ----------- [GB.PCRE] * BUG: RegExp.Replace() now replaces once if the pattern starts with "^". 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. |
From: <ga...@us...> - 2017-04-29 18:42:43
|
Revision: 8131 http://sourceforge.net/p/gambas/code/8131 Author: gambas Date: 2017-04-29 18:42:41 +0000 (Sat, 29 Apr 2017) Log Message: ----------- [GB.PCRE] * NEW: RegExp.Greedy is a new constant that allows to remove the ungreedy default option of RegExp.Replace(). 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. |