cleanup
[platform/upstream/glib.git] / glib / gregex.h
2014-05-31 Matthias ClasenMinor documentation additions and corrections
2013-07-23 Sébastien WilmetGRegex: add g_regex_get_max_lookbehind()
2013-07-20 Sébastien WilmetImprove documentation
2013-01-13 Ryan Lortievarious: add GLIB_AVAILABLE_IN_ALL everywhere else
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-09-23 Matthias ClasenFix GRegex docs
2012-07-07 Christian Perschregex: Add new GRegexError code from PCRE 8.31
2012-07-02 Christian Perschregex: Add FIRSTLINE compile flag
2012-07-02 Christian Perschregex: Add NOTEMPTY_ATSTART match option
2012-07-02 Christian Perschregex: Add PARTIAL_HARD match option
2012-07-02 Christian Perschregex: Add JavaScript compat mode
2012-07-02 Christian Perschregex: Add BSR_ANYCRLF and BSR_ANY match options
2012-07-02 Christian Perschregex: Add BSR_ANYCRLF compile option
2012-07-02 Christian Perschregex: Add accessor for PCRE_INFO_HASCRORLF
2012-07-02 Christian Perschregex: Add NEWLINE_ANYCRLF match option
2012-07-02 Christian Perschregex: Add NEWLINE_ANYCRLF compile option
2012-07-01 Christian Perschregex: Update GRegexError with newer PCRE error codes
2012-07-01 Christian Perschregex: Deprecate an obsolete error code
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-10-12 Matthias ClasenMake single includes mandatory
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-08-29 Matthias ClasenSpelling fixes
2011-07-11 Paolo Bonziniadd g_regex_escape_nul
2011-06-23 Christian PerschMake GMatchInfo refcounted
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-08-09 Matthias ClasenMove GRegex docs inline
2010-08-09 Matthias ClasenAdd introspection annotations in gregex.c
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-05-01 Christian PerschAdd API to get the compile and match flags from a GRegex
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2008-05-05 Michael Natterer#define __GLIB_H_INSIDE__ around including everything.
2008-03-14 Michael Natterermake it possible to disable single-file includes by...
2007-12-03 Marco BarisioneAdd new error codes for when compilation fails and...
2007-06-03 Yevgen MuntyanNew functions: g_regex_ref(), g_regex_unref() which...
2007-04-30 Matthias ClasenAdd g_regex_get_max_backref() and g_regex_get_capture_c...
2007-04-30 Matthias ClasenSplit GRegex into GRegex and GMatchInfo. (#419368,...
2007-04-27 Chris WilsonRemove trailing comma at end of enumerator list.
2007-03-17 Hans Breuerdefine PCRE_STATIC to reflect the inclusion of pcre...
2007-03-15 Marco BarisioneAdd GRegex for regular expression matching. (#50075)