History log of /openbsd-src/lib/libc/stdio/stdio.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 3240e6a8 21-Sep-2016 guenther <guenther@openbsd.org>

Delete casts to off_t and size_t that are implied by assignments
or prototypes. Ditto for some of the char* and void* casts too.

verified no change to instructions on ILP32 (i386) and LP64 (amd64)

Delete casts to off_t and size_t that are implied by assignments
or prototypes. Ditto for some of the char* and void* casts too.

verified no change to instructions on ILP32 (i386) and LP64 (amd64)
ok natano@ abluhm@ deraadt@ millert@

show more ...


# c2c925de 08-Aug-2005 espie <espie@openbsd.org>

zap remaining rcsid.

Kill old files that are no longer compiled.

okay theo


# 9e895940 31-Mar-2005 pat <pat@openbsd.org>

make sure the implementation matches the prototype..
char const * -> const char *

ok otto@ deraadt@


# 7e56a40e 30-Mar-2005 pat <pat@openbsd.org>

ansi

ok otto moritz deraadt


# 4e503363 28-Sep-2004 otto <otto@openbsd.org>

deregister + ansify, no change in object code. ok deraadt@ millert@


# 6580fee3 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 20675415 09-Jul-2001 deraadt <deraadt@openbsd.org>

a first pass at -Wall


# b52f16d0 09-Nov-1997 flipk <flipk@openbsd.org>

use "(off_t)-1" instead of "-1L" (!)


# e9b2b68c 19-Aug-1996 tholo <tholo@openbsd.org>

Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree