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: 10/05/1994 22:50:03
jtc
Wed Oct 5 22:41:47 PDT 1994
Update of /b/source/CVS/src/lib/libc/nls
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libc/nls
Modified Files:
msgcat.c
Log Message:
Renamed catopen(), catgets(), and catclose() to __catopen(), __catgets(),
and __catclose().
Made MCGetSet() and MCGetMsg() static.
jtc
Wed Oct 5 22:44:46 PDT 1994
Update of /b/source/CVS/src/lib/libc/nls
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libc/nls
Modified Files:
Makefile.inc
Added Files:
catclose.c catgets.c catopen.c
Log Message:
Public versions of catopen(), catgets(), and catclose().
Implemented with weak references if they are supported, otherwise by
function calls that call the private versions.
jtc
Wed Oct 5 22:48:00 PDT 1994
Update of /b/source/CVS/src/lib/libc
In directory sun-lamp.cs.berkeley.edu:/c/users/jtc/src/libc
Modified Files:
Makefile
Log Message:
It looks like most people were in favor of enabling NLS in the C library.