Date: Tue, 13 Feb 2001 21:00:20 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdio.h src/lib/libc Makefile src/lib/libc/stdio findfp.c Message-ID: <200102140500.f1E50Ki33857@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2001/02/13 21:00:20 PST
Modified files:
include stdio.h
lib/libc Makefile
lib/libc/stdio findfp.c
Log:
Commit a libc fix going by the current state of the version numbering
bikeshed in -arch. It isn't quite over, but it has been well established
that this can be adjusted or refined. But we do seem to have consensis
on a major bump of some sort. After this, it should reasonably safe
to build world again.
This change is to get rid of __sF[] and use seperate __stdin/out/err
handles. This means we can pad on extra bits onto the end of FILE
at will without going through this all over again. __sF[] was evil
because it compiled the sizeof(FILE) into every stdio using program.
Asbestos suit on: check!
Peril sensitive sunglasses on: check!
*gulp!*
Revision Changes Path
1.29 +7 -5 src/include/stdio.h
1.29 +2 -2 src/lib/libc/Makefile
1.13 +11 -10 src/lib/libc/stdio/findfp.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102140500.f1E50Ki33857>
