summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-03-03 09:36:32 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-03-03 09:36:32 +0000
commitead3a8c0c9ab36e0a09304da270d82f607c156b6 (patch)
tree5ef413a80e4979cc743e392d89189a574b30b00c /ChangeLog.pre-2-10
parent49a9cef97131907cf3d396876724e7592af85bbf (diff)
downloadglib-ead3a8c0c9ab36e0a09304da270d82f607c156b6.tar.gz
Make the search for pthread_attr_... prototypes find names at the start of
2000-03-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in: Make the search for pthread_attr_... prototypes find names at the start of a line also, like it is on AIX. Thanks to Valdis Kletnieks <Valdis.Kletnieks@vt.edu> for the info.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-106
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index bbd5d847e..cbe73d84f 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,9 @@
+2000-03-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * configure.in: Make the search for pthread_attr_... prototypes
+ find names at the start of a line also, like it is on AIX. Thanks
+ to Valdis Kletnieks <Valdis.Kletnieks@vt.edu> for the info.
+
Wed Mar 1 10:39:39 2000 Tim Janik <timj@gtk.org>
* gslist.c (g_slist_reverse): minor optimization.