glib/glib
Tor Lillqvist 71e0f93747 Add test for g_path_skip_root().
2001-01-05  Tor Lillqvist  <tml@iki.fi>

	* testglib.c (main): Add test for g_path_skip_root().

	* gutils.c (g_path_skip_root): Fix bugs in code I just added ;-)
2001-01-05 20:19:37 +00:00
..
galloca.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
garray.c Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, I 2000-12-19 15:40:30 +00:00
garray.h Use parentheses around an argument to make these cause an error if you 2001-01-02 20:52:05 +00:00
gasyncqueue.c Added documentation for asynchronous queues. 2000-11-02 14:54:52 +00:00
gasyncqueue.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gbacktrace.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gbacktrace.h Some more debugging output. (g_io_channel_win32_poll): Remove unused vars. 2000-10-16 18:54:29 +00:00
gbsearcharray.c got rid of outdated dmalloc support. provide g_try_malloc() and 2000-12-29 02:16:51 +00:00
gbsearcharray.h Don't use implicit casts from void * since this will get included from C++ 2000-10-25 23:39:32 +00:00
gcache.c Introduced new function type GEqualFunc to return TRUE for equal params. 2000-10-30 14:34:52 +00:00
gcache.h Introduced new function type GEqualFunc to return TRUE for equal params. 2000-10-30 14:34:52 +00:00
gcompletion.c Fix warnings. 2000-11-28 23:44:21 +00:00
gcompletion.h Warn if no callback. Call callback correctly. (g_io_win32_create_watch): 2000-12-14 21:02:20 +00:00
gconvert.c make static 2000-12-13 23:54:51 +00:00
gconvert.h Up version to 1.3.2 2000-11-13 19:01:28 +00:00
gdataset.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gdataset.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gdate.c New gcompat.h header file as recommended by Havoc. 2000-12-24 12:11:06 +00:00
gdate.h New gcompat.h header file as recommended by Havoc. 2000-12-24 12:11:06 +00:00
gen-unicode-tables.pl s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/ 2000-11-29 23:38:24 +00:00
gerror.c Free the src error if the dest location is NULL - I'm pretty sure that's 2000-11-05 17:02:37 +00:00
gerror.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gfileutils.c Look also for (illegal) forward slashes in the template. 2001-01-05 19:30:13 +00:00
gfileutils.h template is a reserved word in C++ s/template/tmpl/. 2000-11-12 20:38:19 +00:00
ghash.c Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, I 2000-12-19 15:40:30 +00:00
ghash.h return whether a value got removed. 2000-12-13 00:44:18 +00:00
ghook.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
ghook.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
giochannel.c Remove pollfds from the context here, not when actually freeing the 2000-12-10 16:02:48 +00:00
giochannel.h Major change in API for creating sources to handle multiple main loops 2000-12-05 20:45:33 +00:00
giounix.c Major change in API for creating sources to handle multiple main loops 2000-12-05 20:45:33 +00:00
giowin32.c Warn if no callback. Call callback correctly. (g_io_win32_create_watch): 2000-12-14 21:02:20 +00:00
glib-object.h Add gtypemodule.h 2000-11-11 00:04:33 +00:00
glib.def Look also for (illegal) forward slashes in the template. 2001-01-05 19:30:13 +00:00
glib.h New gcompat.h header file as recommended by Havoc. 2000-12-24 12:11:06 +00:00
glist.c Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, I 2000-12-19 15:40:30 +00:00
glist.h Patch from David Benson <daveb@idealab.com> to add user_data support to 2000-11-20 23:59:32 +00:00
gmacros.h Provide G_CONST_RETURN which is 'const' by default, and nothing when 2000-12-01 05:42:51 +00:00
gmain.c Switch GMainLoop to be ref/unref, use to make dropping reference to 2001-01-03 20:18:40 +00:00
gmain.h Switch GMainLoop to be ref/unref, use to make dropping reference to 2001-01-03 20:18:40 +00:00
gmarkup.c touchups. 2000-11-29 16:25:36 +00:00
gmarkup.h rename G_MARKUP_FOO to G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG 2000-11-05 18:38:08 +00:00
gmem.c got rid of outdated dmalloc support. provide g_try_malloc() and 2000-12-29 02:16:51 +00:00
gmem.h got rid of outdated dmalloc support. provide g_try_malloc() and 2000-12-29 02:16:51 +00:00
gmessages.c Use a MessageBox for fatal messages. Collect eror message into a buffer, 2000-12-25 22:07:01 +00:00
gmessages.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gnode.c Added --disable-mem-pools option. 2000-12-19 09:35:44 +00:00
gnode.h Readded GFreeFunc, g_node_insert_after and g_find_program_in_path resp., 2000-10-13 08:16:54 +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 Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gqsort.c Patch from David Benson <daveb@idealab.com> to add user_data support to 2000-11-20 23:59:32 +00:00
gqsort.h Patch from David Benson <daveb@idealab.com> to add user_data support to 2000-11-20 23:59:32 +00:00
gquark.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gqueue.c Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, I 2000-12-19 15:40:30 +00:00
gqueue.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
grand.c Updated G_RAND_DOUBLE_TRANSFORM to be more accurate. Redid g_rand_double() 2000-12-19 15:57:53 +00:00
grand.h Updated G_RAND_DOUBLE_TRANSFORM to be more accurate. Redid g_rand_double() 2000-12-19 15:57:53 +00:00
grel.c Introduced new function type GEqualFunc to return TRUE for equal params. 2000-10-30 14:34:52 +00:00
grel.h Introduced new function type GEqualFunc to return TRUE for equal params. 2000-10-30 14:34:52 +00:00
gscanner.c got rid of outdated dmalloc support. provide g_try_malloc() and 2000-12-29 02:16:51 +00:00
gscanner.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gshell.c Add new files. 2000-10-09 16:24:57 +00:00
gshell.h Added 2000-11-05 16:38:16 +00:00
gslist.c Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, I 2000-12-19 15:40:30 +00:00
gslist.h Patch from David Benson <daveb@idealab.com> to add user_data support to 2000-11-20 23:59:32 +00:00
gspawn-win32-helper.c Patches by Hans Breuer: 2000-11-28 20:04:08 +00:00
gspawn-win32.c Patches by Hans Breuer: 2000-11-28 20:04:08 +00:00
gspawn.c Changed unportable __FUNCTION__ to the verbatim function name. 2000-11-02 12:31:10 +00:00
gspawn.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gstrfuncs.c add g_strdupv test 2000-12-07 04:48:37 +00:00
gstrfuncs.h add g_strdupv test 2000-12-07 04:48:37 +00:00
gstring.c New module to parse a simple markup language 2000-10-27 02:46:04 +00:00
gstring.h New module to parse a simple markup language 2000-10-27 02:46:04 +00:00
gthread.c Revamped errorcheck mutexes and added errorcheck cond_wait() and 2000-11-28 12:56:57 +00:00
gthread.h Major change in API for creating sources to handle multiple main loops 2000-12-05 20:45:33 +00:00
gthreadpool.c Add a surrogate for thread priorities using PID niceness for systems with 2000-11-21 15:27:44 +00:00
gthreadpool.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gtimer.c s/G_MICROSEC/G_USEC_PER_SEC/ 2000-09-06 13:56:17 +00:00
gtimer.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gtree.c Ok, I'm a moron. When I originally implemented ENABLE_GC_FRIENDLY, I 2000-12-19 15:40:30 +00:00
gtree.h Patch from David Benson <daveb@idealab.com> to add user_data support to 2000-11-20 23:59:32 +00:00
gtypes.h Major change in API for creating sources to handle multiple main loops 2000-12-05 20:45:33 +00:00
gunibreak.c Forgot gunibreak.c, mistake in ChangeLog 2000-11-29 23:49:44 +00:00
gunibreak.h s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/ 2000-11-29 23:38:24 +00:00
gunichartables.h s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/ 2000-11-29 23:38:24 +00:00
gunicode.h Use GetACP to get the current ANSI codepage. 2000-12-17 18:43:57 +00:00
gunidecomp.c s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/ 2000-11-29 23:38:24 +00:00
gunidecomp.h s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/ 2000-11-29 23:38:24 +00:00
guniprop.c Fix warnings. 2000-11-28 23:44:21 +00:00
gutf8.c Use GetACP to get the current ANSI codepage. 2000-12-17 18:43:57 +00:00
gutils.c Add test for g_path_skip_root(). 2001-01-05 20:19:37 +00:00
gutils.h gutils.c gutils.h gfileutils.c Actually, g_mkstemp() is better suited in 2000-10-30 22:06:22 +00:00
gwin32.c Some more debugging output. (g_io_channel_win32_poll): Remove unused vars. 2000-10-16 18:54:29 +00:00
gwin32.h Make #endif comment match #ifdef. 2000-11-14 21:40:28 +00:00
Makefile.am remove glib-config-2.0 2001-01-04 17:47:00 +00:00
makefile.mingw.in Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. 2000-12-29 19:25:40 +00:00
makefile.msc.in Add GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. 2000-12-29 19:25:40 +00:00