cvs commit: src/usr.bin/gencat gencat.c
Alexey Zelkin
phantom at FreeBSD.org
Sun Feb 27 16:23:15 GMT 2005
phantom 2005-02-27 16:23:14 UTC
FreeBSD src repository
Modified files:
usr.bin/gencat gencat.c
Log:
Bring in NetBSD's improvements and cleanups to NLS subsystem, making
it type and endian clean.
Also following changes were done:
. Remove of outdated support for generating of include files for
NLS catalogs being generated.
. Integrate my old code optimizations
. ANSI'fy prototypes
. Remove duplicate defines, and cleanup includes
. Remove first (unused) argument from error() function
. Const'ify (gencat now WARNS=8 clean)
. Convert corrupt() and nomem() functions to macros
. Add *temporary* note what '-new' command line argument is
deprecated now (instead of exiting with error message)
WARNING: format of generated .cat files is changed!
XXX: re-add support for *updating* of .cat files, NetBSD has this
functionality disabled
Obtained from: NetBSD (mostly)
Revision Changes Path
1.11 +712 -127 src/usr.bin/gencat/gencat.c
More information about the cvs-src
mailing list