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