abs
|
9e66e6d75e
|
Update old-style definitions to ANSI, remove a couple of register
definitions along the way. Fixed gcc 4.1 build (thank you vax)
|
2012-06-25 22:32:43 +00:00 |
martin
|
ce099b4099
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
christos
|
03256c6e55
|
WARNS=4
|
2005-11-29 03:11:58 +00:00 |
lukem
|
88c3eadbfa
|
Add missing __RCSID()
|
2005-06-12 05:21:25 +00:00 |
mycroft
|
9f5f4ac699
|
Make some needed weak aliases.
|
1999-08-17 03:58:39 +00:00 |
christos
|
38676913cd
|
delint
|
1998-11-15 17:39:20 +00:00 |
kleink
|
c06a85e453
|
Per XPG4.2, set errno to ENOMSG to indicate that the requested message could
not be found in the catalog.
|
1998-02-08 19:42:59 +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 |
mikel
|
109d917438
|
avoid unportable arithmetic on void pointers
|
1997-06-19 07:41:32 +00:00 |
jtc
|
bf5c90d5f9
|
merge in 1.2 branch
|
1996-10-09 01:46:13 +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
|
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
|
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 |