Add GRegex for regular expression matching. (#50075)
[platform/upstream/glib.git] / tests / patterntest.c
2006-02-23 Kjartan MaraasPlug leaks reported by valgrind. Same. Same Same. Same...
2005-09-20 Tim Janikapplied significant recursion complexity optimization...
2005-09-19 Tim Janikapplied a patch from matthias which checks on the upper...
2004-04-15 Matthias ClasenAdd tests for the empty pattern.
2003-08-27 Matthias ClasenFix a C99ism. (#120821, Thomas Klausner)
2003-08-07 Matthias ClasenSpecify test strings in UTF-8, remove all charset conve...
2003-05-27 Matthias ClasenRemain silent when sucessful.
2002-12-06 Owen TaylorAvoid literal UTF-8. (Allow it to build with IRIX cc...
2002-07-04 Sebastian WilhelmiAdded #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN...
2002-06-11 Owen Taylortests/patterntest.c (test_compilation) A couple of...
2002-04-10 Matthias ClasenRemove manual UTF-8 -> Latin1 conversion for stuff...
2001-11-22 Owen TaylorVersion 11, interface, binary age 0.
2001-11-14 Matthias Clasenadd UTF-8 support.
2001-10-29 Daniel EggerFix non-Intel/-Alpha version of the G_BREAKPOINT macro...
2001-10-13 Tim Janikmake struct _GPatternSpec and GMatchType private. ...