index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
fgen
/
fgen.l
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
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-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
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
When open(2) fails, it returns -1, not NULL.
bjh21
2001-12-31
Labels must be followed by statements.
thorpej
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-02-05
remove redundant decl
christos
2000-10-11
More format string cleanup by sommerfeld.
is
2000-04-14
Don't declare 'extern opt*' getopt variables.
simonb
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-02-15
RCS ID police
hubertf
1998-11-12
Warn about parser stack discrepancies at the end of colon definitions.
eeh
1998-11-11
make this compile under NetBSD.
mrg
1998-11-01
Copyrights and minor cleanup.
eeh
1998-10-31
Added an FCode tokenizer for all your FCode tokenizing needs.
eeh