summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-45
-rw-r--r--ChangeLog.pre-2-65
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--gtk/fnmatch.c2
6 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 2418358e96..4b9fcaec27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-01 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
+ a main() in the library is obviously bad.
+
2002-12-27 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 2418358e96..4b9fcaec27 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+2003-01-01 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
+ a main() in the library is obviously bad.
+
2002-12-27 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 2418358e96..4b9fcaec27 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,8 @@
+2003-01-01 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
+ a main() in the library is obviously bad.
+
2002-12-27 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 2418358e96..4b9fcaec27 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,8 @@
+2003-01-01 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
+ a main() in the library is obviously bad.
+
2002-12-27 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 2418358e96..4b9fcaec27 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,8 @@
+2003-01-01 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/fnmatch.c (FNMATCH_TEST_CASES): #undef, since having
+ a main() in the library is obviously bad.
+
2002-12-27 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextview.c (gtk_text_view_drag_data_received): Place the
diff --git a/gtk/fnmatch.c b/gtk/fnmatch.c
index e6ccb4073d..6a677d8041 100644
--- a/gtk/fnmatch.c
+++ b/gtk/fnmatch.c
@@ -256,7 +256,7 @@ _gtk_fnmatch (const char *pattern,
return gtk_fnmatch_intern (pattern, string, TRUE);
}
-#define FNMATCH_TEST_CASES
+#undef FNMATCH_TEST_CASES
#ifdef FNMATCH_TEST_CASES
#define TEST(pat, str, result) \