summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-01 15:19:02 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-01 15:19:02 +0000
commit6c7be35e864c68c0513a0617a782c6c5a5ab45d7 (patch)
tree6e3650509438bfe10255b649f396bf525c013efa
parentbb1e87735ec31e226cb4b32575733b50c3268984 (diff)
downloadcoreutils-6c7be35e864c68c0513a0617a782c6c5a5ab45d7.tar.xz
* src/Makefile.am (localedir.h): Make it readonly.
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0599fa3c2..f9c3bd527 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-01 Paul Eggert <eggert@cs.ucla.edu>
+
+ * src/Makefile.am (localedir.h): Make it readonly; this
+ undoes part of the 2004-07-27 patch.
+
2004-07-30 Paul Eggert <eggert@cs.ucla.edu>
* src/sort.c (UCHAR): Remove; all uses changed to to_uchar.
@@ -6,7 +11,8 @@
(numcompare): Remove "register"; compilers are smart enough these days.
* src/system.h (errno, CHAR_BIT): Remove decls;
no longer needed now we assume C89 or better.
- Include <inttypes.h> before <stdint.h>, as it's the Autoconf-recommended pattern.
+ Include <inttypes.h> before <stdint.h>, as it's the
+ Autoconf-recommended pattern.
(to_uchar): New inline function, moved here from tr.c.
Use full names for int types, e.g. "long int" rather than "long".
* src/tr.c (to_uchar): Remove; now in system.h.