comparison lib/ChangeLog @ 3995:ad31e2e4a893

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Thu, 21 Nov 2002 13:23:02 +0000
parents b2c2edefcd19
children 8e0b8a20e4bd
comparison
equal deleted inserted replaced
3994:504d447035d2 3995:ad31e2e4a893
1 2002-11-21 Jim Meyering <jim@meyering.net> 1 2002-11-21 Jim Meyering <jim@meyering.net>
2 2
3 Merge in changes from the coreutils. 3 Merge in changes from the coreutils.
4
5 2002-09-25 Paul Eggert <eggert@twinsun.com>
6 * fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include <stdint.h>.
7 (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
8 (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
9 int. Work more efficiently if X is the same width as uintmax_t.
10 Do not compare X to -1, to avoid bogus compiler warning.
11 (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
12 Don't assume that f_frsize and f_bsize are the same type.
4 13
5 * mountlist.c: #undef MNT_IGNORE before defining it, to avoid warning 14 * mountlist.c: #undef MNT_IGNORE before defining it, to avoid warning
6 on FreeBSD. 15 on FreeBSD.
7 16
8 * makepath.c (make_path): Restore umask *before* creating the final 17 * makepath.c (make_path): Restore umask *before* creating the final