Home | History | Annotate | Download | only in mkcsmapper
History log of /src/usr.bin/mkcsmapper/yacc.y
RevisionDateAuthorComments
 1.11  28-Jun-2016  wiz Sync usage between program and man page. Increase column width.
 1.10  16-Jun-2015  christos fix some error handling.
 1.9  16-Sep-2011  joerg Use __dead
 1.8  24-May-2011  joerg Properly use format string
 1.7  09-Sep-2006  tnozaki mapper_std iconv module and mkcsmapper(1) now can treat
plain-row-col charset and 4byte code(like GB18030) as SRC_ZONE.
 1.6  02-Jun-2005  lukem appease gcc -Wuninitialized
 1.5  05-Jan-2004  itojun KNF, from kevlo@openbsd
 1.4  28-Oct-2003  jmc SUSE3 says htonl and friends come in via arpa/inet.h. This will actually not
hurt on NetBSD and makes hosting on non-native for tools/ work correctly
 1.3  27-Oct-2003  lukem Overhaul how `build.sh tools' are used:

* Rename "config.h" to "nbtool_config.h" and
HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H.
This makes in more obvious in the source when we're using
tools/compat/config.h versus "standard autoconf" config.h

* Consistently move the inclusion of nbtool_config.h to before
<sys/cdefs.h> so that the former can provide __RCSID() (et al),
and there's no need to protect those macros any more.

These changes should make it easier to "tool-ify" a program by adding:
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif
to the top of the source files (for the general case).
 1.2  12-Jul-2003  tshiozak separate "nonidentical conversion" and "ilseq" under csmapper.
"nonidentical" means "the input character index is valid, but not
corresponding to the output codeset."
"ilseq" means "the input character index is invalid for the input codeset."
 1.1  26-Jun-2003  tshiozak Citrus iconv support(3)
add host tools : mkcsmapper and mkesdb
mkcsmapper - coded character set mapping table compiler
mkesdb - encoding scheme database compiler

RSS XML Feed