Give credit for patch.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Oct 2006 07:33:29 +0000 (07:33 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Oct 2006 07:33:29 +0000 (07:33 +0000)
ChangeLog

index 773c3bdc3b2e481e4723b0310dec3deced360268..e8afe7efcde354578e3c855bf557e11031cf7a30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,9 @@
-2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
+2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
 
        * lib/strftime.c (advance): New macro.
-       (add): Use it to avoid adding 0 to a FILE *.  FILE can be
-       an incomplete type, so you can't add 0 to it.  Problem reported
-       by Eelco Dolstra for dietlibc.
+       (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
+       incomplete type, so you can't add 0 to it.  Problem and patch
+       reported by Eelco Dolstra for dietlibc.
 
 2006-10-18  Jim Meyering  <jim@meyering.net>