| History log of /src/usr.bin/fgen/fgen.l |
| Revision | | Date | Author | Comments |
| 1.41 |
| 20-May-2024 |
wiz | Improve usage.
From Igor Sobrado Delgado, so we're in sync with OpenBSD.
|
| 1.40 |
| 17-Jan-2022 |
andvar | fix typos in comments.
|
| 1.39 |
| 05-Dec-2021 |
msaitoh | s/mutiple/multiple/ in comment.
|
| 1.38 |
| 06-Sep-2020 |
mrg | remove unused NULL pointer that was passed to printf %s.
|
| 1.37 |
| 08-Mar-2016 |
christos | PR/50914: David Binderman: Fix memory leaks. While here, fix error handling too.
|
| 1.36 |
| 18-Oct-2013 |
christos | fix unused variable warnings
|
| 1.35 |
| 01-Sep-2011 |
joerg | branches: 1.35.2; 1.35.8; static + __dead
|
| 1.34 |
| 08-Feb-2010 |
eeh | Some bugfixes and enhancements. Support for case .. of and fix calculation of branch offsets.
|
| 1.33 |
| 29-Oct-2009 |
christos | use %option instead of #define YY_NO_...
|
| 1.32 |
| 29-Oct-2009 |
christos | option noinput
|
| 1.31 |
| 19-Oct-2009 |
snj | Move Eduardo Horvath's license to 2 clause. OK eeh@.
|
| 1.30 |
| 12-Apr-2009 |
lukem | Fix WARNS=4 issues (-Wshadow, -Wcast-qual, -Wsign-compare, etc)
|
| 1.29 |
| 12-Apr-2009 |
lukem | add missing commas in initializer for .d and .h macros, which appear to have broken the intended behavior of those.
|
| 1.28 |
| 12-Apr-2009 |
lukem | ANSI KNF
|
| 1.27 |
| 22-Apr-2006 |
christos | branches: 1.27.30; Coverity CID 1748: Free alias on error.
|
| 1.26 |
| 09-Jul-2004 |
wiz | Add -d level to usage. From Kouichirou Hiratsuka in PR 26198.
|
| 1.25 |
| 07-Dec-2003 |
dmcmahill | Conditionally include nbtool_config.h to make sure __P has been defined when this is built as a host tool on some non-netbsd hosts such as solaris-2.6. fgen now correctly builds there.
|
| 1.24 |
| 06-Dec-2003 |
dmcmahill | include arpa/inet.h for htonl/htons. Needed for building on solaris as a host tool. Change ok'ed by Matt Green.
|
| 1.23 |
| 02-Nov-2003 |
thorpej | Remove unnecessary warnx() in getopt default case.
From Sergey Svishchev <svs at ropnet dot ru>.
|
| 1.22 |
| 20-Jul-2003 |
lukem | protect __RCSID() as this is a host tool. noted in PR 22074 by Julian C. Dunn
|
| 1.21 |
| 23-Jun-2003 |
agc | Add NetBSD RCS Ids.
|
| 1.20 |
| 20-Jul-2002 |
grant | sweep of errx/warnx, remove unnecessary trailing \n
|
| 1.19 |
| 11-Jun-2002 |
eeh | Recognize "." as distinct from numbers with dots in them.
|
| 1.18 |
| 28-May-2002 |
bjh21 | When we're assigning to a long, use 0 rather than NULL.
|
| 1.17 |
| 28-May-2002 |
bjh21 | When open(2) fails, it returns -1, not NULL.
|
| 1.16 |
| 31-Dec-2001 |
thorpej | branches: 1.16.2; Labels must be followed by statements.
|
| 1.15 |
| 05-Oct-2001 |
eeh | Get rid of warnings on 32-bit machines.
|
| 1.14 |
| 05-Oct-2001 |
eeh | Let 32-bit platforms generate 64-bit fcode too.
|
| 1.13 |
| 04-Oct-2001 |
eeh | Handle numbers with `.' embedded int them and 64-bit literals properly.
|
| 1.12 |
| 13-Jun-2001 |
wiz | withough -> without
|
| 1.11 |
| 05-Feb-2001 |
christos | remove redundant decl
|
| 1.10 |
| 11-Oct-2000 |
is | More format string cleanup by sommerfeld.
|
| 1.9 |
| 14-Apr-2000 |
simonb | branches: 1.9.4; Don't declare 'extern opt*' getopt variables.
|
| 1.8 |
| 08-Jun-1999 |
tron | Add "%option yylineno" so that error handling code can use "yylineno".
|
| 1.7 |
| 08-Jun-1999 |
tron | Include "err.h" to get prototypes for err() and warn().
|
| 1.6 |
| 07-Jun-1999 |
mrg | be a bit more consistent with errors (needs more work). minor KNFification.
|
| 1.5 |
| 15-Feb-1999 |
hubertf | RCS ID police
|
| 1.4 |
| 12-Nov-1998 |
eeh | Warn about parser stack discrepancies at the end of colon definitions.
|
| 1.3 |
| 11-Nov-1998 |
mrg | make this compile under NetBSD.
|
| 1.2 |
| 01-Nov-1998 |
eeh | Copyrights and minor cleanup.
|
| 1.1 |
| 31-Oct-1998 |
eeh | Added an FCode tokenizer for all your FCode tokenizing needs.
|
| 1.9.4.1 |
| 18-Oct-2000 |
tv | Pullup usr.bin string format fixes [is]. See "cvs log" for explicit revision numbers per file, from sommerfeld.
|
| 1.16.2.2 |
| 11-Jun-2002 |
lukem | Pull up revision 1.19 (requested by eeh in ticket #240): Recognize "." as distinct from numbers with dots in them.
|
| 1.16.2.1 |
| 29-May-2002 |
tv | Pull up revision 1.17 (requested by bjh21 in ticket #62): When open(2) fails, it returns -1, not NULL.
|
| 1.27.30.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.35.8.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.35.2.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|