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 5b4a21dd8d5856568020020ff1a00d9e392b88f8..f1d12fd430937651642610f00d6f43c3b9672743 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 5b4a21dd8d5856568020020ff1a00d9e392b88f8..f1d12fd430937651642610f00d6f43c3b9672743 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 5b4a21dd8d5856568020020ff1a00d9e392b88f8..f1d12fd430937651642610f00d6f43c3b9672743 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 5b4a21dd8d5856568020020ff1a00d9e392b88f8..f1d12fd430937651642610f00d6f43c3b9672743 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 5b4a21dd8d5856568020020ff1a00d9e392b88f8..f1d12fd430937651642610f00d6f43c3b9672743 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 5b4a21dd8d5856568020020ff1a00d9e392b88f8..f1d12fd430937651642610f00d6f43c3b9672743 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 5b4a21dd8d5856568020020ff1a00d9e392b88f8..f1d12fd430937651642610f00d6f43c3b9672743 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 ba405ea94ca3f6c77584c2f513a68236d3ba1ebe..d6e1d72493407aa7626c44d5f5d803d720860eec 100644 (file)
@@ -1,3 +1,5 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
 
 #include "glib.h"
 
index ccbae3f564debae7d3ed2743511f8bc6da009cd4..a14d09c51da06fcb4a174618971bdffd2bee5730 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 f9119a8cedda2508b74311c1df44b4eb510b4130..9c0215060d162f2a7609dc921aa2fc5bea651ffa 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 3049d37edcdcb4c5110f6b5b1856c7a3e0d29a98..5d9f5c0f1b63bb01c195813fe82d89bc5f5c899d 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 a9df3dda8ea642718a1038581bf236445f13ed84..26e065d6cca4cf9cba2a011d2b57009b29c9cfef 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 52cd684584db76d9ff4364ba94011368fa979c36..ad818425c8f20f6b70b4bfff1f64bfbe5be0d7ca 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 c174066ecf80a567836fcd8e465367c3f401d1c4..af19a5ee3f9c85e184877b33036018be396dda46 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <stdio.h>
 #include <glib.h>
 
index ba013b426734acd49c554f10872610b4c4d521c9..7d9149e8b38d380fc4e81a62b01e245a70475262 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 f1bc0fce89a3dd3139bd7a3a28df33e3f5b3bd4d..dc5ad2bb66c4d8f7e2675af9083a118ba8a4156f 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 9a1bc330be4bc478f09e34c53ad0a88207517659..2befa2e5198c3890d705cd95b52cb847b726b1be 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <glib.h>
 
 #define SIZE 100000
index a519e3dc21a60a415954d078d280d160f3ce74ef..101b75af307bdc1d6086a6055c2534a83c03add3 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
 #endif
index d13735cb4e4b11ca232341691ff8619fb78a0b1a..014c4da47d629de94d4daac56156a0c23a843951 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <glib.h>
 
 const gint32 first_numbers[] = 
index 73eb86a8ab3866100e3938bda7a70eac83be835a..cd20b9a9d81992e47a439ff69f251a49148dd06a 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 bdb7017bc8e0d3c7f04f9905c1bd792a86cb663d..180d926a9ddda54a8fde9b6fac49fa1ba7d2062b 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <glib.h>
 #include <locale.h>
 #include <string.h>
index 01365f3f9b5446fcf4ec03a8e282503f9396177a..ef4019eab0181661be52d0c70d386e190b69c236 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #ifdef GLIB_COMPILATION
 #undef GLIB_COMPILATION
 #endif
index c6be8238b322d2821d0a4ba7e1ce5a6fa7fc5afa..f0e284a2b8b0e61cc4e15e82fb36dace3a3b0e81 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #ifdef GLIB_COMPILATION
 #undef GLIB_COMPILATION
 #endif
index 8abace2b4e8b4a6638671801eaf09c297fbce5b4..9a2e7b3b6155b4fe3266847f5196baa4668e5404 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <glib.h>
 
 /* GMutex */
index d5fa56e1ce0b9d26f06008c221e904575b6cbe0a..4774840083aebc903bbb99fb0837b8d2698fe036 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <glib.h>
 
 #define RUNS 100
index 6e8051f76561213dbf3e17f4b2a940c45088000b..56861f33e2a25a9655543c92dc02c65d5d9d6794 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <errno.h>
 #include <stdlib.h>
 #include <stdio.h>
index 798cb3a0a565a76798447d3728cb2a9f1ba02442..176b8109f25fa8402cbc2dfec55313ed0dd03dd8 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <errno.h>
 #include <stdlib.h>
 #include <unistd.h>
index 5517d6cfd58eb19d68d66b7004aebd7dce1129f8..4f0a5351d5e63747b284a1fad90efa990f46b389 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <errno.h>
 #include <stdlib.h>
 #include <unistd.h>
index 65836e142fd93989a408e2833c7e84be64419017..8b949d45a9f090cdee3dafdb04387252ec1195c5 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <locale.h>
 #include <stdlib.h>
 #include <stdio.h>
index 8832d1fbbe5065b9d1b75c85d603538567bd4af8..7f7307701221947a2a0e0045607af040ef98442b 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <glib.h>
 #include <stdio.h>
 #include <stdlib.h>
index 5710e1f1fe4c00d1bbbecc626cb4e5f3524e85dc..37713b94a92c3e0240779d4fbbdbc66620c44fa4 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
index 7021edd5098a94d9ed6ce93f11e428ddf6b0128d..6dec6b27c18e9be562c508518708d4ab8262e11c 100644 (file)
@@ -1,3 +1,6 @@
+#undef G_DISABLE_ASSERT
+#undef G_LOG_DOMAIN
+
 #include <glib.h>
 #include <stdio.h>
 #include <stdlib.h>