summaryrefslogtreecommitdiff
path: root/glib/gpattern.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gpattern: Adjust includes to match style rulesMarco Trevisan (Treviño)2021-04-271-2/+2
* gpattern: Move match and match_string functions into GPatternSpecMarco Trevisan (Treviño)2021-04-271-10/+71
* gpattern: Implement copy functionMarco Trevisan (Treviño)2021-04-271-0/+25
* docs: Fix "occurred" typos in API documentationBastien Nocera2019-11-211-1/+1
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* introspection: use (nullable) or (optional) instead of (allow-none)Christian Hergert2016-11-221-1/+1
* all: remove use of 'register' keywordRyan Lortie2014-06-281-2/+2
* Avoid another gtk-doc warningMatthias Clasen2014-02-011-1/+1
* docs: Stop using the function tagMatthias Clasen2014-02-011-3/+3
* Docs: Don't use the emphasis tagMatthias Clasen2014-01-311-10/+7
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Docs: don't use the structname tagMatthias Clasen2014-01-311-4/+3
* Use "Returns:" instead of the invalid "@returns" for annotating return values.Robert Ancell2012-11-011-5/+10
* Add missing allow-none annotations for function parameters.Robert Ancell2012-03-311-1/+1
* Correct gtk-doc SECTION: syntaxJohan Dahlin2011-02-011-1/+1
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* GPattern: move docs from tmpl to .cRyan Lortie2010-01-301-0/+103
* applied significant recursion complexity optimization, based on a patchTim Janik2005-09-201-6/+17
* applied a patch from matthias which checks on the upper bound ofTim Janik2005-09-191-3/+10
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Add tests for the empty pattern.Matthias Clasen2004-04-151-1/+2
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-1/+5
* New function to revert a utf8 string. Gone, replaced by g_utf8_strreverse.Matthias Clasen2002-07-261-37/+2
* Version 11, interface, binary age 0.Owen Taylor2001-11-221-1/+1
* add UTF-8 support.Matthias Clasen2001-11-141-68/+70
* make struct _GPatternSpec and GMatchType private. (g_pattern_equal): newTim Janik2001-10-131-115/+164
* updatedHans Breuer2001-04-131-0/+1
* added g_list_nth_prev() which walks ->prev instead of ->next.Tim Janik2001-04-031-0/+299