Re: wc v. 4.5.3

2004-02-03 Thread Paul Eggert
Jeff Martens <[EMAIL PROTECTED]> writes: > wc: /mnt/floppy/teaching.pdf:2447: Invalid or incomplete multibyte or wide character I think this bug is fixed in the latest coreutils ; if not, please let us know the details. _

"date", "uptime" core dumps on huge time stamps (+ "stat" fix)

2004-02-03 Thread Paul Eggert
I just notice that coreutils sometimes calls 'localtime' without checking that the result is not NULL, which can lead to core dumps on hosts with 64-bit time_t and 32-bit int (e.g., 64-bit Solaris). Here are some fixes. The "stat" patch doesn't fix a core dump on any host that I know about, but i

Re: Error in libfetish.a

2004-02-03 Thread Paul Eggert
"John D. Ballentine III" <[EMAIL PROTECTED]> writes: > the HP make failed with yet another interesting series of messages: > > -g -O2 -c `test -f 'human.c' || echo './'`human.c > human.c: In function `adjust_value': > human.c:111: parse error before `l' This is strange, since there isn't an id

Re: coreutils-5.1.2 and the stat command

2004-02-03 Thread Paul Eggert
"Nelson H. F. Beebe" <[EMAIL PROTECTED]> writes: > I suspect that the omission of the nanoseconds values in the > timestamps reported by GNU stat is simply an oversight that can be > easily rectified, and should be. Thanks for reporting that. The following patch works for me on Solaris 8. 2004-