summaryrefslogtreecommitdiff
path: root/glib/update-pcre
Commit message (Expand)AuthorAgeFilesLines
* build: Drop nmake/MSC build system for GLibPhilip Withnall2017-07-101-38/+0
* Rework the build system for a new tests approachRyan Lortie2013-05-311-1/+1
* regex: Import PCRE 8.31Christian Persch2012-07-071-34/+21
* regex: Use glib for unicode dataChristian Persch2012-02-261-13/+719
* regex: Remove obsolete patchChristian Persch2012-02-261-30/+0
* regex: Remove obsolete makefile fragmentsChristian Persch2012-02-263-40/+0
* regex: Use glib memory allocatorChristian Persch2012-02-261-80/+34
* regex: Remove obsolete patchChristian Persch2012-02-262-16/+1
* regex: Use g_ascii_is[x]digitChristian Persch2012-02-261-128/+89
* regex: Remove obsolete patchChristian Persch2012-02-262-131/+0
* regex: Remove obsolete patchesChristian Persch2012-02-262-326/+0
* Replace -I with $(glib_INCLUDES) and friendsRyan Lortie2010-08-061-3/+1
* glib/: fully remove galias hacksRyan Lortie2010-07-071-2/+1
* Misc warning fixesDan Winship2009-05-012-0/+5
* initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional21:06:47 Tim Janik2007-11-211-1/+3
* Not needed, just use -DPCRE_STATIC.Tor Lillqvist2007-11-074-23/+1
* Update so it applies again.Tor Lillqvist2007-08-011-8/+8
* Add forgotten filesMarco Barisione2007-03-174-4/+359
* define PCRE_STATIC to reflect the inclusion of pcre as LIB, notHans Breuer2007-03-171-9/+10
* Add -I$(top_srcdir)/glib so that gregex.h finds <glib.h>.Tor Lillqvist2007-03-154-0/+24
* Add GRegex for regular expression matching. (#50075)Marco Barisione2007-03-159-0/+705