Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sun-lamp CVS commits



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.




Home | Main Index | Thread Index | Old Index