summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2012-03-04 00:35:28 +0000
committerPaul Smith <psmith@gnu.org>2012-03-04 00:35:28 +0000
commitfdb5fcc28d5e991d1d194d6e6a194c47108d103a (patch)
treec74551798348b26005f98d3a5f7487c8d88e8553 /ChangeLog
parent23c2b99e9d23e726ede9442728272616e66d416f (diff)
downloadgunmake-fdb5fcc28d5e991d1d194d6e6a194c47108d103a.tar.gz
Support nanosecond timestamps in stat() for AIX 5.2+.
Fixes Savannah bug #32485
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c3b949..e05b906 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-03-03 Paul Smith <psmith@gnu.org>
+ * acinclude.m4 (AC_STRUCT_ST_MTIM_NSEC): Add support for AIX 5.2+
+ nanosecond timestamps. Fixes Savannah bug #32485.
+
Convert uses of `foo' for quoting to 'foo' to reflect changes in
the GNU Coding Standards. Fixes Savannah bug #34530.