diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-11-05 01:47:31 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-11-05 01:47:31 +0000 |
commit | ff6174aeddf7e1a45054aa95e5065dd0a72c7d58 (patch) | |
tree | 90e14f434c500e214fa7ab488dbc7e8b2b72298d /ChangeLog.pre-2-0 | |
parent | ae86dd0c4b84c10a76177a95babfc6d970963a4d (diff) |
Add check for dirent.h
Sun Nov 4 20:45:21 2001 Owen Taylor <otaylor@redhat.com>
* configure.in (CFLAGS): Add check for dirent.h
* glib/glib.h glib/Makefile.am: Add gdir.
* glib/gdir.c (g_dir_close): Couple of small tweaks
now that it is actually compiling...
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 79cf83c53..ec3d3b3de 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,12 @@ +Sun Nov 4 20:45:21 2001 Owen Taylor <otaylor@redhat.com> + + * configure.in (CFLAGS): Add check for dirent.h + + * glib/glib.h glib/Makefile.am: Add gdir. + + * glib/gdir.c (g_dir_close): Couple of small tweaks + now that it is actually compiling... + Sun Nov 4 20:29:31 2001 Owen Taylor <otaylor@redhat.com> * glib/gdir.[ch]: Indentation fixes, some rewriting of docs to @@ -6,7 +15,7 @@ Sun Nov 4 20:29:31 2001 Owen Taylor <otaylor@redhat.com> * glib/gdir.[ch] (g_dir_close): Remove the boolean return value. What would you do if closing failed? What would the user do if you printed a warning - message "closing directory %d failed"? + message "closing directory %s failed"? 2001-11-04 Hans Breuer <hans@breuer.org> |