Roberto Ierusalimschy
|
7d7ae8781e
Parameters for 'lua_createtable' back to int
|
6 月之前 |
Roberto Ierusalimschy
|
b443145ff3
Details
|
10 月之前 |
Roberto Ierusalimschy
|
f2206b2abe
'-Wconversion' extended to all options of Lua numbers
|
1 年之前 |
Roberto Ierusalimschy
|
0acd55898d
Added gcc option '-Wconversion'
|
1 年之前 |
Roberto Ierusalimschy
|
a08d82eb13
llimits.h being used by all Lua code
|
1 年之前 |
Roberto Ierusalimschy
|
9fa63a6268
Some 'unsigned int' changed to 'unsigned'
|
1 年之前 |
Roberto Ierusalimschy
|
52aa2b5d24
Details
|
1 年之前 |
Roberto Ierusalimschy
|
0c9bec0d38
Better handling of size limit when resizing a table
|
1 年之前 |
Roberto Ierusalimschy
|
3e9dbe143d
New function 'table.create'
|
1 年之前 |
Roberto Ierusalimschy
|
86e8039a72
Clock component removed from 'luaL_makeseed'
|
2 年之前 |
Roberto Ierusalimschy
|
5a04f1851e
New function 'luaL_makeseed'
|
2 年之前 |
Roberto Ierusalimschy
|
cd56f222b7
Corrected error message in 'table.remove'
|
2 年之前 |
Roberto Ierusalimschy
|
deac067ed3
Avoid overflows when incrementing parameters in C
|
3 年之前 |
Roberto Ierusalimschy
|
bef250eb8d
Details
|
4 年之前 |
Roberto Ierusalimschy
|
59c88f846d
Broadening the use of branch hints
|
4 年之前 |
Roberto Ierusalimschy
|
c03c527fd2
Bug: 'string.concat' error message uses wrong format
|
4 年之前 |
Roberto Ierusalimschy
|
e888976bc6
Details (typos in comments)
|
6 年之前 |
Roberto Ierusalimschy
|
2c68e66570
Details
|
6 年之前 |
Roberto Ierusalimschy
|
0b63d79b36
Details
|
6 年之前 |
Roberto Ierusalimschy
|
d12262068d
Small optimizations in range checks
|
6 年之前 |
Roberto Ierusalimschy
|
f99509581e
Removed extra information from RCS keyword strings
|
7 年之前 |
Roberto Ierusalimschy
|
03c6a05ec8
no more nil-in-table
|
7 年之前 |
Roberto Ierusalimschy
|
89da4168df
avoid functions named 'pack'
|
7 年之前 |
Roberto Ierusalimschy
|
34b00c16e2
removed compatibility code with older versions
|
7 年之前 |
Roberto Ierusalimschy
|
d766e2ae17
first (parcial) implementation of 'keyin'/'removekey'
|
7 年之前 |
Roberto Ierusalimschy
|
7d6b78ee79
in 'table.move', destination table can be source table even if
|
9 年之前 |
Roberto Ierusalimschy
|
f79b4568ae
details (removed silly use of 'luaL_opt' + better error messages
|
9 年之前 |
Roberto Ierusalimschy
|
e383941652
in 'table.sort': 'typedef' for type of indices + removed stack check
|
9 年之前 |
Roberto Ierusalimschy
|
5936eb16d8
randomness in 'table.sort' used only when needed (big imbalance in
|
9 年之前 |
Roberto Ierusalimschy
|
7dc3ca7b8e
handling 'clock_t' and 'time_t' correctly in ISO C point of view
|
9 年之前 |