glib/glib
Sebastian Wilhelmi 267b681370 Introduced new function type GEqualFunc to return TRUE for equal params.
2000-10-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* gcache.h, gcache.c, ghash.h, ghash.c, grel.c, grel.h, gtypes.h:
	Introduced new function type GEqualFunc to return TRUE for equal
	params. This is now used instead of GCompareFunc (which should
	work akin to strcmp) here. This kind of fixes Bug #14412. Note
	that technically GCompareFunc and GEqualFunc are still the same
	types, as gint == gboolean.

	* ghash.h, gutils.c: g_int_equal and g_direct_equal now return
	gboolean to be really become GEqualFunc.

	* gscanner.c, testglib.c, tests/hash-test.c: Some tiny changes to
	follow the above change.
2000-10-30 14:34:52 +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 Add a few missing G_GNUC_CONST's. 2000-09-25 21:28:14 +00:00
garray.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gasyncqueue.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +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 Fix gccisms (pointer arithmetic on void pointer, label without statement 2000-10-26 17:53:08 +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 applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gcompletion.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gconvert.c Change ERROR_OTHER to ERROR_FAILED, add some dummy marking with _(). 2000-10-19 15:21:04 +00:00
gconvert.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +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 Several minor ANSI C fixes. 2000-09-29 13:37:01 +00:00
gdate.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gerror.c docs 2000-09-06 23:30:21 +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 Pass -DGSPAWN_HELPER when building it. Link with user32.lib. 2000-10-19 17:52:12 +00:00
gfileutils.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
ghash.c Introduced new function type GEqualFunc to return TRUE for equal params. 2000-10-30 14:34:52 +00:00
ghash.h Introduced new function type GEqualFunc to return TRUE for equal params. 2000-10-30 14:34:52 +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 applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
giochannel.h Pass -DGSPAWN_HELPER when building it. Link with user32.lib. 2000-10-19 17:52:12 +00:00
giounix.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
giowin32.c Some more debugging output. (g_io_channel_win32_poll): Remove unused vars. 2000-10-16 18:54:29 +00:00
glib-object.h added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
glib.def Add gmarkup. 2000-10-27 20:43:42 +00:00
glib.h New module to parse a simple markup language 2000-10-27 02:46:04 +00:00
glist.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
glist.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gmacros.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gmain.c Several minor ANSI C fixes. 2000-09-29 13:37:01 +00:00
gmain.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gmarkup.c New module to parse a simple markup language 2000-10-27 02:46:04 +00:00
gmarkup.h New module to parse a simple markup language 2000-10-27 02:46:04 +00:00
gmem.c Add a few missing G_GNUC_CONST's. 2000-09-25 21:28:14 +00:00
gmem.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gmessages.c added newly added gobject/ headers. 2000-10-25 20:36:35 +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 function to keep symetry with g_node_insert_before. 2000-09-29 2000-09-29 23:13:02 +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
gquark.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gqueue.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +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 Added inline documentation. 2000-10-13 13:52:47 +00:00
grand.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +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 Introduced new function type GEqualFunc to return TRUE for equal params. 2000-10-30 14:34:52 +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 Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gslist.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gslist.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gspawn-win32.c Pass -DGSPAWN_HELPER when building it. Link with user32.lib. 2000-10-19 17:52:12 +00:00
gspawn.c Add new files. 2000-10-09 16:24:57 +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 When the string is ended by a delimiter, return an extra empty string just 2000-10-26 13:00:18 +00:00
gstrfuncs.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +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 Don't use a G_LOCK, as it isn't necessary. 2000-09-05 08:58:20 +00:00
gthread.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gthreadpool.c Several minor ANSI C fixes. 2000-09-29 13:37:01 +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 applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gtree.h Split glib.h into many header files mostly according to the resp. 2000-10-12 11:52:07 +00:00
gtypes.h Introduced new function type GEqualFunc to return TRUE for equal params. 2000-10-30 14:34:52 +00:00
gunichartables.h Initial pass at adding unicode support functions. A few things still need 2000-06-21 16:11:21 +00:00
gunicode.h Change ERROR_OTHER to ERROR_FAILED, add some dummy marking with _(). 2000-10-19 15:21:04 +00:00
gunidecomp.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:02:02 +00:00
gunidecomp.h Several minor ANSI C fixes. 2000-09-29 13:37:01 +00:00
guniprop.c Add new files. 2000-10-09 16:24:57 +00:00
gutf8.c Implement g_ucs4_to_utf8 which was in 2000-09-18 14:55:24 +00:00
gutils.c Introduced new function type GEqualFunc to return TRUE for equal params. 2000-10-30 14:34:52 +00:00
gutils.h Readded GFreeFunc, g_node_insert_after and g_find_program_in_path resp., 2000-10-13 08:16:54 +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 Pass -DGSPAWN_HELPER when building it. Link with user32.lib. 2000-10-19 17:52:12 +00:00
Makefile.am New module to parse a simple markup language 2000-10-27 02:46:04 +00:00
makefile.mingw.in Add gmarkup. 2000-10-27 20:43:42 +00:00
makefile.msc.in Add gmarkup. 2000-10-27 20:43:42 +00:00