summaryrefslogtreecommitdiff
path: root/glib/gregex.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a doc format issueMatthias Clasen2010-08-161-1/+1
* Fix doc format errorsMatthias Clasen2010-08-131-1/+1
* Move GRegex docs inlineMatthias Clasen2010-08-081-0/+60
* Whitespace cleanupMatthias Clasen2010-08-081-534/+533
* Minor cleanupMatthias Clasen2010-08-081-5/+0
* Add introspection annotations in gregex.cMatthias Clasen2010-08-081-94/+98
* Trivial typo fixMatthias Clasen2010-08-081-1/+1
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Add API to get the compile and match flags from a GRegexChristian Persch2010-05-011-0/+36
* Fix a lot of clang complaintsMatthias Clasen2009-09-181-5/+1
* Regex leak on error pathPaolo Borelli2009-04-031-0/+2
* Correct the grammar in some property documentation.Murray Cumming2009-02-061-4/+4
* Improve docsMatthias Clasen2009-01-111-2/+2
* Docs improvementMatthias Clasen2009-01-111-0/+12
* Add docsMatthias Clasen2009-01-031-0/+39
* Improve docsMatthias Clasen2008-11-291-8/+8
* Fix gcc warningsMatthias Clasen2008-10-101-3/+3
* Use g_set_error_literal where appropriate. Patch from bug #535947.Christian Persch2008-06-161-2/+2
* Avoid some useless casts from const gchar * to gchar *. (#516597, patch byMarco Barisione2008-02-171-4/+4
* Don't return duplicate matches when matching empty strings. (#515944) AddMarco Barisione2008-02-171-0/+28
* Add a translator comment (#503051, Pedro de Medeiros)Matthias Clasen2008-01-071-0/+3
* Give exmples in error message unsupported case-changing escapeMathias Hasselmann2007-12-131-2/+6
* Add new error codes for when compilation fails and make compilation errorMarco Barisione2007-12-031-5/+196
* Require gtk-doc 1.8.Matthias Clasen2007-11-251-4/+4
* Pass an unsigned long instead of an int to pcre_fullinfo() to avoidMarco Barisione2007-11-191-1/+3
* When the compilation of a pattern fails in the error message use theMarco Barisione2007-11-191-5/+10
* Fix warnings from sparse. (#487491, Kjartan Maraas)Behdad Esfahbod2007-10-211-2/+2
* change the type of ref_count from guint to gint, so we can remove someMarco Barisione2007-09-101-3/+3
* use pcre_get_stringnumber() in get_matched_substring_number() ifMarco Barisione2007-09-101-14/+15
* define PCRE_ERROR_NULLWSLIMIT if it's not defined by PCRE, has PCRE 7.3Marco Barisione2007-09-101-0/+5
* Fix header inclusion. (#473879, Peter Kjellerstedt)Behdad Esfahbod2007-09-051-5/+5
* Fix typosBehdad Esfahbod2007-08-201-1/+1
* Revert the J handling changeMatthias Clasen2007-08-041-13/+13
* Fix a C99ismMatthias Clasen2007-08-031-1/+3
* Handle J changes in the pattern correctly. (#444765, Yevgen Muntyan)Matthias Clasen2007-08-031-13/+13
* remove debug spewMatthias Clasen2007-07-311-7/+0
* Documentation cleanupsMatthias Clasen2007-07-221-218/+239
* Added GRegex boxed type. (#445065, Carlos Garnacho)Cody Russell2007-06-151-2/+2
* Replaced & by &amp; in <programlisting> to make gtk-doc happy.Sebastian Wilhelmi2007-06-151-3/+3
* fixed g_regex_fetch_named* for cases when (?J) is used inside a patternYevgen Muntyan2007-06-031-1/+13
* New functions: g_regex_ref(), g_regex_unref() which replacesYevgen Muntyan2007-06-031-54/+186
* Fix g_regex_fetch_named() and g_regex_fetch_named_pos() whenMarco Barisione2007-05-291-5/+41
* Made more clear that the string passed to the match functions cannot beMarco Barisione2007-05-021-8/+8
* Add g_regex_get_max_backref() and g_regex_get_capture_count(). (#419371,Matthias Clasen2007-04-301-0/+44
* Split GRegex into GRegex and GMatchInfo. (#419368, Marco Barisione)Matthias Clasen2007-04-301-1063/+850
* Cosmetic fixesMatthias Clasen2007-03-181-215/+210
* Add GRegex for regular expression matching. (#50075)Marco Barisione2007-03-151-0/+2448