Roberto Ierusalimschy
|
4d5de1c1fb
Fixed bug in line info. when using 'not' operator
|
7 years ago |
Roberto Ierusalimschy
|
9a825f6bb9
In tests of opcodes, avoid coercion in bitwise operation
|
7 years ago |
Roberto Ierusalimschy
|
941b189d98
Improvements in the manual
|
7 years ago |
Roberto Ierusalimschy
|
21f663d29f
Added missing $Id$ to file 'ljumptab.h'
|
7 years ago |
Roberto Ierusalimschy
|
626cf0581b
Generational mode may wait longer after a major collection
|
7 years ago |
Roberto Ierusalimschy
|
ccf6d098f6
'searchpath' creates less temporary strings
|
7 years ago |
Roberto Ierusalimschy
|
de2caf7ee4
Bit-library file removed from the project (as it was deprecated)
|
7 years ago |
Roberto Ierusalimschy
|
b08c9079c5
Opcode names moved to a new header file
|
7 years ago |
Roberto Ierusalimschy
|
06e08c6d05
Fixed bug in OP_IDIVI
|
7 years ago |
Roberto Ierusalimschy
|
7c519dfbd0
Added manual and tests for version 5.4-w2
|
7 years ago |
Roberto Ierusalimschy
|
f59e6a93c0
opening functions must be exported!
|
7 years ago |
Roberto Ierusalimschy
|
6683f83b51
several details
|
7 years ago |
Roberto Ierusalimschy
|
a314409dba
in generational mode, an emergency collection can turn any object black
|
7 years ago |
Roberto Ierusalimschy
|
15ce8d0904
in generational mode, an emergency collection can turn any object black
|
7 years ago |
Roberto Ierusalimschy
|
b43300c14f
change in 'LUAI_DDEC' to allow variables to be static in 'onelua'
|
7 years ago |
Roberto Ierusalimschy
|
af70905246
no need to check whether libraries and host use the same kernel;
|
7 years ago |
Roberto Ierusalimschy
|
b95e466218
new field 'nilvalue' in struct 'global_State' to avoid the use of
|
7 years ago |
Roberto Ierusalimschy
|
d406d3d05f
removed unused macros 'isstackindex'/'api_checkstackindex' +
|
7 years ago |
Roberto Ierusalimschy
|
b6780ee41b
detail (removed unused definition for 'LUA_QS')
|
7 years ago |
Roberto Ierusalimschy
|
2c107e13a8
warning (comparison between signed and unsigned integers)
|
7 years ago |
Roberto Ierusalimschy
|
6e600695f8
field 'sizearray' in struct 'Table' changed to 'alimit', which can
|
7 years ago |
Roberto Ierusalimschy
|
06127927ff
new macro 'ispow2'
|
7 years ago |
Roberto Ierusalimschy
|
aedcfb9414
type 'Rand64' may not be long long, so it should not use 'LL' in its
|
7 years ago |
Roberto Ierusalimschy
|
992b6d2712
no more 'TESTGRAYBIT' (to free this bit for real uses)
|
7 years ago |
Roberto Ierusalimschy
|
588dfa4ce5
detail in comment
|
7 years ago |
Roberto Ierusalimschy
|
6f2b8e21c4
added 'const' to 'Proto*' when possible
|
7 years ago |
Roberto Ierusalimschy
|
c5dc521d65
added patch for bug 5.3.4-7
|
7 years ago |
Roberto Ierusalimschy
|
505fc91222
no more 'luaO_nilobject' to avoid comparison of global variable addresses
|
7 years ago |
Roberto Ierusalimschy
|
fb8fa66136
no more 'luaH_emptyobject' and comparisons of addresses of global variables
|
7 years ago |
Roberto Ierusalimschy
|
b397064955
avoid craches when loading tampered code with NULL as a string constant
|
7 years ago |