comparison src/ChangeLog @ 37391:a8cdf6a9bab1

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 18 Apr 2001 15:36:20 +0000
parents 455a5d1fee3a
children bdb34e3e0ef1
comparison
equal deleted inserted replaced
37390:2db1b1bb1d18 37391:a8cdf6a9bab1
1 2001-04-18 Gerd Moellmann <gerd@gnu.org>
2
3 * fileio.c (Finsert_file_contents): If the file size returned from
4 stat is zero, set END to READ_BUF_SIZE. This makes sure we can
5 read from files on a procfs whose contents are generated
6 dynamically.
7
1 2001-04-18 Eli Zaretskii <eliz@is.elta.co.il> 8 2001-04-18 Eli Zaretskii <eliz@is.elta.co.il>
2 9
3 * gmalloc.c (__malloc_size_t) [__GNUC__]: If STDC_HEADERS is not 10 * gmalloc.c (__malloc_size_t) [__GNUC__]: If STDC_HEADERS is not
4 defined, include stddef.h and use __SIZE_TYPE__ instead of size_t. 11 defined, include stddef.h and use __SIZE_TYPE__ instead of size_t.
5 (__memalign_hook): Make the two prototypes consistent. 12 (__memalign_hook): Make the two prototypes consistent.