Re: Floating Points and 0.0.2 release

2001-09-24 Thread Simon Cozens
On Mon, Sep 24, 2001 at 03:14:19PM +0100, Leon Brocard wrote: > While we're at it: Simon, what do we need to have ready before > we release the next version? OK, here's the release roadmap for the near future: 0.0.2 will be released when all tests pass on the core platforms. 0.0.3 will be releas

Re: Floating Points and 0.0.2 release

2001-09-24 Thread Leon Brocard
Gibbs Tanton - tgibbs sent the following bits through the ether: > For the 0.0.2 release While we're at it: Simon, what do we need to have ready before we release the next version? Leon -- Leon Brocard.http://www.astray.com/ Nanoware...h

Re: Floating Points and 0.0.2 release

2001-09-24 Thread Simon Cozens
On Mon, Sep 24, 2001 at 09:03:39AM -0500, Gibbs Tanton - tgibbs wrote: > For the 0.0.2 release, do we want floating point constants in the constant > table, or do we want to change the code to work with inline constants...I > think we can do a simple memcpy to make the inline constants work (inste

Floating Points and 0.0.2 release

2001-09-24 Thread Gibbs Tanton - tgibbs
For the 0.0.2 release, do we want floating point constants in the constant table, or do we want to change the code to work with inline constants...I think we can do a simple memcpy to make the inline constants work (instead of casting and assigning.) Tanton