glib r5408 - in trunk: . docs/reference docs/reference/glib docs/reference/glib/tmpl glib glib/pcre glib/update-pcre tests
- From: mbari svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r5408 - in trunk: . docs/reference docs/reference/glib docs/reference/glib/tmpl glib glib/pcre glib/update-pcre tests
- Date: Thu, 15 Mar 2007 13:01:32 +0000 (GMT)
Author: mbari
Date: 2007-03-15 13:01:31 +0000 (Thu, 15 Mar 2007)
New Revision: 5408
ViewCVS link: http://svn.gnome.org/viewcvs/glib?rev=5408&view=rev
Added:
trunk/docs/reference/glib/regex-syntax.sgml
trunk/docs/reference/glib/tmpl/gregex.sgml
trunk/glib/gregex.c
trunk/glib/gregex.h
trunk/glib/pcre/
trunk/glib/pcre/COPYING
trunk/glib/pcre/Makefile.am
trunk/glib/pcre/makefile.msc
trunk/glib/pcre/pcre.h
trunk/glib/pcre/pcre_chartables.c
trunk/glib/pcre/pcre_compile.c
trunk/glib/pcre/pcre_config.c
trunk/glib/pcre/pcre_dfa_exec.c
trunk/glib/pcre/pcre_exec.c
trunk/glib/pcre/pcre_fullinfo.c
trunk/glib/pcre/pcre_get.c
trunk/glib/pcre/pcre_globals.c
trunk/glib/pcre/pcre_info.c
trunk/glib/pcre/pcre_internal.h
trunk/glib/pcre/pcre_maketables.c
trunk/glib/pcre/pcre_newline.c
trunk/glib/pcre/pcre_ord2utf8.c
trunk/glib/pcre/pcre_refcount.c
trunk/glib/pcre/pcre_study.c
trunk/glib/pcre/pcre_tables.c
trunk/glib/pcre/pcre_try_flipped.c
trunk/glib/pcre/pcre_ucp_searchfuncs.c
trunk/glib/pcre/pcre_valid_utf8.c
trunk/glib/pcre/pcre_version.c
trunk/glib/pcre/pcre_xclass.c
trunk/glib/pcre/ucp.h
trunk/glib/pcre/ucpinternal.h
trunk/glib/update-pcre/
trunk/glib/update-pcre/Makefile.am
trunk/glib/update-pcre/Makefile.am-1
trunk/glib/update-pcre/Makefile.am-2
trunk/glib/update-pcre/digitab.patch
trunk/glib/update-pcre/memory.patch
trunk/glib/update-pcre/pcre_ucp_searchfuncs.c
trunk/glib/update-pcre/pcre_valid_utf8.c
trunk/glib/update-pcre/ucp.patch
trunk/glib/update-pcre/update.sh
trunk/tests/regex-test.c
Modified:
trunk/ChangeLog
trunk/configure.in
trunk/docs/reference/ChangeLog
trunk/docs/reference/glib/Makefile.am
trunk/docs/reference/glib/building.sgml
trunk/docs/reference/glib/glib-docs.sgml
trunk/docs/reference/glib/glib-sections.txt
trunk/docs/reference/glib/tmpl/glib-unused.sgml
trunk/glib/Makefile.am
trunk/glib/glib.h
trunk/glib/glib.symbols
trunk/glib/makefile.msc.in
trunk/tests/Makefile.am
Log:
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]