summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-09-23 21:40:12 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-09-23 21:40:12 +0000
commit28475f652b2d97afb4233848632fe418bf1c87cd (patch)
tree1e9072e8dee9914d23ecb4932b2a8de2e996fd52 /lib
parent7ba23f15c46c84e75a89f8679ec88f20fae1e726 (diff)
downloadcoreutils-28475f652b2d97afb4233848632fe418bf1c87cd.tar.xz
Log recent changes.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index e225bbb6f..c0cfd2eda 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,14 @@
+2005-09-23 Paul Eggert <eggert@cs.ucla.edu>
+
+ * utimens.c (futimens): Use futimesat if available.
+ Prefer it to futimes since it doesn't have the futimes bug.
+
+ * verify.h (GL_CONCAT0, GL_CONCAT): Remove.
+ (verify): Don't use the __LINE__ trick, as it doesn't work in general.
+ Instead, declare a function that returns a pointer to an array,
+ and use verify_type__ to declare the size of the array.
+ Problem and germ of a solution reported by Bruno Haible.
+
2005-09-23 Jim Meyering <jim@meyering.net>
* strnumcmp-in.h: Include <config.h>. Otherwise builds with strict