summaryrefslogtreecommitdiff
path: root/glib/pcre
Commit message (Expand)AuthorAgeFilesLines
* build: Drop autotools supportPhilip Withnall2019-01-151-62/+0
* Remove HAVE_CONFIG_H defs and usesErnestas Kulik2018-02-2119-37/+0
* glib: Correct typos of ‘character’SilentFlame2017-10-061-1/+1
* meson: add -fvisibility=hidden explicitly to selected targetsTim-Philipp Müller2017-07-131-1/+1
* meson: Minor modernizationsPatrick Griffis2017-07-131-20/+20
* meson: Improve MSVC and MinGW support and fix dependencies everywhereNirbheek Chauhan2017-07-131-0/+50
* build: Drop nmake/MSC build system for GLibPhilip Withnall2017-07-102-33/+1
* regex test: Fix with --with-pcre=internalIain Lane2016-01-182-0/+96
* all: remove use of 'register' keywordRyan Lortie2014-06-286-59/+56
* Require C90 complianceDan Winship2013-11-201-0/+1
* Rework the build system for a new tests approachRyan Lortie2013-05-311-2/+2
* Fix visibility for glib/ and gio/ submodulesRyan Lortie2013-01-181-0/+1
* regex: Import PCRE 8.31Christian Persch2012-07-0711-1090/+2066
* regex: Fix unicode othercasingChristian Persch2012-07-021-2/+2
* regex: Fix unicode othercasingChristian Persch2012-06-231-10/+7
* Drop some unused PCRE sourcesMatthias Clasen2012-04-015-481/+0
* Fix distcheckMatthias Clasen2012-03-041-1/+3
* regex: unicode: Update to Unicode 6.1.0Christian Persch2012-02-271-138/+159
* regex: Remove pcre_ucd.cChristian Persch2012-02-261-3098/+0
* regex: Use glib for unicode dataChristian Persch2012-02-268-226/+239
* regex: unicode: Update to Unicode 6.1.0Christian Persch2012-02-262-2327/+2452
* regex: Use glib memory allocatorChristian Persch2012-02-261-4/+6
* regex: Use g_ascii_is[x]digitChristian Persch2012-02-261-10/+12
* regex: Update included PCRE to 8.30Christian Persch2012-02-2628-3875/+17981
* Remove duplicate 'struct real_pcre' declarationRyan Lortie2011-07-221-2/+1
* 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