summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-10-30 21:55:21 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-10-30 21:55:21 +0000
commit6acee58bdfc7e90ff8be4130b3eb3aaa319cfd3b (patch)
tree912feaf2b3e8a1fb61c52561f5f938f480610f0d /ChangeLog.pre-2-10
parent3de6638d23b43da5a8d3ee50993c95b0a8e94fa9 (diff)
downloadglib-6acee58bdfc7e90ff8be4130b3eb3aaa319cfd3b.tar.gz
Check for mkstemp.
2000-10-30 Tor Lillqvist <tml@iki.fi> * configure.in: Check for mkstemp. * gutils.c (g_mkstemp): New function. If HAVE_MKSTEMP, just call it, otherwise use code lifted from glibc. * gutils.h: Declare it. * glib.def: Here, too.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1011
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 7fedca6dc..23d4930d7 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,14 @@
+2000-10-30 Tor Lillqvist <tml@iki.fi>
+
+ * configure.in: Check for mkstemp.
+
+ * gutils.c (g_mkstemp): New function. If HAVE_MKSTEMP, just call
+ it, otherwise use code lifted from glibc.
+
+ * gutils.h: Declare it.
+
+ * glib.def: Here, too.
+
2000-10-30 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gcache.h, gcache.c, ghash.h, ghash.c, grel.c, grel.h, gtypes.h: