cgd
|
7ce7ea9415
|
fix Ids
|
1995-02-27 13:06:20 +00:00 |
|
cgd
|
3f3c777922
|
more than i thought...
|
1994-12-23 13:01:30 +00:00 |
|
cgd
|
26d1df904e
|
oops; one too many __const's
|
1994-12-23 12:54:14 +00:00 |
|
cgd
|
9e3970d80f
|
make the char *'s that some of these routines take/return __const.
It quiets some warnings, and is the 'right thing' anyway.
|
1994-12-20 16:18:16 +00:00 |
|
jtc
|
6dca60107b
|
XPG3 says that catclose returns an int.
Changed manpages to note that cat*() functions conform to XPG3.
Changed "private" versions of functions to have only one leading
underscore.
|
1994-11-18 15:36:11 +00:00 |
|
jtc
|
072b0afc87
|
Renamed catopen(), catgets(), and catclose() to __catopen(), __catgets(),
and __catclose().
Made MCGetSet() and MCGetMsg() static.
|
1994-10-06 05:41:45 +00:00 |
|
jtc
|
57e2aaa1a7
|
Removed non-standard and undocumented MCAppPath feature
|
1994-10-05 17:33:50 +00:00 |
|
jtc
|
a762bb96d9
|
XPG3 says that the name argument specifies a complete path for the message
catalog if it contains a '/' (The original code only checked the first char).
|
1994-05-29 22:14:33 +00:00 |
|
jtc
|
6d847771c5
|
XPG3 wants .../%L/%N.cat and .../%N/%L in the default NLSPATH.
|
1994-05-29 22:10:56 +00:00 |
|
jtc
|
6e6a8ec828
|
Changes needed for NetBSD integration.
|
1994-05-29 21:24:05 +00:00 |
|
jtc
|
49ce813263
|
Kee Hinckley's XPG3 compliant message catalog system (extracted from the
elm distribution).
|
1994-05-29 21:21:59 +00:00 |
|