forked from GNOME/glib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add GRegex for regular expression matching. (#50075)
2007-03-15 Marco Barisione <[email protected]> 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
- Loading branch information
Showing
54 changed files
with
26,185 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
2007-03-15 Marco Barisione <[email protected]> | ||
|
||
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. | ||
|
||
2007-03-15 Chris Wilson <[email protected]> | ||
|
||
* glib/gmain.c (g_main_dispatch): Replace a | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
2007-03-15 Marco Barisione <[email protected]> | ||
|
||
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 <[email protected]> | ||
|
||
* gobject/tmpl/gparamspec.sgml: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.