New function, suggested by Havoc earlier this month. (g_mkstemp): Use only
authorTor Lillqvist <tml@iki.fi>
Fri, 10 Nov 2000 23:43:33 +0000 (23:43 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 10 Nov 2000 23:43:33 +0000 (23:43 +0000)
commit997215e7477075bfa05a9f21a639f3d8f74d2144
treef21ad3b01316d5347779becd6e077f236d582fb4
parentc46b9f34e4ac5f0b869fe6077973336d5e1cead8
New function, suggested by Havoc earlier this month. (g_mkstemp): Use only

2000-11-11  Tor Lillqvist  <tml@iki.fi>

* 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().
14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gfileutils.c
glib.def
glib/gfileutils.c
glib/glib.def
testglib.c
tests/testglib.c