summaryrefslogtreecommitdiff
path: root/usr.bin/fgen
AgeCommit message (Expand)Author
2022-01-17fix typos in comments.andvar
2021-12-05s/mutiple/multiple/ in comment.msaitoh
2020-09-06remove unused NULL pointer that was passed to printf %s.mrg
2017-07-04Use more macros.wiz
2017-07-03Remove workaround for ancient HTML generation code.wiz
2016-03-10Unbreak tools build.joerg
2016-03-08PR/50914: David Binderman: Fix memory leaks.christos
2013-10-18fix unused variable warningschristos
2011-09-01static + __deadjoerg
2010-02-08Some bugfixes and enhancements. Support for case .. of and fix calculationeeh
2009-10-29use %option instead of #define YY_NO_...christos
2009-10-29option noinputchristos
2009-10-19Move Eduardo Horvath's license to 2 clause. OK eeh@.snj
2009-04-20define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160drochner
2009-04-12Fix WARNS=4 issues (-Wshadow, -Wcast-qual, -Wsign-compare, etc)lukem
2009-04-12add missing commas in initializer for .d and .h macros,lukem
2009-04-12ANSI KNFlukem
2006-04-22Coverity CID 1748: Free alias on error.christos
2004-07-09Add -d level to usage. From Kouichirou Hiratsuka in PR 26198.wiz
2003-12-07Conditionally include nbtool_config.h to make sure __P has been defineddmcmahill
2003-12-06include arpa/inet.h for htonl/htons. Needed for building on solaris asdmcmahill
2003-11-02Remove unnecessary warnx() in getopt default case.thorpej
2003-07-20protect __RCSID() as this is a host tool. noted in PR 22074 by Julian C. Dunnlukem
2003-06-23Add NetBSD RCS Ids.agc
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-06-11Recognize "." as distinct from numbers with dots in them.eeh
2002-05-28When we're assigning to a long, use 0 rather than NULL.bjh21
2002-05-28Add fgen as a host tool, used for sys/arch/sparc/bootblk.bjh21
2002-05-28When open(2) fails, it returns -1, not NULL.bjh21
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-12-31Labels must be followed by statements.thorpej
2001-12-01Whitespace cleanup.wiz
2001-10-05Get rid of warnings on 32-bit machines.eeh
2001-10-05Let 32-bit platforms generate 64-bit fcode too.eeh
2001-10-04Handle numbers with `.' embedded int them and 64-bit literals properly.eeh
2001-06-13withough -> withoutwiz
2001-06-05Minor fixes.wiz
2001-02-05remove redundant declchristos
2000-10-11More format string cleanup by sommerfeld.is
2000-07-03Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,matt
2000-04-16kill trailing blank line.mrg
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
1999-11-03Fix bogus section header. From PR 8735.hwr
1999-06-08Add "%option yylineno" so that error handling code can use "yylineno".tron
1999-06-08Include "err.h" to get prototypes for err() and warn().tron
1999-06-07be a bit more consistent with errors (needs more work). minor KNFification.mrg
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-02-15RCS ID policehubertf
1998-11-12Warn about parser stack discrepancies at the end of colon definitions.eeh