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
/
lib
/
libc
/
stdio
Age
Commit message (
Expand
)
Author
1999-11-15
typos
Theo de Raadt
1999-09-28
Nail down semantics in case of failure.
Marc Espie
1999-09-27
Remove an unwanted `.'.
Aaron Campbell
1999-09-26
Remove extraneous comma
Marc Espie
1999-09-22
BUGS->CAVEATS
Marc Espie
1999-09-21
It's a good idea to check the return value of malloc() in example code.
Aaron Campbell
1999-09-15
Add CAVEATS sections.
Aaron Campbell
1999-09-14
Tidying and spelling
Paul Janzen
1999-08-22
do { ... } while (0) instead of just { ... } in macros
Todd C. Miller
1999-08-11
paste'o away!
Todd T. Fries
1999-08-08
missing G in item list; bde
Theo de Raadt
1999-08-07
Local changes that should not have gone in
Todd C. Miller
1999-08-07
If fread() returns EBADF, also set the error flag; tobez@plab.ku.dk
Todd C. Miller
1999-07-21
Xr fparseln(3); deraadt@
Aaron Campbell
1999-07-09
- remove all trailing whitespace
Aaron Campbell
1999-07-07
when using `-' as a negative sign, escape it with a backslash so troff knows
Aaron Campbell
1999-07-02
remove redundant .Pp macros
Aaron Campbell
1999-06-06
some NAME section cleanup
Aaron Campbell
1999-05-27
sync fsetpos() with stdio.h prototype
Aaron Campbell
1999-05-25
kill some old macros
Aaron Campbell
1999-05-25
punctuation
Aaron Campbell
1999-05-25
all functions need a return type and at least one arg, even if it's void
Aaron Campbell
1999-05-24
don't lie about being able to arbitrarily intermix reads and writes in stdio
Aaron Campbell
1999-05-23
remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common
Aaron Campbell
1999-05-16
Cleanup xrefs under SEE ALSO. Specifically:
Alex Feldman
1999-05-12
grammar police: do not hyphenate compound words that act as adjectives if the
Aaron Campbell
1999-05-10
correct some Xr's which referred to the wrong man page sections
Aaron Campbell
1999-04-02
.Pp macros do not belong immiedately after .Sh section header lines
Aaron Campbell
1999-03-12
formatting
Paul Janzen
1999-03-01
talk about positional arguments and sizes; james@oaktree.co.uk
Theo de Raadt
1999-02-27
make function names the correct case
Theo de Raadt
1999-02-24
stderr is not always unbuffered... only initially; kleink
Theo de Raadt
1998-12-15
more
Theo de Raadt
1998-12-15
flesh out this man page with some examples
Theo de Raadt
1998-11-25
Changes from NetBSD:
Todd C. Miller
1998-11-20
Add thread-safety to libc, so that libc_r will build (on i386 at least).
David Leonard
1998-11-20
Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.org
Todd C. Miller
1998-11-10
fix append mode; mason@primenet.com.au
Theo de Raadt
1998-10-16
Make sure we free the buffer in all error cases. Do the final
Todd C. Miller
1998-09-27
Add a missing note about asprintf
Todd C. Miller
1998-09-18
need sys/stat.h; jon@chalk.oaktree.net.uk
Theo de Raadt
1998-09-10
thread-safer
Theo de Raadt
1998-08-30
v?asnprintf was never ocmmitted because it make stdio guts too gross. Remove...
Todd C. Miller
1998-08-29
man page repairs; aaron@ug.cs.dal.ca
Theo de Raadt
1998-08-28
links to asnprintf and such
Theo de Raadt
1998-08-14
realloc repair
Theo de Raadt
1998-07-27
Use a single character buffer for the size==0 case. Stdio internals do not d...
Todd C. Miller
1998-07-14
formatting flaws
Theo de Raadt
1998-07-03
link for mkstemps()
Theo de Raadt
1998-06-30
add mkstemp(char *template, int suffixlen) interface
Theo de Raadt
[next]