bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] New module rand48


From: Richard W.M. Jones
Subject: [PATCH] New module rand48
Date: Thu, 23 Oct 2008 18:35:09 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

This is a first go at a 'rand48' module which implements all the
*rand48* functions (including reentrant ones), copied from glibc.

Lightly tested on Linux & MinGW/Wine.

I'm not completely sure if this will work in the case of a platform
that has some but not all of the functions (Linux has all of them,
Windows has none of them).  I'm pretty sure because of all the shared
internal state going on, that it's best to replace everything or
nothing, which is what I've tried to go for here, but perhaps not
successfully.

Rich.

-- 
Richard Jones, Emerging Technologies, Red Hat  http://et.redhat.com/~rjones
virt-top is 'top' for virtual machines.  Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top

Attachment: 0001-New-module-rand48.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]