summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-19 10:02:57 +0000
committerJim Meyering <jim@meyering.net>2003-08-19 10:02:57 +0000
commitd3bfb37e64a98e4c91829647c274a4f83bbb25bc (patch)
treee0add4514d2f75457f0245b03bab5930af095b36
parent7c4acc4f65f6cfba96c21fbee1669915595b8658 (diff)
downloadcoreutils-d3bfb37e64a98e4c91829647c274a4f83bbb25bc.tar.xz
*** empty log message ***
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 16e5a0624..d5034facd 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2003-08-18 Paul Eggert <eggert@twinsun.com>
+
+ * same.c: Include <stdlib.h> and <string.h> unconditionally,
+ as we're now assuming that part of hosted C89.
+ (free) [!HAVE_DECL_FREE]: Remove decl; no longer needed.
+ (same_name): Invoke pathconf on destination, not source, as
+ that's a bit clearer even if they are the same dir.
+
2003-08-18 Jim Meyering <jim@meyering.net>
* getopt.h: Remove space before TAB.