aboutsummaryrefslogtreecommitdiff
path: root/ldo.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-16'fTransfer' -> 'ftransfer' / 'nTransfer' -> 'ntransfer'Roberto Ierusalimschy1-8/+8
2018-03-16some extra goodies for 'readline'Roberto Ierusalimschy1-1/+5
2018-03-16FALLTHROUGH comment must be last "statement"Roberto Ierusalimschy2-6/+5
2018-03-16cannot use 'defined' inside a macro +Roberto Ierusalimschy1-3/+8
2018-03-16avoid functions named 'pack'Roberto Ierusalimschy2-12/+12
2018-03-12'lu_int32' may not be 'int'Roberto Ierusalimschy1-10/+13
2018-03-11more explicit casts when converting an integer to a random floatRoberto Ierusalimschy1-3/+5
2018-03-09details (casts between 'lua_Number' and 'double')Roberto Ierusalimschy1-3/+3
2018-03-09random floats of different sizes get exactly needed number of random bitsRoberto Ierusalimschy1-30/+58
2018-03-09slight simplification in 'xorshift128plus'Roberto Ierusalimschy1-9/+11
2018-03-09fairer projection of random integers into an integer intervalRoberto Ierusalimschy1-15/+54
2018-03-09added definition for LUA_MAXUNSIGNEDRoberto Ierusalimschy1-1/+4
2018-03-07details (avoid using non-C89 '//' comment)Roberto Ierusalimschy2-7/+7
2018-03-07new experimental syntax using reserved word 'undef'Roberto Ierusalimschy11-43/+113
2018-03-06better modularization of the code for the REPLRoberto Ierusalimschy1-198/+203
2018-03-05updated to use jump tablesRoberto Ierusalimschy1-3/+2
2018-03-05both 'fTransfer' and 'nTransfer' may not fit in a 'char'Roberto Ierusalimschy1-3/+3
2018-03-05added casts (warnings in VS)Roberto Ierusalimschy1-3/+3
2018-03-05typo in commentRoberto Ierusalimschy1-2/+2
2018-03-05'math.random' using the xorshift128+ algorithmRoberto Ierusalimschy1-36/+195
2018-03-02using jump tables when availableRoberto Ierusalimschy1-1/+14