mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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:
committed by
Marco Barisione
parent
af8671792d
commit
0196d63975
@@ -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:
|
||||
|
Reference in New Issue
Block a user