summaryrefslogtreecommitdiff
path: root/glib/pcre
Commit message (Expand)AuthorAgeFilesLines
* Forgotten filesMatthias Clasen2011-01-2210-999/+2271
* Update to Unicode 6.0Behdad Esfahbod2011-01-211-1/+1
* Add const to _pcre_ucp_othercase() definition in pcre_internal.hCody Russell2010-08-231-1/+1
* Don't compile some unused functions in gio/xdgmime/Matthias Clasen2010-08-083-3/+7
* Don't compile an unused functionMatthias Clasen2010-08-081-1/+2
* Drop some unused codeMatthias Clasen2010-08-081-0/+3
* Replace -I with $(glib_INCLUDES) and friendsRyan Lortie2010-08-061-4/+1
* Fix a warningMatthias Clasen2010-07-302-6/+1
* Remove some unused pcre codeMatthias Clasen2010-07-305-422/+0
* Comment out an unused functionMatthias Clasen2010-07-081-2/+2
* glib/: fully remove galias hacksRyan Lortie2010-07-071-1/+0
* Add PCRE_EXP_DECL to pcre_callout declarationKristian Rietveld2010-06-261-1/+1
* Update the include pcre to 8.02Matthias Clasen2010-06-2018-1391/+4131
* Misc warning fixesDan Winship2009-05-012-0/+5
* Update PCRE to 7.8Matthias Clasen2009-01-1820-321/+407
* Fix some compiler warningsMatthias Clasen2008-12-311-1/+1
* make this a "const gpointer" rather than a gconstpointer to avoid warningsDan Winship2008-09-262-0/+5
* Set a sane default recursion limit of 8192 instead of 1000000. Patch byMatthias Clasen2008-07-061-1/+1
* Apply fix for CVE-2008-2371 to fix a heap-based buffer overflow.Matthias Clasen2008-07-011-1/+1
* Fix make checkMatthias Clasen2008-06-111-2/+2
* Revert the patch for bug 527214 and related changes. GTimerMatthias Clasen2008-05-271-0/+2
* PCRE 7.7Matthias Clasen2008-05-2710-310/+510
* Update to 7.6, for realMatthias Clasen2008-03-1122-146/+202
* Fixed some minor typos in documentation.Murray Cumming2008-02-061-1/+1
* removed -GD to compile with msvc9 (vs2008) with less complainsHans Breuer2007-12-091-6/+2
* initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional21:06:47 Tim Janik2007-11-211-1/+3
* Fix builddir != srcdirMatthias Clasen2007-11-071-0/+1
* Not needed, just use -DPCRE_STATIC.Tor Lillqvist2007-11-071-0/+1
* 2.14.3GLIB_2_14_3Matthias Clasen2007-11-071-0/+1
* Update the internal copy of PCRE to 7.4Matthias Clasen2007-11-0722-528/+1081
* Update so it applies again.Tor Lillqvist2007-08-011-0/+3
* Update to PCRE 7.2Matthias Clasen2007-07-3122-571/+1997
* Fix #419900Matthias Clasen2007-03-211-0/+1
* define PCRE_STATIC to reflect the inclusion of pcre as LIB, notHans Breuer2007-03-171-10/+10
* Add -I$(top_srcdir)/glib so that gregex.h finds <glib.h>.Tor Lillqvist2007-03-152-0/+4
* Add GRegex for regular expression matching. (#50075)Marco Barisione2007-03-1527-0/+16619