[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / glib / pcre /
2014-06-28 Ryan Lortieall: remove use of 'register' keyword
2013-11-20 Dan WinshipRequire C90 compliance
2013-06-01 Ryan LortieRework the build system for a new tests approach
2013-01-18 Ryan LortieFix visibility for glib/ and gio/ submodules
2012-07-07 Christian Perschregex: Import PCRE 8.31
2012-07-02 Christian Perschregex: Fix unicode othercasing
2012-06-23 Christian Perschregex: Fix unicode othercasing
2012-04-02 Matthias ClasenDrop some unused PCRE sources
2012-03-05 Alexander LarssonMerge branch 'signal-performance'
2012-03-05 Matthias ClasenFix distcheck
2012-02-27 Christian Perschregex: unicode: Update to Unicode 6.1.0
2012-02-27 Christian Perschregex: Remove pcre_ucd.c
2012-02-27 Christian Perschregex: Use glib for unicode data
2012-02-27 Christian Perschregex: unicode: Update to Unicode 6.1.0
2012-02-27 Christian Perschregex: Use glib memory allocator
2012-02-27 Christian Perschregex: Use g_ascii_is[x]digit
2012-02-27 Christian Perschregex: Update included PCRE to 8.30
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-07-22 Ryan LortieRemove duplicate 'struct real_pcre' declaration
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-22 Matthias ClasenForgotten files
2011-01-21 Behdad EsfahbodUpdate to Unicode 6.0
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-08-23 Cody RussellAdd const to _pcre_ucp_othercase() definition in pcre_i...
2010-08-09 Matthias ClasenDon't compile some unused functions in gio/xdgmime/
2010-08-09 Matthias ClasenDon't compile an unused function
2010-08-08 Matthias ClasenDrop some unused code
2010-08-06 Ryan LortieReplace -I with $(glib_INCLUDES) and friends
2010-07-30 Matthias ClasenFix a warning
2010-07-30 Matthias ClasenRemove some unused pcre code
2010-07-08 Matthias ClasenComment out an unused function
2010-07-07 Ryan Lortieglib/: fully remove galias hacks
2010-06-26 Kristian RietveldAdd PCRE_EXP_DECL to pcre_callout declaration
2010-06-20 Matthias ClasenUpdate the include pcre to 8.02
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
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'
2009-05-01 Dan WinshipMisc warning fixes
2009-01-18 Matthias ClasenUpdate PCRE to 7.8
2008-12-31 Matthias ClasenFix some compiler warnings
2008-09-26 Dan Winshipmake this a "const gpointer" rather than a gconstpointe...
2008-07-06 Matthias ClasenSet a sane default recursion limit of 8192 instead...
2008-07-01 Matthias ClasenApply fix for CVE-2008-2371 to fix a heap-based buffer...
2008-06-11 Matthias ClasenFix make check
2008-05-27 Matthias ClasenRevert the patch for bug 527214 and related changes...
2008-05-27 Matthias ClasenPCRE 7.7
2008-03-11 Matthias ClasenUpdate to 7.6, for real
2008-02-06 Murray CummingFixed some minor typos in documentation.
2007-12-09 Hans Breuerremoved -GD to compile with msvc9 (vs2008) with less...
2007-11-21 21:06:47 Tim Janikinitialize automake variables EXTRA_DIST and TEST_PROGS...
2007-11-07 Matthias ClasenFix builddir != srcdir
2007-11-07 Tor LillqvistNot needed, just use -DPCRE_STATIC.
2007-11-07 Matthias Clasen2.14.3 GLIB_2_14_3
2007-11-07 Matthias ClasenUpdate the internal copy of PCRE to 7.4
2007-08-01 Tor LillqvistUpdate so it applies again.
2007-07-31 Matthias ClasenUpdate to PCRE 7.2
2007-03-21 Matthias ClasenFix #419900
2007-03-17 Hans Breuerdefine PCRE_STATIC to reflect the inclusion of pcre...
2007-03-15 Tor LillqvistAdd -I$(top_srcdir)/glib so that gregex.h finds <glib.h>.
2007-03-15 Marco BarisioneAdd GRegex for regular expression matching. (#50075)