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
/
share
/
misc
/
style
Age
Commit message (
Expand
)
Author
2003-09-27
Use uintN_t in code example instead of u_intN_t. Agrees with current
simonb
2003-08-05
Recommend EXIT_SUCCESS and EXIT_FAILURE for exit status, instead of directly
jmmv
2003-04-17
check strtol for ERANGE overflow too...
lukem
2003-03-10
There's no need anymore to protect __COPYRIGHT() and __RCSID() with:
lukem
2003-03-04
Return value style update (no parentheses)
fvdl
2003-03-02
Amend rev 1.21: there is insufficient concensus on #define<TAB>.
jhawk
2003-02-23
Clarify that macros should be #define<TAB>; it's important to specify this
jhawk
2001-10-23
Inspired by rev. 1.18: consistency, pull in <assert.h> for _DIAGASSERT().
kleink
2001-10-23
As discussed with Luke, add a short _DIAGASSERT(3) example.
kleink
2001-02-21
add include of stdlib.h, for use of setprogname() & getprogname()
cgd
2001-02-19
nuke __progname, suggest setprogname() and getprogname()
cgd
2000-09-06
Fix typos.
enami
2000-09-04
- fix spelo
lukem
2000-03-10
add example on how to printf 64 bit quantities
lukem
2000-03-10
fix comment around CONSTCOND
lukem
2000-03-02
major overhaul:
lukem
1999-07-03
Fix error in example - from VaX#n8 <vax@linkdead.paranoia.com>
abs
1999-01-29
Add a pointer to the indent(1) profile, and a disclaimer regarding same.
scottr
1999-01-20
provide a better parenthesis example. from Brian Grayson in [misc/6714]
lukem
1998-09-01
Function type declarations are manatory now.
simonb
1998-02-09
Make C sentense end with `;'.
enami
1996-08-30
RCS id police. Side effect: shows the RCS id style we prefer :-)
thorpej
1996-03-31
getopt() returns -1 when the arg list is exhausted, not EOF. Ironic
scottr
1995-04-10
Minor grammatical nit: "have too" -> "have to."
briggs
1994-12-19
s/externs.h/extern.h/
cgd
1994-03-26
style guide
cgd
1993-08-06
overall source code style guide. it is king. revere it.
cgd