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
/
lib
/
libc
/
stdio
Age
Commit message (
Expand
)
Author
2006-08-04
Remove inappropriate comma.
jld
2006-07-03
SUSv3 said, if an encoding error occurs, the error indicator
tnozaki
2006-05-10
quell GCC 4.1 uninitialised variable warnings.
mrg
2006-03-19
Mark up NULL and -.
wiz
2006-03-18
Note that for asprintf and vasprintf it is more portable to check for
rumble
2006-03-17
Move strlen(s) to after s is known to be not NULL, or set to "(null)" .
chris
2006-02-16
- s/notyet/WIDE_DOUBLE/
christos
2006-01-26
Must include "namespace.h" for strerror_r()'s internal name.
kleink
2006-01-26
Must include "namespace.h" for fseeko()'s internal name.
kleink
2006-01-26
bcopy -> memcpy
kleink
2005-12-02
redo the previous (WARNS=4) differently. consitify rather than making
yamt
2005-12-02
remove an unnecessary __UNCONST.
yamt
2005-11-29
WARNS=4
christos
2005-09-13
compat core reorg.
christos
2005-07-30
- Fix the remaining indr_references so that they define lint symbols.
christos
2005-07-28
PR/30845: Luke Mewburn: strerror_r(3) missing
christos
2005-07-27
get the trailing-slash logics right
drochner
2005-07-26
PR/30839: Tomas Skäre: Buffer underflow in lib/libc/stdio/tempnam.c
christos
2005-07-20
PR/30971: Noriyuki Soda: Fix %ll prints long long, and %q is not portable.
christos
2005-06-22
If the string to be printed is NULL substitute "(null)". Approved by core.
christos
2005-06-21
Document that passing NULL to %s prints "(null)".
christos
2005-06-18
use "tempnam" instead of "tmpname"
lukem
2005-06-15
Initialize expsize to appease -Wuninitialized for sh3 and m68000.
he
2005-06-12
vfwprintf.c and vfwscanf.c now compile with -Wuninitialized
lukem
2005-06-12
Appease gcc -Wuninitialized
lukem
2005-06-12
Ensure nconv isn't used in __mbsconv() before being initialized.
lukem
2005-06-12
Add missing __RCSID()
lukem
2005-06-03
Sort options.
wiz
2005-06-01
Compile the following files with -Wno-uninitialized:
lukem
2005-05-25
Add restrict qualifiers to fopen()/freopen() arguments.
kleink
2005-05-14
Add the missing wide char support functions from freebsd.
christos
2005-03-04
Re-implement in terms of fseek0()
dsl
2005-03-04
de __P
dsl
2005-02-09
A little libc namespace housekeeping exercise:
kleink
2005-01-09
add a cast and remove another.
christos
2004-07-02
remove __UNCONST definition; it is now in <sys/cdefs.h>
christos
2004-06-20
Completely rework how tools/compat is done. Purge all uses/references to
jmc
2004-05-11
make this build in the tools/compat reachover
drochner
2004-05-10
put back the CAVEATS section
drochner
2004-05-10
remove the fgetstr manpage
drochner
2004-05-10
Add FLOCKFILE() locking - should be threadsafe now.
drochner
2004-05-10
After discussion with christos, turn fgetstr() into an internal function.
drochner
2004-05-09
We now need an internal name for fileno(), since when buildling libc
kleink
2004-05-05
fix reference Nx 2.1 to Nx 3.0
jdolecek
2004-04-21
Bump date for previous.
wiz
2004-04-21
Drop trailing whitespace; null -> nul; & -> \*[Am]
wiz
2004-04-21
Add a generalized version of fgetln that can stop at an arbitrary delimiter,
christos
2004-03-03
Don't zero a floating point variable on entry -- this causes the FPU to
drochner
2004-01-24
Lots of grammar and wording changes from jmc@openbsd, with some
wiz
2003-12-30
Add support for scanf "hh" format modifiers - we use it in int_fmtio.h
martin
[next]