diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-06-16 15:12:32 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-06-16 15:12:32 +0000 |
commit | 6cc8a27894be8937ee7d52730a337f48c1d5b594 (patch) | |
tree | 5b0d9f07e55f2730d36d11741e3142f695de8405 /ChangeLog | |
parent | dd106106dc5b9a9c03cd168643765d9830c076a9 (diff) |
Add tests.
2006-06-16 Matthias Clasen <mclasen@redhat.com>
* tests/file-test.c (test_mkstemp): Add tests.
* glib/gfileutils.c (g_mkstemp): Allow the XXXXXX to occur
inside the template, not just at the end.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-06-16 Matthias Clasen <mclasen@redhat.com> + + * tests/file-test.c (test_mkstemp): Add tests. + + * glib/gfileutils.c (g_mkstemp): Allow the XXXXXX to occur + inside the template, not just at the end. + 2006-06-14 Matthias Clasen <mclasen@redhat.com> * glib/gkeyfile.c (g_key_file_to_data): Separate groups by |