diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,7 +1,15 @@ -2005-05-16 Paul Eggert <eggert@cs.ucla.edu> +2005-05-18 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.1. + * configure.ac: Add copyright notice. gl_LIB_CHECK -> cu_LIB_CHECK. + * src/Makefile.am: Add copyright notice. + (factor_LDADD): Remove, as factor no longer needs sqrt. + * src/hostname.c: Remove test for HAVE_LIMITS_H; we can assume + it's always true now. + +2005-05-16 Paul Eggert <eggert@cs.ucla.edu> + Fix Cygwin porting problem reported by Eric Blake. * src/remove.c (DT_IS_DIR): Remove. (DT_IS_KNOWN, DT_MUST_BE): New macros. |