glib/tests
Matthias Clasen 48deca6379 Trivial warning fix.
2004-04-22  Matthias Clasen  <mclasen@redhat.com>

	* tests/testglib.c (main): Trivial warning fix.
2004-04-22 20:58:37 +00:00
..
gobject Force shared library (DLL) only on Windows. (I don't think that is 2003-10-24 03:41:22 +00:00
markups New testcases. 2002-05-18 22:06:54 +00:00
.cvsignore .cvsignore updates 2004-02-26 17:20:29 +00:00
array-test.c New function to call a function for each element of a GPtrArray. (#114790) 2003-12-26 01:04:12 +00:00
atomic-test.c Make computation of "biggest_pointer" vaguely more portable. (#137498, 2004-03-19 16:13:37 +00:00
casefold.txt Update Unicode data to 4.0. (#107974) 2003-07-31 02:27:56 +00:00
casemap.txt Unicode 4.0 special casing. (#114681) 2003-09-10 16:55:36 +00:00
child-test.c Do not run the g_child_watch_* test multi-threaded, as that doesn't work 2004-03-09 00:12:36 +00:00
completion-test.c Add prototype for g_completion_complete_utf8(). 2004-02-05 01:58:47 +00:00
cxx-test.C Now that we check for a C++ compiler in configure.in anyway, I added a 2001-05-29 14:17:23 +00:00
date-test.c Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the 2002-07-04 15:19:30 +00:00
dirname-test.c Fix Win32 behaviour in some cases where a drive letter is present. For 2004-03-21 21:43:13 +00:00
env-test.c Remove critical log handler; we can't trigger g_return_if_fails() in our 2004-03-14 04:27:26 +00:00
file-test.c Weaken an g_assert() to a g_warning(), since apparently nothing in Posix 2004-02-05 00:17:28 +00:00
gen-casefold-txt.pl Update Unicode data to 4.0. (#107974) 2003-07-31 02:27:56 +00:00
gen-casemap-txt.pl Unicode 4.0 special casing. (#114681) 2003-09-10 16:55:36 +00:00
gio-test.c add -DG_DISABLED_DEPRECATED 2002-10-15 22:16:57 +00:00
hash-test.c applied patch from #131937 with slight renames. provides 2004-02-20 02:05:36 +00:00
iochannel-test-infile Modified Files: glib/ChangeLog glib/glib.def glib/glib/giochannel.c 2001-07-20 20:14:37 +00:00
iochannel-test.c use gsize instead of int where appropriate (64-bit cleanliness fix). 2002-10-15 22:39:16 +00:00
libmoduletestplugin_a.c Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the 2002-07-04 15:19:30 +00:00
libmoduletestplugin_b.c Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the 2002-07-04 15:19:30 +00:00
list-test.c Add missing const. (g_strsplit): Add g_return_val_if_fail for case of 2001-07-19 20:07:41 +00:00
mainloop-test.c add -DG_DISABLED_DEPRECATED 2002-10-15 22:16:57 +00:00
Makefile.am Update. 2004-03-06 07:37:46 +00:00
makefile.mingw.in Default to --disable-gtk-doc, to avoid Jade setup hassles. 2002-03-05 05:18:23 +00:00
makefile.msc.in Fix for MSVC build: Skip strtod-test, use correct glib libraries, with 2.0 2003-11-15 03:08:57 +00:00
markup-escape-test.c Add g_markup_printf_escaped(), g_markup_vprintf_escaped(). 2003-09-12 00:17:02 +00:00
markup-test.c Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the 2002-07-04 15:19:30 +00:00
module-test.c added convenience macros G_IMPLEMENT_INTERFACE() and G_DEFINE_TYPE() plus 2004-01-09 14:40:31 +00:00
node-test.c Implement G_LEVEL_ORDER correctly. 2001-11-26 19:08:46 +00:00
patterntest.c Add tests for the empty pattern. 2004-04-15 13:58:29 +00:00
printf-test.c Comment out a nonessential testcase which fails on HP-UX. (#136283, Jonas 2004-04-21 18:56:48 +00:00
qsort-test.c Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the 2002-07-04 15:19:30 +00:00
queue-test.c Add some tests for off-by-one errors. 2004-04-22 20:51:07 +00:00
rand-test.c Add the init_by_array functionality from the reference implementation of 2004-01-10 01:38:55 +00:00
relation-test.c Add missing const. (g_strsplit): Add g_return_val_if_fail for case of 2001-07-19 20:07:41 +00:00
run-markup-tests.sh New testcases. 2002-05-18 22:06:54 +00:00
shell-test.c 1.3.13 2002-01-29 20:23:48 +00:00
slist-test.c Add missing const. (g_strsplit): Add g_return_val_if_fail for case of 2001-07-19 20:07:41 +00:00
spawn-test-win32-gui.c Minor Cygwin fix. (#138405, Roger Leigh) 2004-03-31 02:13:52 +00:00
spawn-test.c glib/gspawn-win32.c Implement G_SPAWN_FILE_AND_ARGV_ZERO. (#136792, Bruce 2004-03-10 22:59:14 +00:00
strfunc-test.c New function, a cross between g_strsplit() and strtok(). (#88329, Soeren 2004-01-28 00:37:46 +00:00
string-test.c Handle the case where the to-be-inserted string is a substring of the 2003-11-05 16:24:44 +00:00
strtod-test.c Fix problems when a locale-specific decimal separator directly follows a 2004-04-22 15:51:16 +00:00
testgdate.c Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the 2002-07-04 15:19:30 +00:00
testgdateparser.c Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the 2002-07-04 15:19:30 +00:00
testglib.c Trivial warning fix. 2004-04-22 20:58:37 +00:00
thread-test.c Use GUINT_TO_POINTER for g_thread_create data. 2003-11-18 01:29:36 +00:00
threadpool-test.c Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the 2002-07-04 15:19:30 +00:00
timeloop-basic.c Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the 2002-07-04 15:19:30 +00:00
timeloop-closure.c Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the 2002-07-04 15:19:30 +00:00
timeloop.c Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the 2002-07-04 15:19:30 +00:00
tree-test.c add -DG_DISABLED_DEPRECATED 2002-10-15 22:16:57 +00:00
type-test.c Fix broken test for gsize formats. 2004-02-07 23:03:35 +00:00
unicode-caseconv.c Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the 2002-07-04 15:19:30 +00:00
unicode-collate.c add -DG_DISABLED_DEPRECATED 2002-10-15 22:16:57 +00:00
unicode-encoding.c Use UTF-16LE explicitly also on Cygwin. (#138423, Roger Leigh) 2004-03-31 02:19:10 +00:00
unicode-normalize.c Add hangul composition and decomposition to unicode normalization. 2003-12-04 19:47:52 +00:00
uri-test.c glib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decorating variable 2004-04-10 01:55:57 +00:00
utf8.txt Change instances of U+10ffff to U+10fffd, since that is the last valid 2003-07-31 16:48:54 +00:00