Historique des commits

Auteur SHA1 Message Date
  Roberto Ierusalimschy 37a1b72706 Small optimization in 'project' from math.random il y a 4 mois
  Roberto Ierusalimschy b0f3df16a4 Addition in math.random can overflow il y a 4 mois
  Roberto Ierusalimschy 2d8d5c74b5 Details il y a 6 mois
  Roberto Ierusalimschy 0acd55898d Added gcc option '-Wconversion' il y a 1 an
  Roberto Ierusalimschy a08d82eb13 llimits.h being used by all Lua code il y a 1 an
  Roberto Ierusalimschy 7237eb3f1c Fixed warnings from different compilers il y a 1 an
  Roberto Ierusalimschy 9e99f3071d Merge branch 'master' into nextversion il y a 1 an
  Roberto Ierusalimschy edd8589f47 Avoid casts from unsigned long to floating-point il y a 1 an
  Roberto Ierusalimschy 86e8039a72 Clock component removed from 'luaL_makeseed' il y a 2 ans
  Roberto Ierusalimschy 5a04f1851e New function 'luaL_makeseed' il y a 2 ans
  Roberto Ierusalimschy 82fae58e25 Details il y a 2 ans
  Roberto Ierusalimschy 8dd2c912d2 Detail il y a 3 ans
  Roberto Ierusalimschy 59c88f846d Broadening the use of branch hints il y a 4 ans
  Roberto Ierusalimschy 0ddc0f47bd Several details about 5.4.0 rc1 il y a 5 ans
  Roberto Ierusalimschy 6eb53b7526 Details il y a 5 ans
  Roberto Ierusalimschy 2d92102dee 'l_mathlim' renamed to 'l_floatatt' il y a 5 ans
  Roberto Ierusalimschy b96b0b5abb Added macro 'luaL_pushfail' il y a 6 ans
  Roberto Ierusalimschy 2f22c6bb79 'math.randomseed' always returns the two seed components il y a 6 ans
  Roberto Ierusalimschy 4eefef07ab 'math.randomseed()' returns the seeds it used il y a 6 ans
  Roberto Ierusalimschy 347d6961ac Define LUA_MAXUNSIGNED as a preprocessor constant il y a 6 ans
  Roberto Ierusalimschy 279c3a6961 A few changes in tests about number of bits in integers il y a 6 ans
  Roberto Ierusalimschy 9eca305e75 'math.randomseed()' sets a somewhat random seed il y a 6 ans
  Roberto Ierusalimschy 51316f9df7 'math.rand()' uses higher bits to produce float value il y a 6 ans
  Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings il y a 7 ans
  Roberto Ierusalimschy aedcfb9414 type 'Rand64' may not be long long, so it should not use 'LL' in its il y a 7 ans
  Roberto Ierusalimschy de53c2ec7e using some weak "randomness" (time and memory address) to initialize il y a 7 ans
  Roberto Ierusalimschy 80bd4a8940 correction on xoshiro256** algorithm il y a 7 ans
  Roberto Ierusalimschy 3e7415e846 reorganization of '#if's for sellecting a type for 'Rand64' + il y a 7 ans
  Roberto Ierusalimschy 762baf0548 detail (trim constants are unsigned) il y a 7 ans
  Roberto Ierusalimschy b8a04658b2 PRNG changed from 'xoroshiro128+' to 'xoshiro256**' + "I' renamed 'Rand64' il y a 7 ans