Historie revizí

Autor SHA1 Zpráva Datum
  Roberto Ierusalimschy 65ec3379b1 added some casts for the cases when lua_Number != double před 10 roky
  Roberto Ierusalimschy 798660c9cd deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) před 11 roky
  Roberto Ierusalimschy 925d1b59f9 new function 'math.ult' (unsigned less than) před 11 roky
  Roberto Ierusalimschy 8bb272a3e3 new conversion float->integer: conversion is valid only when před 11 roky
  Roberto Ierusalimschy f14662fca6 detail (added placeholders for non-function fields to preallocate před 11 roky
  Roberto Ierusalimschy b9dcf9974d detail (typos in comments) před 11 roky
  Roberto Ierusalimschy a77d263e86 unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.) před 11 roky
  Roberto Ierusalimschy e3871abe95 'math.ifloor' is back před 11 roky
  Roberto Ierusalimschy 355037528c 'math.mof' works with integers, too před 11 roky
  Roberto Ierusalimschy 456806f25c no more 'math.ifloor' + new semantics for 'math.floor'/'math.ceil' před 11 roky
  Roberto Ierusalimschy 8b66040e34 several functions deprecated (cosh, sinh, atanh, pow, frexp, ldexp) před 11 roky
  Roberto Ierusalimschy 6d5324f92f 'math.fmod' handles integers as integers před 11 roky
  Roberto Ierusalimschy cbe4998bc2 'math.random(n,m)' interval restricted in size, to avoid using conversion před 11 roky
  Roberto Ierusalimschy 5336cc9d6a math.random: use 'random' when available + changes to work correctly před 11 roky
  Roberto Ierusalimschy fdd137276b more precision for PI + no more RADIANS_PER_DEGREE + před 11 roky
  Roberto Ierusalimschy 8b45d9806a new constants 'math.maxint'/'math.minint' před 11 roky
  Roberto Ierusalimschy 607be77ec8 some details to avoid warnings před 11 roky
  Roberto Ierusalimschy 66b7b9b582 math.abs, math.max, and math.min work for integers, too. před 11 roky
  Roberto Ierusalimschy 4244da96bf 'debug.subtype' -> 'math.type' (to distinguish integers and floats) před 12 roky
  Roberto Ierusalimschy fcf99bf788 'math.isfloat' replaced by 'debug.subtype' před 12 roky
  Roberto Ierusalimschy cbe164191c new function 'ifloor' před 12 roky
  Roberto Ierusalimschy 15fdbd26fe 'numbits' moved from 'math' to 'debug' library před 12 roky
  Roberto Ierusalimschy 80cdf39d0e avoid using 'modf' in the implementation of 'math.modf', to avoid před 12 roky
  Roberto Ierusalimschy 788b251157 'math.random' operates with integers when used for integer results před 12 roky
  Roberto Ierusalimschy 1414b7123c support for the case when 'l_mathop' does not conform to lua_Number před 12 roky
  Roberto Ierusalimschy 0233ce0815 new function 'math.numbits' (not a final decision) před 12 roky
  Roberto Ierusalimschy 29fe3abda2 new function 'math.isfloat' před 12 roky
  Roberto Ierusalimschy 8830901a9c second parameter to 'ldexp' is an integer před 12 roky
  Roberto Ierusalimschy 181a837cac small improvement in the support of 'float' as lua_Number před 12 roky
  Roberto Ierusalimschy 3ac595da8a allow "long double" precision for PI constant if needed před 13 roky