mycroft
|
4462053ab3
|
Fill in missing (default) mmap(2) flags.
|
1998-02-20 09:27:18 +00:00 |
jtc
|
87f4ccd45f
|
Fix files using old TNF copyright notice
|
1997-07-30 22:53:50 +00:00 |
christos
|
4515f6e82b
|
Use "namespace.h"
Fix RCSID's
|
1997-07-13 19:58:34 +00:00 |
mrg
|
071eac5167
|
KNF.
|
1997-04-22 12:27:34 +00:00 |
jtc
|
3a375fb249
|
Merged in changes from branch (make sure all memory, file descriptors,
mappings, etc. are freed and return (nl_catd) -1 on error). Also fix
one minor bug and clean up NLSPATH parsing a bit more.
|
1996-06-21 06:21:04 +00:00 |
jtc
|
749fcbc59b
|
Ensure user can't make us overrun fixed sized buffers.
|
1996-06-20 18:47:08 +00:00 |
jtc
|
c40394d175
|
Fix NLSPATH processing --- catopen was not processing beyond the first
colon. Try all paths in NLSPATH as per XPG4.2. Expand %l, %t, and %c
to nothing. Should be language, territory, and codeset.
|
1996-06-20 14:54:38 +00:00 |
jtc
|
adfd5ba766
|
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.
|
1996-05-13 23:29:32 +00:00 |
jtc
|
f86410093b
|
Changed name of __weak_reference() to __indr_reference(). They really
are indirect references, and I want to add a real __weak_reference()
macro to <machine/cdefs.h> soon.
|
1995-03-23 19:58:48 +00:00 |
cgd
|
7ce7ea9415
|
fix Ids
|
1995-02-27 13:06:20 +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
|
56fa6d53b4
|
Public versions of catopen(), catgets(), and catclose().
Implemented with weak references if they are supported, otherwise by
function calls that call the private versions.
|
1994-10-06 05:44:39 +00:00 |