Re: Buglet in getdate.y

2006-06-11 Thread Paul Eggert
Thanks for pointing that out. There's a similar problem in utimens.c. I fixed them both.

Buglet in getdate.y

2006-06-10 Thread Larry Jones
If __attribute__ is already defined (in config.h), getdate.y shouldn't redefine it. The obvious patch: Index: getdate.y === RCS file: /cvsroot/cvs/ccvs/lib/getdate.y,v retrieving revision 1.35 diff -u -r1.35 getdate.y --- getdate.y