]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 29 Jun 2005 10:43:19 +0000 (10:43 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 29 Jun 2005 10:43:19 +0000 (10:43 +0000)
ChangeLog

index e363bd9e91898ea444d183896c81a82392d91e9d..97d9f38ef9f537f5524396c67fef82f070fb91a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,7 +10,9 @@
 2005-06-28  Jim Meyering  <jim@meyering.net>
 
        * src/pr.c (main, store_char): Use x2realloc on 1-byte base types,
-       not x2nrealloc.
+       not x2nrealloc.  The former is a little more concise and readable.
+       N.B. this sort of transformation is ok only when the base type is
+       unlikely ever to change to a multibyte type.
        * src/du.c (show_date): Likewise.
        * src/date.c (show_date): Likewise.
        * src/od.c (dump_strings): Likewise.