glib/glib
Tim Janik 92dfa96114 make struct _GPatternSpec and GMatchType private. (g_pattern_equal): new
Fri Oct 12 18:24:02 2001  Tim Janik  <timj@gtk.org>

        * glib/gpattern.[hc]: make struct _GPatternSpec and GMatchType
        private.
        (g_pattern_equal): new function to return equality of two patterns
        (required because GPatternSpec is private now).
        (g_pattern_spec_new): fix bug wrg wildcard counting which produced
        incorrect pattern specs (discovered by Matthias Clasen).
        optimized code so we just keep one compiled pattern string now.
        correctly canonicalize patterns. reduce string walks, optimize
        decision about MATCH_ALL vs. MATCH_ALL_TAIL.
        (g_pattern_match_string): call just g_pattern_match() with NULL
        reversed string.
        (g_pattern_match): allow NULL reversed strings now, reverse_dup
        strings on demand.

        * tests/patterntest.c (test_compilation): added an extended testcase
        for pattern matching from Matthias Clasen <matthiasc@poet.de>.

Sat Oct 13 06:58:23 2001  Tim Janik  <timj@gtk.org>

        * glib/tmpl/patterns.sgml: amended documentation.
2001-10-13 05:54:10 +00:00
..
libcharset add config.charset 2001-10-04 19:33:01 +00:00
.cvsignore Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
galloca.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
garray.c Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane. 2001-06-23 13:55:09 +00:00
garray.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gasyncqueue.c Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane. 2001-06-23 13:55:09 +00:00
gasyncqueue.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gbacktrace.c Cygwin support contributed by Stefan Ondrejicka <ondrej@idata.sk>. 2001-03-09 21:18:33 +00:00
gbacktrace.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gbsearcharray.c removed archaic gpointer derived_data; relict and added a GData member 2001-03-18 04:44:38 +00:00
gbsearcharray.h remove left-over usages of an anonymous GBoxed typedef. 2001-06-19 12:13:22 +00:00
gcache.c Patch from Darin Adler to remove GReal* structures in favor of simple 2001-09-19 18:08:19 +00:00
gcache.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gcompletion.c Fix memory leak and dubious list manipulation. (Found by Ron Koerner, 2001-07-19 20:17:03 +00:00
gcompletion.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gconvert.c Convert G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI and 2001-10-01 20:40:05 +00:00
gconvert.h Convert G_CONVERT_ERROR_NOT_ABSOLUTE_FILE_URI and 2001-10-01 20:40:05 +00:00
gdataset.c make these safe against removal of the current element. 2001-05-11 18:05:16 +00:00
gdataset.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gdate.c Add length arguments to g_utf8_{strup,strdown,casefold,collate_key}. 2001-07-07 02:42:49 +00:00
gdate.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gen-unicode-tables.pl Patch from Andrew Taylor to make much of the unicode table data const so 2001-09-26 18:39:54 +00:00
gerror.c don't overwrite errors 2001-02-13 18:20:13 +00:00
gerror.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gfileutils.c add simple test for g_path_get_basename(). 2001-09-18 16:33:20 +00:00
gfileutils.h Add g_build_path(), g_build_filename(), to create separated paths, 2001-09-10 13:30:41 +00:00
ghash.c Patch from Josh Pritikin to fix reversed key and value destroy functions. 2001-08-23 15:24:35 +00:00
ghash.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
ghook.c Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane. 2001-06-23 13:55:09 +00:00
ghook.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
giochannel.c documentation update. add documentation. update docs. Remove references to 2001-10-02 23:09:51 +00:00
giochannel.h Modified Files: glib/ChangeLog glib/glib/giochannel.h 2001-09-10 23:59:33 +00:00
giounix.c Add closure_marshal/closure_callback fields to GSourceFuncs for use by 2001-09-03 22:12:51 +00:00
giowin32.c When the sublangid is SUBLANG_DEFAULT, return the locale of the language's 2001-09-27 22:07:00 +00:00
glib-object.h Move gbsearcharray.[ch] to glib as a private ininstalled header. 2001-09-08 18:23:04 +00:00
glib.def New function (DLL entry point) to tuck away actual DLL name. 2001-10-03 20:19:13 +00:00
glib.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
glib.rc.in Add variable for LT_CURRENT minus LT_AGE (the suffix used by libtool on 2001-09-17 00:41:39 +00:00
glibintl.h Optimize for size rather than speed by making _() always call 2001-01-17 04:31:20 +00:00
glist.c added g_list_insert_before(). 2001-07-02 05:02:13 +00:00
glist.h added g_list_insert_before(). 2001-07-02 05:02:13 +00:00
gmacros.h new macro. 2001-08-23 14:13:32 +00:00
gmain.c When the sublangid is SUBLANG_DEFAULT, return the locale of the language's 2001-09-27 22:07:00 +00:00
gmain.h Add closure_marshal/closure_callback fields to GSourceFuncs for use by 2001-09-03 22:12:51 +00:00
gmarkup.c Fix a typo. 2001-06-27 19:18:07 +00:00
gmarkup.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gmem.c glib/gmem.c (g_mem_is_system_malloc): Return !vtable_set. 2001-09-26 22:00:17 +00:00
gmem.h Rename g_mem_vtable_is_set() to g_mem_is_system_malloc(). 2001-09-21 00:34:12 +00:00
gmessages.c Remove G_HAVE_GINT64 conditionalization. 2001-10-11 03:06:49 +00:00
gmessages.h got rid of g_set_error_handler(), g_set_warning_handler(), 2001-09-10 18:03:31 +00:00
gnode.c Added --disable-mem-pools option. 2000-12-19 09:35:44 +00:00
gnode.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gpattern.c make struct _GPatternSpec and GMatchType private. (g_pattern_equal): new 2001-10-13 05:54:10 +00:00
gpattern.h make struct _GPatternSpec and GMatchType private. (g_pattern_equal): new 2001-10-13 05:54:10 +00:00
gprimes.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gprimes.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gqsort.c Fixes for compilation on Solaris (#59026, Frank Belew) 2001-09-18 22:28:32 +00:00
gqsort.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gquark.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gqueue.c documentation update. add documentation. update docs. Remove references to 2001-10-02 23:09:51 +00:00
gqueue.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
grand.c fix typo (#if->#ifdef) so it compiles again. 2001-09-27 22:22:02 +00:00
grand.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
grel.c Rename g_string_printfa() to g_string_append_printf(). (#61041, Havoc 2001-10-01 20:27:04 +00:00
grel.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gscanner.c make third argument a gboolean. (g_scanner_add_symbol, 2001-10-01 18:23:20 +00:00
gscanner.h make third argument a gboolean. (g_scanner_add_symbol, 2001-10-01 18:23:20 +00:00
gshell.c Added missing \ character. 2001-08-19 17:28:07 +00:00
gshell.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gslist.c added g_list_insert_before(). 2001-07-02 05:02:13 +00:00
gslist.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gspawn-win32-helper.c When the sublangid is SUBLANG_DEFAULT, return the locale of the language's 2001-09-27 22:07:00 +00:00
gspawn-win32.c glib/gconvert.c glib/gspawn-win32.c some minor documentation fixes. 2001-10-01 17:35:18 +00:00
gspawn.c glib/gconvert.c glib/gspawn-win32.c some minor documentation fixes. 2001-10-01 17:35:18 +00:00
gspawn.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gstrfuncs.c documentation update. add documentation. update docs. Remove references to 2001-10-02 23:09:51 +00:00
gstrfuncs.h cast the string size to gulong and use %lu for printing to avoid 64bit 2001-09-29 09:42:20 +00:00
gstring.c Rename g_string_printfa() to g_string_append_printf(). (#61041, Havoc 2001-10-01 20:27:04 +00:00
gstring.h let the compatibility definition point to the new name 2001-10-02 12:13:14 +00:00
gthread.c Add thread_equal function to allow for platform defined function to 2001-09-19 12:46:39 +00:00
gthread.h Add thread_equal function to allow for platform defined function to 2001-09-19 12:46:39 +00:00
gthreadpool.c Look for nanosleep function. 2001-06-07 13:46:14 +00:00
gthreadpool.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gtimer.c Patch from Darin Adler to remove GReal* structures in favor of simple 2001-09-19 18:08:19 +00:00
gtimer.h Move glib library into a subdirectory, make all GLib include files include 2001-06-26 16:01:21 +00:00
gtree.c Patch from Darin Adler to remove GReal* structures in favor of simple 2001-09-19 18:08:19 +00:00
gtree.h Use gboolean for return value of GTraverseFunc. 2001-09-25 23:15:53 +00:00
gtypes.h Remove G_HAVE_GINT64 conditionalization. 2001-10-11 03:06:49 +00:00
gunibreak.c glib/gutf8.c, glib/gunibreak.c, glib/gunicollate.c, 2001-09-24 21:28:57 +00:00
gunibreak.h Patch from Andrew Taylor to make much of the unicode table data const so 2001-09-26 18:39:54 +00:00
gunichartables.h Patch from Andrew Taylor to make much of the unicode table data const so 2001-09-26 18:39:54 +00:00
gunicode.h Replace some uses of isspace() with g_ascii_isspace(). 2001-09-02 17:14:23 +00:00
gunicollate.c glib/gutf8.c, glib/gunibreak.c, glib/gunicollate.c, 2001-09-24 21:28:57 +00:00
gunicomp.h Patch from Andrew Taylor to make much of the unicode table data const so 2001-09-26 18:39:54 +00:00
gunidecomp.c glib/gutf8.c, glib/gunibreak.c, glib/gunicollate.c, 2001-09-24 21:28:57 +00:00
gunidecomp.h Patch from Andrew Taylor to make much of the unicode table data const so 2001-09-26 18:39:54 +00:00
guniprop.c Patch from Andrew Taylor to make much of the unicode table data const so 2001-09-26 18:39:54 +00:00
gutf8.c Fixes for #58195, based on some ideas from Hidetosh Tajima. 2001-09-27 02:49:05 +00:00
gutils.c New function (DLL entry point) to tuck away actual DLL name. 2001-10-03 20:19:13 +00:00
gutils.h added new function g_nullify_pointer(). 2001-08-06 20:55:11 +00:00
gwin32.c Documentation update. 2001-10-04 22:23:03 +00:00
gwin32.h glib/gwin32.c glib/gwin32.h Remove own implementation of dirent functions. 2001-09-29 23:19:24 +00:00
Makefile.am Fixes for #58195, based on some ideas from Hidetosh Tajima. 2001-09-27 02:49:05 +00:00
makefile.mingw.in When the sublangid is SUBLANG_DEFAULT, return the locale of the language's 2001-09-27 22:07:00 +00:00
makefile.msc.in When the sublangid is SUBLANG_DEFAULT, return the locale of the language's 2001-09-27 22:07:00 +00:00