mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the
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)
This commit is contained in:
parent
852ed69e87
commit
d81ac5339f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,5 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include "glib.h"
|
||||
|
||||
|
@ -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>
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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;
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include <errno.h>
|
||||
#include <glib.h>
|
||||
#ifdef G_OS_UNIX
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include <stdio.h>
|
||||
#include <glib.h>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -16,6 +16,10 @@
|
||||
* 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"
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#define SIZE 100000
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
const gint32 first_numbers[] =
|
||||
|
@ -24,6 +24,7 @@
|
||||
* GLib at ftp://ftp.gtk.org/pub/gtk/.
|
||||
*/
|
||||
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include <glib.h>
|
||||
#include <locale.h>
|
||||
#include <string.h>
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#ifdef GLIB_COMPILATION
|
||||
#undef GLIB_COMPILATION
|
||||
#endif
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#ifdef GLIB_COMPILATION
|
||||
#undef GLIB_COMPILATION
|
||||
#endif
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
/* GMutex */
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
#define RUNS 100
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include <locale.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include <glib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -1,3 +1,6 @@
|
||||
#undef G_DISABLE_ASSERT
|
||||
#undef G_LOG_DOMAIN
|
||||
|
||||
#include <glib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user