summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-11-11 13:46:15 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-11-11 13:46:15 +0000
commit4f76917c6a239dfcecfd87682799953e27681be9 (patch)
tree507d30d65c94e7c4f0effc441452419b7abb3b46 /ChangeLog.pre-2-2
parent40cfd305c27be0befc965564062bd874fb045926 (diff)
downloadglib-4f76917c6a239dfcecfd87682799953e27681be9.tar.gz
Improve chance to generate unique names with less effort a bit.
2000-11-11 Tor Lillqvist <tml@iki.fi> * gfileutils.c (g_mkstemp): Improve chance to generate unique names with less effort a bit. * gfileutils.h: Add g_file_open_tmp() declaration. * testglib.c: Include <io.h> on Win32. * makefile.mingw.in: Correct the way to invoke sub-makes. 2000-11-11 Tor Lillqvist <tml@iki.fi> * gtypemodule.c: Include stdlib.h for exit(). * makefile.{mingw,msc}.in (gobject_OBJECTS): Add gtypemodule. * gobject.def: Add new functions.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-211
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 9bbe5e261..8b8d15390 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,14 @@
+2000-11-11 Tor Lillqvist <tml@iki.fi>
+
+ * gfileutils.c (g_mkstemp): Improve chance to generate unique
+ names with less effort a bit.
+
+ * gfileutils.h: Add g_file_open_tmp() declaration.
+
+ * testglib.c: Include <io.h> on Win32.
+
+ * makefile.mingw.in: Correct the way to invoke sub-makes.
+
Sun Nov 5 13:20:54 2000 Owen Taylor <otaylor@redhat.com>
* glib-object.h: Add gtypemodule.h