index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gnu
/
egcs
/
gcc
/
c-common.c
Age
Commit message (
Expand
)
Author
2006-03-09
Recognize %z in addition to %Z as a printf format specifier; from espie@
Miod Vallat
2004-08-08
Make sure that format variable is not a variable sized array correctly
Anil Madhavapeddy
2003-12-21
Kill non-standard kernel printf %: braindead extension for good.
Miod Vallat
2003-09-05
Stop the bounds checker warning on a bound of 0, so now it only triggers
Anil Madhavapeddy
2003-08-06
Check for and skip variable-length arrays while bounds checking instead
Anil Madhavapeddy
2003-07-25
New format attribute __kprintf__, which understands the special kernel
Anil Madhavapeddy
2003-06-26
Introduce a simple static checker for making sure that the bounds
Anil Madhavapeddy
2003-04-09
xmalloc called with the wrong sizeof in sentinel attribute setup
Anil Madhavapeddy
2003-01-07
attribute(sentinel) improvements:
Marc Espie
2002-09-16
__syslog__ format attribute: same as printf, except for -pedantic, as %m is
Marc Espie
2002-05-30
__attribute__((sentinel))
Marc Espie
2001-07-19
__attribute__((__nonnull__), separate from printf.
Marc Espie
1999-05-26
egcs projects compiler system
Marc Espie