summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-29 10:43:19 +0000
committerJim Meyering <jim@meyering.net>2005-06-29 10:43:19 +0000
commite4d87dd57336d27566c5e433b291dd4a09297dbe (patch)
treec8fb0cb5c729ddd1e5c0fb2a9b5494d4a0f89e5d /ChangeLog
parent4ffd486ec789b4cf90b69052fc9d9285e5f1ab29 (diff)
downloadcoreutils-e4d87dd57336d27566c5e433b291dd4a09297dbe.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e363bd9e9..97d9f38ef 100644
--- 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.