lua-users home
lua-l archive

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



http://luaforge.net/frs/shownotes.php?release_id=579

There was a bug reported, conserning the use of unsigned integer numbers s.a. 4294967295 that were erroneously stored as integers (-1). The change is a one-liner, and stores these as floating points. By "floating points", they are dealt with by the lua_Number, not lua_Integer. In normal 'double' setup, they would still fit in the mantissa, without precision loss. Only, they won't be integer optimized.


  --- välitettävä viesti alkaa ---
--- Begin Message ---


Project "lnum* patches" ('lnum') has  
released the new version of package 'lnum' 
You can download it by following this link:
 <http://luaforge.net/project/showfiles.php?group_id=214&release_id=579>

You receive this email because you
requested to be notified when new versions of this package
were released. If you don't wish to be notified in the
future, please login to LuaForge and click this link: 
 <http://luaforge.net/frs/monitor.php?filemodule_id=244&group_id=214&stop=1>

--- End Message ---