Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Thu, 4 Jul 2002 15:19:30 +0000 (15:19 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 4 Jul 2002 15:19:30 +0000 (15:19 +0000)
2002-07-04  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN
throughout the files, which didn't already have them. (#87312)

32 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
tests/date-test.c
tests/gio-test.c
tests/iochannel-test.c
tests/libmoduletestplugin_a.c
tests/libmoduletestplugin_b.c
tests/mainloop-test.c
tests/markup-test.c
tests/module-test.c
tests/patterntest.c
tests/qsort-test.c
tests/queue-test.c
tests/rand-test.c
tests/strfunc-test.c
tests/strtod-test.c
tests/testgdate.c
tests/testgdateparser.c
tests/thread-test.c
tests/threadpool-test.c
tests/timeloop-basic.c
tests/timeloop-closure.c
tests/timeloop.c
tests/unicode-caseconv.c
tests/unicode-collate.c
tests/unicode-encoding.c
tests/unicode-normalize.c

index 5b4a21d..f1d12fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-07-04  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN
+       throughout the files, which didn't already have them. (#87312)
+
 2002-07-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
         * configure.in: Made the thread flags determination tests first
index 5b4a21d..f1d12fd 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-04  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN
+       throughout the files, which didn't already have them. (#87312)
+
 2002-07-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
         * configure.in: Made the thread flags determination tests first
index 5b4a21d..f1d12fd 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-04  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN
+       throughout the files, which didn't already have them. (#87312)
+
 2002-07-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
         * configure.in: Made the thread flags determination tests first
index 5b4a21d..f1d12fd 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-04  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN
+       throughout the files, which didn't already have them. (#87312)
+
 2002-07-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
         * configure.in: Made the thread flags determination tests first
index 5b4a21d..f1d12fd 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-04  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN
+       throughout the files, which didn't already have them. (#87312)
+
 2002-07-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
         * configure.in: Made the thread flags determination tests first
index 5b4a21d..f1d12fd 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-04  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN
+       throughout the files, which didn't already have them. (#87312)
+
 2002-07-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
         * configure.in: Made the thread flags determination tests first
index 5b4a21d..f1d12fd 100644 (file)
@@ -1,3 +1,8 @@
+2002-07-04  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN
+       throughout the files, which didn't already have them. (#87312)
+
 2002-07-03  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
         * configure.in: Made the thread flags determination tests first
index ba405ea..d6e1d72 100644 (file)
@@ -1,3 +1,5 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
 
 #include "glib.h"
 
index ccbae3f..a14d09c 100644 (file)
@@ -21,6 +21,9 @@
  * Just run it. Optional parameter is number of sub-processes.
  */
 
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include "config.h"
 
 #include <glib.h>
index f9119a8..9c02150 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
index 3049d37..5d9f5c0 100644 (file)
@@ -24,6 +24,9 @@
  * GLib at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include       <gmodule.h>
 #include       <stdlib.h>
 
index a9df3dd..26e065d 100644 (file)
@@ -24,6 +24,9 @@
  * GLib at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include        <gmodule.h>
 
 G_MODULE_EXPORT gchar* gplugin_b_state;
index 52cd684..ad81842 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <errno.h>
 #include <glib.h>
 #ifdef G_OS_UNIX
index c174066..af19a5e 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <stdio.h>
 #include <glib.h>
 
index ba013b4..7d9149e 100644 (file)
@@ -24,6 +24,9 @@
  * GLib at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <gmodule.h>
 #include <string.h>
 
index f1bc0fc..dc5ad2b 100644 (file)
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
  */
+
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <string.h>
 
 #include "glib.h"
index 9a1bc33..2befa2e 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <glib.h>
 
 #define SIZE 100000
index a519e3d..101b75a 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
index d13735c..014c4da 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <glib.h>
 
 const gint32 first_numbers[] = 
index 73eb86a..cd20b9a 100644 (file)
@@ -24,6 +24,7 @@
  * GLib at ftp://ftp.gtk.org/pub/gtk/. 
  */
 
+#undef G_DISABLE_ASSERT
 #undef G_LOG_DOMAIN
 
 #include <stdio.h>
index bdb7017..180d926 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <glib.h>
 #include <locale.h>
 #include <string.h>
index 01365f3..ef4019e 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #ifdef GLIB_COMPILATION
 #undef GLIB_COMPILATION
 #endif
index c6be823..f0e284a 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #ifdef GLIB_COMPILATION
 #undef GLIB_COMPILATION
 #endif
index 8abace2..9a2e7b3 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <glib.h>
 
 /* GMutex */
index d5fa56e..4774840 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <glib.h>
 
 #define RUNS 100
index 6e8051f..56861f3 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <errno.h>
 #include <stdlib.h>
 #include <stdio.h>
index 798cb3a..176b810 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <errno.h>
 #include <stdlib.h>
 #include <unistd.h>
index 5517d6c..4f0a535 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <errno.h>
 #include <stdlib.h>
 #include <unistd.h>
index 65836e1..8b949d4 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <locale.h>
 #include <stdlib.h>
 #include <stdio.h>
index 8832d1f..7f73077 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <glib.h>
 #include <stdio.h>
 #include <stdlib.h>
index 5710e1f..37713b9 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
index 7021edd..6dec6b2 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <glib.h>
 #include <stdio.h>
 #include <stdlib.h>