Mercurial > hg > octave-kai > gnulib-hg
comparison lib/ChangeLog @ 7276:4be2c469b318
* config/srclist.txt: Temporarily comment out mktime.c until glibc bug
2821 is fixed.
* lib/mktime.c (guess_time_tm): Fix bug where mktime
returned the maximum time_t value rather than (time_t) -1.
Problem originally reported by William Bardwell
<http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
* m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
Check for unistd.h too, since Autoconf doesn't assume POSIX.
Also:
2006-09-08 Paul Eggert <eggert@cs.ucla.edu>
Add year_2050_test to catch glibc bug 2821
<http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
2006-08-15 Paul Eggert <eggert@cs.ucla.edu>
Prefer #ifdef to #if.
2006-04-02 Paul Eggert <eggert@cs.ucla.edu>
Return from 'main' instead of calling 'exit'.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Fri, 08 Sep 2006 22:48:25 +0000 |
parents | 09d34e7dc0d8 |
children | 22ccb5ed3707 |
comparison
equal
deleted
inserted
replaced
7275:09d34e7dc0d8 | 7276:4be2c469b318 |
---|---|
1 2006-09-08 Paul Eggert <eggert@cs.ucla.edu> | 1 2006-09-08 Paul Eggert <eggert@cs.ucla.edu> |
2 | |
3 * mktime.c (guess_time_tm): Fix bug where mktime | |
4 returned the maximum time_t value rather than (time_t) -1. | |
5 Problem originally reported by William Bardwell | |
6 <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>. | |
2 | 7 |
3 * isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]: | 8 * isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]: |
4 Moved to here ... | 9 Moved to here ... |
5 * isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]: | 10 * isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]: |
6 ... from here. | 11 ... from here. |