Roberto Ierusalimschy
|
23b9ceb0a4
allows larger array parts in tables (no need to restrict it to 2^26)
|
14 년 전 |
Roberto Ierusalimschy
|
d9ea6eca7c
macro 'key2tal' replaced by 'gkey' (as both were equal)
|
15 년 전 |
Roberto Ierusalimschy
|
3819c30e55
better names for barrier macros
|
15 년 전 |
Roberto Ierusalimschy
|
53f9499f7f
"light C function" is a better name than "C-function pointer"
|
15 년 전 |
Roberto Ierusalimschy
|
7dfa4cd655
first implementation of light C functions
|
15 년 전 |
Roberto Ierusalimschy
|
d394d5536a
new macro 'eqstr'
|
15 년 전 |
Roberto Ierusalimschy
|
0bbdddc86b
allocator function receives the tag of object being allocated in 'osize'
|
15 년 전 |
Roberto Ierusalimschy
|
3c4d970a7b
comment typos
|
15 년 전 |
Roberto Ierusalimschy
|
2e5ef6a9fb
new macro 'isdummy'
|
15 년 전 |
Roberto Ierusalimschy
|
49a67c6d3f
new macro 'NILCONSTANT' to initialize nil constants
|
15 년 전 |
Roberto Ierusalimschy
|
9756f56354
better control over accesses to TValue fields
|
15 년 전 |
Roberto Ierusalimschy
|
f6ed285cf2
new hash for doubles based on frexp, to avoid low-level tricks
|
16 년 전 |
Roberto Ierusalimschy
|
42167804b8
luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers,
|
16 년 전 |
Roberto Ierusalimschy
|
c6b442bd36
'luaM_freearray' does not need array type as argument
|
16 년 전 |
Roberto Ierusalimschy
|
a274596ecc
avoid making 'lastfree' an invalid pointer
|
16 년 전 |
Roberto Ierusalimschy
|
a76fa25199
'ceillog2' now is exported (other modules may need it)
|
17 년 전 |
Roberto Ierusalimschy
|
ae00b3a76f
another way to normalize -0 that avoids problems with very small
|
18 년 전 |
Roberto Ierusalimschy
|
94d40f3980
luaO_log2 can be private to ltable.c
|
18 년 전 |
Roberto Ierusalimschy
|
a7c9e45c64
avoid trailing white spaces
|
19 년 전 |
Roberto Ierusalimschy
|
dfe2f1eeff
macros luai_num* take a state L (when available) as argument, to allow
|
19 년 전 |
Roberto Ierusalimschy
|
3ca9af51a4
emergency garbage collector (core forces a GC when allocation fails)
|
19 년 전 |
Roberto Ierusalimschy
|
baffc37f5c
detail
|
19 년 전 |
Roberto Ierusalimschy
|
f8b7a5581e
avoid unnecessary exports
|
19 년 전 |
Roberto Ierusalimschy
|
ffb798e1e2
avoids type punning for table keys
|
19 년 전 |
Roberto Ierusalimschy
|
c505f341d6
small changes in casts
|
19 년 전 |
Roberto Ierusalimschy
|
db724e14e0
new macro luai_numisnan
|
19 년 전 |
Roberto Ierusalimschy
|
8e48ebb638
no more L in numer-operator macros (some functions that use those macros
|
20 년 전 |
Roberto Ierusalimschy
|
0f30d00c87
warnings from Visual C
|
20 년 전 |
Roberto Ierusalimschy
|
90de38bf1f
warnings in VS .Net
|
20 년 전 |
Roberto Ierusalimschy
|
f21e9c172f
details
|
20 년 전 |