Mercurial > hg > octave-kai > gnulib-hg
comparison lib/ChangeLog @ 4349:87fceea6040d
* exclude.c: (new_exclude, add_exclude): Remove casts that are
unnecessary now that we assume C89 or better. This change
imported from coreutils.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 04 Jun 2003 23:35:22 +0000 |
parents | fc8667232bcc |
children | d0d257fdad20 |
comparison
equal
deleted
inserted
replaced
4348:fc8667232bcc | 4349:87fceea6040d |
---|---|
1 2003-06-04 Paul Eggert <eggert@twinsun.com> | 1 2003-06-04 Paul Eggert <eggert@twinsun.com> |
2 | |
3 * exclude.c: (new_exclude, add_exclude): Remove casts that are | |
4 unnecessary now that we assume C89 or better. This change | |
5 imported from coreutils. | |
2 | 6 |
3 * mktime.c (__mktime_internal): Do not reject negative timestamps | 7 * mktime.c (__mktime_internal): Do not reject negative timestamps |
4 arbitrarily. This is the same patch as 2003-05-28, but it got lost | 8 arbitrarily. This is the same patch as 2003-05-28, but it got lost |
5 in the 2003-05-30 sync from glibc. | 9 in the 2003-05-30 sync from glibc. |
6 | 10 |