History log of /netbsd-src/lib/libc/stdlib/lrand48.c (Results 1 – 9 of 9)
Revision Date Author Comments
# 9818090a 22-Oct-2013 matt <matt@NetBSD.org>

Reduce amount of casts and make LP64 safe.


# 88c3eadb 12-Jun-2005 lukem <lukem@NetBSD.org>

Add missing __RCSID()


# 60549036 22-Jan-2000 mycroft <mycroft@NetBSD.org>

Delint.
Remove trailing ; from uses of __weak_alias(). The macro inserts this if
needed.


# 33edc15a 15-Nov-1998 christos <christos@NetBSD.org>

delint


# 4e067afc 09-Jan-1998 perry <perry@NetBSD.org>

RCS Id Police.


# 43fa6fe3 21-Jul-1997 jtc <jtc@NetBSD.org>

If port provides __weak_alias(), provide an Standard C and POSIX pure
identifier namespace by renaming non standard functions and variables
such that they have a leading underscore. The library will

If port provides __weak_alias(), provide an Standard C and POSIX pure
identifier namespace by renaming non standard functions and variables
such that they have a leading underscore. The library will use those
names internally. Weak aliases are used to provide the original names
to the API.

This is only the first part of this change. It is most of the functions
which are implemented in C for all NetBSD ports. Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.

show more ...


# d2b1e8e4 14-Oct-1993 jtc <jtc@NetBSD.org>

Rename intenral _rand_foo variables to __rand_foo, as _rand_foo is in the
user's namespace.


# aa13ae60 13-Oct-1993 jtc <jtc@NetBSD.org>

Change _dorand48 to __dorand48, as _dorand48 is in the user's namespace.


# 933a7b3a 07-Oct-1993 brezak <brezak@NetBSD.org>

Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier)