+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.
(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.