Hello,
On Thu, Aug 25, 2005 at 09:21:00AM -0700, Paul Eggert wrote:
> > What would be wrong with the following patch?
>
> Synchronization with glibc. mktime.c is shared with the GNU C
> Library, and glibc doesn't have intprops.h.
thanks for explanation. I'm dropping the patch.
> I suppose tha
Stepan Kasal <[EMAIL PROTECTED]> writes:
> What would be wrong with the following patch?
Synchronization with glibc. mktime.c is shared with the GNU C
Library, and glibc doesn't have intprops.h.
I suppose that we could migrate intprops.h into glibc, but that would
be a bigger project and we're
Hello,
regarding this old patch:
On Mon, Mar 14, 2005 at 04:46:10PM -0800, Paul Eggert wrote:
> When I updated intprops.h I forgot to make similar modifications to
> mktime.c and strtol.c. I installed this patch to fix that.
>
> 2005-03-14 Paul Eggert <[EMAIL PROTECTED]>
>
> * mktime.