From owner-source-changes@NetBSD.ORG Fri Feb 17 04:21:17 1995 Return-Path: owner-source-changes@NetBSD.ORG Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id EAA06887; Fri, 17 Feb 1995 04:21:16 -0800 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id FAA02214 for source-changes-outgoing; Fri, 17 Feb 1995 05:20:44 -0500 Received: from sun-lamp.cs.berkeley.edu by pain.lcs.mit.edu (8.6.9/8.6.9) with ESMTP id FAA02210 for ; Fri, 17 Feb 1995 05:20:32 -0500 Received: (from srcmastr@localhost) by sun-lamp.cs.berkeley.edu (8.6.9/8.6.9) id DAA07511 for source-changes; Fri, 17 Feb 1995 03:00:03 -0800 Date: Fri, 17 Feb 1995 03:00:03 -0800 From: The Source Master Message-Id: <199502171100.DAA07511@sun-lamp.cs.berkeley.edu> To: source-changes@NetBSD.ORG Subject: sun-lamp CVS commits Sender: owner-source-changes@NetBSD.ORG Precedence: list X-Loop: source-changes@NetBSD.ORG jtc Fri Feb 17 02:51:25 PST 1995 Update of /b/source/CVS/src/lib/libc/nls In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libc.new/nls Revision/Branch: ivory_soap Modified Files: msgcat.c Log Message: Use "namespace.h", back out old mechanism for namespace purity. jtc Fri Feb 17 02:53:31 PST 1995 Update of /b/source/CVS/src/lib/libc/nls In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libc.new/nls Revision/Branch: ivory_soap Modified Files: Makefile.inc Log Message: Only compile msgcat.c --- I'm keeping the cat*.c files because I have an implementation ready to go that uses the BSD db library. The only thing left to do is to retrofit the locale compiler so it uses it too. jtc Fri Feb 17 02:58:58 PST 1995 Update of /b/source/CVS/src/lib/libc/stdlib In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libc.new/stdlib Revision/Branch: ivory_soap Modified Files: strtoq.c strtouq.c Log Message: Make namespace safe by including "namespace.h" and defining a weak references. The scanf() family of functions uses strto{,u}q to convert pointers and quad ints.