Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 05/13/1996 19:30:03
jtc
Mon May 13 19:22:08 EDT 1996
Update of /a/cvsroot/src/usr.bin/gencat
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv2401

Modified Files:
	Makefile gencat.c 
Removed Files:
	gencat.h genlib.c 
Log Message:
New message catalog compiler implementation that generates a more
efficient machine independent external format.  The new format is
like what is used on svr4 systems, except it uses fixed sized
fields and a constant byte order.


jtc
Mon May 13 19:29:46 EDT 1996
Update of /a/cvsroot/src/lib/libc/nls
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv2455

Modified Files:
	Makefile.inc catclose.c catgets.c catopen.c 
Added Files:
	_catclose.c _catgets.c _catopen.c 
Removed Files:
	msgcat.c msgcat.h 
Log Message:
New message catalog implementation that uses a more efficient machine
independent external format.  The new format is like what is used on
svr4 systems, except it uses fixed sized fields and a constant byte
order.