liutanyu / mcl

Automatically exported from code.google.com/p/mcl
Other
0 stars 0 forks source link

float return broken after calling (choose-directory-dialog) #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. call (choose-directory-dialog)
2. eval any expression returning float: value returned will always be 0.0, e.g.

? 3.3
0.0

What is the expected output? What do you see instead?

expected:

? 3.3
3.3

Original issue reported on code.google.com by alex.rep...@gmail.com on 18 Oct 2009 at 4:28

GoogleCodeExporter commented 8 years ago
There is a new patch by Gary: SL patch to preserve f30 around ff-call but I 
have not tested it yet

Original comment by alex.rep...@gmail.com on 18 Oct 2009 at 4:31

GoogleCodeExporter commented 8 years ago
Gary's patch has been compiled into the kernel of rev #2313012fd5.

Original comment by terje.norderhaug on 22 Oct 2009 at 12:54

GoogleCodeExporter commented 8 years ago
Fixed afaics. Any negatives?

Original comment by terje.norderhaug on 8 Nov 2009 at 5:31