summaryrefslogtreecommitdiff
path: root/glib/gregex.c
Commit message (Expand)AuthorAgeFilesLines
...
* gregex: improve documentation for g_regex_newwip/segeiger/gregexSebastian Geiger2016-01-241-2/+2
* regex: if PCRE is 8.34 or later, disable auto-possessification for DFASimon McVittie2015-06-091-33/+95
* docs: let go of *Matthias Clasen2014-02-141-4/+4
* Docs: Drop entities, switch away from sgml modeMatthias Clasen2014-02-091-12/+13
* Eradicate links and xrefsMatthias Clasen2014-02-081-1/+1
* Convert external links to markdown syntaxMatthias Clasen2014-02-051-4/+5
* Annotate all examples with their languageMatthias Clasen2014-02-011-3/+3
* docs: Stop using the function tagMatthias Clasen2014-02-011-1/+1
* Docs: Big entity cleanupMatthias Clasen2014-02-011-7/+7
* gregex: Convert docs to markdownMatthias Clasen2014-02-011-27/+6
* GRegex: add g_regex_get_max_lookbehind()Sébastien Wilmet2013-07-231-0/+23
* GRegex: update documentation for partial matchingSébastien Wilmet2013-07-201-12/+4
* glib: don't quote quark names for G_DEFINE_QUARKCosimo Cecchi2012-08-281-1/+1
* Use G_DEFINE_QUARK for GLib's own quarksMatthias Clasen2012-08-281-10/+1
* Miscellaneous string fixesMatthias Clasen2012-08-161-1/+1
* Fix doc buildMatthias Clasen2012-07-131-1/+1
* GRegex, GConvert: Add some missing annotations.Krzesimir Nowak2012-07-121-6/+9
* regex: Add new GRegexError code from PCRE 8.31Christian Persch2012-07-071-0/+3
* Fixed a a «big bug» in a string ;-)Daniel Mustieles2012-07-021-1/+1
* regex: Add FIRSTLINE compile flagChristian Persch2012-07-021-0/+2
* regex: Add NOTEMPTY_ATSTART match optionChristian Persch2012-07-021-15/+17
* regex: Add PARTIAL_HARD match optionChristian Persch2012-07-021-4/+17
* regex: Add JavaScript compat modeChristian Persch2012-07-021-20/+32
* regex: Don't leak internal PCRE optionsChristian Persch2012-07-021-8/+28
* regex: Add BSR_ANYCRLF and BSR_ANY match optionsChristian Persch2012-07-021-1/+5
* regex: Add BSR_ANYCRLF compile optionChristian Persch2012-07-021-1/+3
* regex: Fix newline definition for system PCREChristian Persch2012-07-021-0/+6
* regex: Don't return from inside a g_once_init_enter/leave blockChristian Persch2012-07-021-20/+16
* regex: Add accessor for PCRE_INFO_HASCRORLFChristian Persch2012-07-021-0/+21
* regex: Remove message for unused error codeChristian Persch2012-07-021-2/+0
* regex: Add NEWLINE_ANYCRLF match optionChristian Persch2012-07-021-18/+20
* regex: Add NEWLINE_ANYCRLF compile optionChristian Persch2012-07-021-1/+3
* regex: Assert that our flags values are the same as PCRE'sChristian Persch2012-07-021-0/+24
* regex: Handle PCRE_ERROR_RECURSIONLOOPChristian Persch2012-07-011-0/+2
* regex: Update GRegexError with newer PCRE error codesChristian Persch2012-07-011-48/+97
* regex: Deprecate an obsolete error codeChristian Persch2012-07-011-3/+0
* regex: Fix PCRE error code conversionChristian Persch2012-07-011-9/+9
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-1/+1
* glib/*: Use g_list_free_full()Javier Jardón2012-01-031-10/+5
* Fix warning/error C4013 (implicit declarations)Chun-wei Fan2011-09-251-0/+1
* GRegex: fix thread-unsafe initialiser codeRyan Lortie2011-09-091-3/+3
* Spelling fixesMatthias Clasen2011-08-291-8/+8
* add g_regex_escape_nulPaolo Bonzini2011-07-111-0/+68
* Typo fixChristian Persch2011-06-241-1/+1
* Make GMatchInfo refcountedChristian Persch2011-06-241-5/+44
* Cosmetic changesMatthias Clasen2011-05-231-1/+1
* GMatchInfo: improve struct packingMatthias Clasen2011-04-121-1/+1
* Update the included copy of PCREMatthias Clasen2011-01-211-0/+16
* Fix header cleaup fallout when using system pcreRyan Lortie2010-09-181-0/+4
* Remove redundant header inclusionsMatthias Clasen2010-09-031-4/+4