Subject: sun-lamp CVS commits
To: None <source-changes@sun-lamp.cs.berkeley.edu>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 09/29/1994 19:40:02
mycroft
Thu Sep 29 19:33:17 PDT 1994
Update of /b/source/CVS/src/sbin/disklabel
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sbin/disklabel

Modified Files:
	disklabel.c 
Log Message:
Clean up this festering pile of rotten code a bit.  To wit:
* Add prototypes.
* Remove a strange and apparently pointless bit of code propagated
from 386BSD.
* Collapse NOWRITE and WRITEABLE into one.
* Use the same algorithm as the kernel for finding the label.
* Redo some of the parsing more sanely.


jtc
Thu Sep 29 19:39:15 PDT 1994
Update of /b/source/CVS/src/lib/libc/stdio
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libc/stdio

Modified Files:
	vfprintf.c 
Log Message:
The decimal point character is locale specific.