From: Sven Neumann Date: Thu, 10 Mar 2005 17:12:35 +0000 (+0000) Subject: include . X-Git-Tag: GLIB_2_7_0~137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=420410f035d506ae9743d222c5186ac9e9c310b1;hp=aec8923fa6a0f9272b4eddcac508f5852f5c8483;p=platform%2Fupstream%2Fglib.git include . 2005-03-10 Sven Neumann * tests/file-test.c: include . --- diff --git a/ChangeLog b/ChangeLog index 0942ad4..618d820 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-03-10 Sven Neumann + * tests/file-test.c: include . + +2005-03-10 Sven Neumann + * glib/gfileutils.c (get_contents_stdio): delay memory allocation until after the first read. Saves a bunch of reallocs. Also increased the buffer size to 4096 bytes. (bug #165954) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 0942ad4..618d820 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,9 @@ 2005-03-10 Sven Neumann + * tests/file-test.c: include . + +2005-03-10 Sven Neumann + * glib/gfileutils.c (get_contents_stdio): delay memory allocation until after the first read. Saves a bunch of reallocs. Also increased the buffer size to 4096 bytes. (bug #165954) diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 0942ad4..618d820 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,9 @@ 2005-03-10 Sven Neumann + * tests/file-test.c: include . + +2005-03-10 Sven Neumann + * glib/gfileutils.c (get_contents_stdio): delay memory allocation until after the first read. Saves a bunch of reallocs. Also increased the buffer size to 4096 bytes. (bug #165954) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 0942ad4..618d820 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,9 @@ 2005-03-10 Sven Neumann + * tests/file-test.c: include . + +2005-03-10 Sven Neumann + * glib/gfileutils.c (get_contents_stdio): delay memory allocation until after the first read. Saves a bunch of reallocs. Also increased the buffer size to 4096 bytes. (bug #165954) diff --git a/tests/file-test.c b/tests/file-test.c index f083e4f..42661c3 100644 --- a/tests/file-test.c +++ b/tests/file-test.c @@ -33,11 +33,12 @@ #undef GLIB_COMPILATION #endif -#include #include #include +#include + #ifdef HAVE_UNISTD_H #include #endif