From 997215e7477075bfa05a9f21a639f3d8f74d2144 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 10 Nov 2000 23:43:33 +0000 Subject: New function, suggested by Havoc earlier this month. (g_mkstemp): Use only 2000-11-11 Tor Lillqvist * gfileutils.c (g_file_open_tmp): New function, suggested by Havoc earlier this month. (g_mkstemp): Use only one case for letters in temp file name, as this will be used on systems with case-insensitive file systems. * testglib.c (main): Test g_mkstemp() and g_file_open_tmp(). --- ChangeLog.pre-2-8 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog.pre-2-8') diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 57964146d..acaf5bc5d 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,12 @@ +2000-11-11 Tor Lillqvist + + * gfileutils.c (g_file_open_tmp): New function, suggested by Havoc + earlier this month. + (g_mkstemp): Use only one case for letters in temp file name, as + this will be used on systems with case-insensitive file systems. + + * testglib.c (main): Test g_mkstemp() and g_file_open_tmp(). + 2000-11-09 Sebastian Wilhelmi * gthreadpool.c: Don't take other threads with other priorities -- cgit v1.2.1