| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-22 | Reduce amount of casts and make LP64 safe. | matt | |
| 2005-06-12 | Add missing __RCSID() | lukem | |
| 2000-01-22 | Delint. | mycroft | |
| Remove trailing ; from uses of __weak_alias(). The macro inserts this if needed. | |||
| 1998-11-15 | delint | christos | |
| 1998-01-09 | RCS Id Police. | perry | |
| 1997-07-21 | If port provides __weak_alias(), provide an Standard C and POSIX pure | jtc | |
| 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>. | |||
| 1993-10-14 | Rename intenral _rand_foo variables to __rand_foo, as _rand_foo is in the | jtc | |
| user's namespace. | |||
| 1993-10-13 | Change _dorand48 to __dorand48, as _dorand48 is in the user's namespace. | jtc | |
| 1993-10-07 | Rand48 routines from martin@ntkupc1.tuwien.ac.at (Martin Birgmeier) | brezak | |
