Add GRegex for regular expression matching. (#50075)

2007-03-15  Marco Barisione <marco@barisione.org>

	Add GRegex for regular expression matching.  (#50075)

	* configure.in: Handle GRegex compilation.

	* glib/gregex.c:
	* glib/gregex.h: Code for GRegex.

	* glib/Makefile.am:
	* glib/makefile.msc.in: Updated makefiles.

	* glib/pcre/*: Internal copy of PCRE.

	* glib/update-pcre/*: Stuff to automatically update the internal PCRE
	to a newer version.

	* tests/regex-test.c:
	* tests/Makefile.am:
	* tests/makefile.msc.in: Add tests for GRegex.

svn path=/trunk/; revision=5408
This commit is contained in:
Marco Barisione
2007-03-15 13:01:31 +00:00
committed by Marco Barisione
parent af8671792d
commit 0196d63975
54 changed files with 26185 additions and 11 deletions

View File

@@ -1,3 +1,17 @@
2007-03-15 Marco Barisione <marco@barisione.org>
Add GRegex for regular expression matching. (#50075)
* glib/Makefile.am:
* glib/glib-docs.sgml:
* glib/glib-sections.txt:
* glib/tmpl/glib-unused.sgml:
* glib/regex-syntax.sgml:
* glib/tmpl/gregex-unused.sgml:
* glib/tmpl/gregex.sgml: Add GRegex.
* glib/building.sgml: Document build options for GRegex.
2007-03-14 Stefan Kost <ensonic@users.sf.net>
* gobject/tmpl/gparamspec.sgml: