summaryrefslogtreecommitdiff
path: root/glib/gregex.h
Commit message (Expand)AuthorAgeFilesLines
* gregex: use G_REGEX_OPTIMIZE flag to enable JIT compilationAleksei Rybalkin2022-07-201-6/+8
* replace pcre1 with pcre2Aleksei Rybalkin2022-07-121-4/+7
* gregex: Add G_REGEX_DEFAULT, G_REGEX_MATCH_DEFAULTSimon McVittie2022-06-231-0/+4
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* docs: mark macros, flags, enums with percent signGabor Karsay2022-03-041-8/+8
* glib: Correct typos of ‘character’SilentFlame2017-10-061-3/+3
* License headers: replace current FSF address by a link to gnu.orgSébastien Wilmet2017-01-041-3/+2
* Fix documentation typosPhillip Wood2016-04-111-1/+1
* Minor documentation additions and correctionsMatthias Clasen2014-05-311-3/+10
* GRegex: add g_regex_get_max_lookbehind()Sébastien Wilmet2013-07-231-0/+2
* Improve documentationSébastien Wilmet2013-07-201-1/+1
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+40
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* Fix GRegex docsMatthias Clasen2012-09-231-4/+4
* regex: Add new GRegexError code from PCRE 8.31Christian Persch2012-07-071-2/+5
* regex: Add FIRSTLINE compile flagChristian Persch2012-07-021-1/+4
* regex: Add NOTEMPTY_ATSTART match optionChristian Persch2012-07-021-14/+18
* regex: Add PARTIAL_HARD match optionChristian Persch2012-07-021-1/+8
* regex: Add JavaScript compat modeChristian Persch2012-07-021-1/+7
* regex: Add BSR_ANYCRLF and BSR_ANY match optionsChristian Persch2012-07-021-1/+12
* regex: Add BSR_ANYCRLF compile optionChristian Persch2012-07-021-1/+6
* regex: Add accessor for PCRE_INFO_HASCRORLFChristian Persch2012-07-021-0/+1
* regex: Add NEWLINE_ANYCRLF match optionChristian Persch2012-07-021-12/+19
* regex: Add NEWLINE_ANYCRLF compile optionChristian Persch2012-07-021-7/+14
* regex: Update GRegexError with newer PCRE error codesChristian Persch2012-07-011-4/+36
* regex: Deprecate an obsolete error codeChristian Persch2012-07-011-1/+1
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Spelling fixesMatthias Clasen2011-08-291-1/+1
* add g_regex_escape_nulPaolo Bonzini2011-07-111-0/+2
* Make GMatchInfo refcountedChristian Persch2011-06-241-0/+2
* Move GRegex docs inlineMatthias Clasen2010-08-081-0/+225
* Add introspection annotations in gregex.cMatthias Clasen2010-08-081-2/+2
* Add API to get the compile and match flags from a GRegexChristian Persch2010-05-011-0/+3
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-1/+4
* Add new error codes for when compilation fails and make compilation errorMarco Barisione2007-12-031-1/+41
* New functions: g_regex_ref(), g_regex_unref() which replacesYevgen Muntyan2007-06-031-6/+11
* Add g_regex_get_max_backref() and g_regex_get_capture_count(). (#419371,Matthias Clasen2007-04-301-0/+2
* Split GRegex into GRegex and GMatchInfo. (#419368, Marco Barisione)Matthias Clasen2007-04-301-61/+56
* Remove trailing comma at end of enumerator list.Chris Wilson2007-04-271-1/+1
* define PCRE_STATIC to reflect the inclusion of pcre as LIB, notHans Breuer2007-03-171-1/+2
* Add GRegex for regular expression matching. (#50075)Marco Barisione2007-03-151-0/+197