Home | History | Annotate | Download | only in mkesdb
History log of /src/usr.bin/mkesdb/yacc.y
RevisionDateAuthorComments
 1.11  28-Jun-2016  wiz Sort options in usage.
 1.10  27-Jun-2016  maya Mention -d flag in mkesdb(1) usage

PR bin/24001
 1.9  16-Jun-2015  christos fix error statement
 1.8  16-Jun-2015  christos fix printf statement
 1.7  16-Jun-2015  christos fix some error handling.
 1.6  16-Sep-2011  joerg Use __dead
 1.5  24-May-2011  joerg Properly use format string.
 1.4  02-Jun-2005  lukem appease gcc -Wuninitialized
 1.3  02-Jan-2004  itojun use snprintf, dude
 1.2  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.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