Sign in
skia
/
external
/
github.com
/
lua
/
lua
/
HEAD
c037162
Stricter test for use of '__builtin_expect'
by Roberto I
· 12 days ago
master
efddc23
Bug: wrong initialization in result from 'gmatch'
by Roberto Ierusalimschy
· 12 days ago
f1bb277
Bug: Loading a binary chunk does not run the GC
by Roberto I
· 12 days ago
51269bd
Adjustment in useless parameter L in macros luai_num*
by Roberto I
· 4 weeks ago
377cbea
'table.tunpack' using 'aux_getn' like the others
by Roberto I
· 5 weeks ago
36d5d2b
Details
by Roberto I
· 5 weeks ago
9e501d9
Slightly better documentation for LUAI_MAXALIGN
by Roberto I
· 5 weeks ago
10eb89d
BUG: shift overflow in utf-8 decode
by Roberto I
· 8 weeks ago
7c40c5e
Details
by Roberto Ierusalimschy
· 9 weeks ago
b60e2bc
Avoid an assignment of values that overlap
by Roberto Ierusalimschy
· 9 weeks ago
c6b4848
Environment variable for readline library name
by Roberto I
· 2 months ago
efbc297
New year and (eventual) new release
by Roberto I
· 2 months ago
cfcaa94
Explanation about char* parameters in the C API
by Roberto I
· 3 months ago
3360710
Another way to handle option -E
by Roberto I
· 3 months ago
e992c6a
Some compilation options configurable from makefile
by Roberto Ierusalimschy
· 3 months ago
f5d1e86
New compile option LUA_COMPAT_LOOPVAR
by Roberto I
· 3 months ago
2a7cf4f
More effort in avoiding errors in finalizers
by Roberto I
· 3 months ago
5cfc725
Special case for 'string.rep' over an empty string
by Roberto I
· 3 months ago
45c7ae5
BUG: Possible overflow in 'string.packsize'
by Roberto I
· 3 months ago
962f444
Details
by Roberto I
· 3 months ago
c4e2c91
Details
by Roberto I
· 3 months ago
632a71b
BUG: Arithmetic overflow in 'collectgarbage"step"'
by Roberto I
· 4 months ago
578ae57
Details
by Roberto I
· 4 months ago
a5522f0
GC checks stack space before running finalizer
by Roberto I
· 4 months ago
v5.5.0
3d03ae5
'luaL_newstate' starts state with warnings on
by Roberto I
· 4 months ago
82d721a
Format adjust in the manual
by Roberto I
· 4 months ago
104b0fc
Details
by Roberto I
· 4 months ago
8164d09
Wrong assert in 'luaK_indexed'
by Roberto I
· 4 months ago
985ef32
In luaB_close, running coroutines do not go to default
by Roberto I
· 4 months ago
rc
a07f6a8
Functions with vararg tables don't need hidden args.
by Roberto I
· 5 months ago
f33cc4d
New conceptual model for vararg
by Roberto I
· 5 months ago
d94f7ba
Details
by Roberto I
· 5 months ago
4cf4982
'__pairs' can also return a to-be-closed object
by Roberto I
· 5 months ago
5b7d998
External strings are as good as internal ones
by Roberto I
· 5 months ago
81f4def
Correction in line info for semantic errors
by Roberto I
· 5 months ago
e44f3a2
Global initialization checks name conflict
by Roberto I
· 5 months ago
f791bb6
Details
by Roberto I
· 5 months ago
d342328
Vertical bar removed from syntax of vararg table
by Roberto I
· 5 months ago
0149b78
Case VVARGIND added to luaK_storevar
by Roberto Ierusalimschy
· 5 months ago
d4eff00
Fixed initialization of global variables
by Roberto I
· 6 months ago
fca9744
Small change in 'trymt'
by Roberto I
· 6 months ago
26755ca
Added "attribute internal" to __MACH__ platforms
by Roberto I
· 6 months ago
b352217
Standard allocator function added to the API
by Roberto I
· 6 months ago
9c66903
Details
by Roberto I
· 6 months ago
30a7b93
Two new memory tests
by Roberto I
· 6 months ago
7a92f3f
Change in dumping of NULL strings
by Roberto I
· 6 months ago
3347c9d
Initialization of too many locals break assertion
by Roberto I
· 6 months ago
25c54fe
Optimization for vararg tables
by Roberto I
· 7 months ago
0cc3c94
Small tweaks in makefile
by Roberto I
· 7 months ago
8fb1af0
Varag parameter is a new kind of variable
by Roberto I
· 7 months ago
140b672
Vararg table
by Roberto I
· 7 months ago
9ea06e6
Details
by Roberto I
· 7 months ago
ffbcadf
In C++, 'throw' must go to the correct handler.
by Roberto I
· 7 months ago
0b73ed8
Allows LUA_32BITS to be defined externally
by Roberto Ierusalimschy
· 8 months ago
f87416f
Added limit to number of elements in a constructor
by Roberto I
· 8 months ago
03a3473
'ltests.h' should not use LUAI_FUNC
by Roberto I
· 8 months ago
9a39403
New compile option LUA_USE_OFF_T
by Roberto Ierusalimschy
· 8 months ago
7118906
update in 'onelua.c'
by Roberto Ierusalimschy
· 8 months ago
13d2326
Some definitions moved from luaconf.h to llimits.h
by Roberto Ierusalimschy
· 8 months ago
06c5d38
Removed code for compatibility with version 5.3
by Roberto I
· 8 months ago
c345877
Better documentation for LUA_ERRERR
by Roberto I
· 8 months ago
907d172
Added lock/unlock to API function 'lua_rawlen'
by Roberto I
· 8 months ago
88aa404
Keep the order left-right in shifts
by Roberto I
· 8 months ago
c688b00
Detail in 'obj2gco'
by Roberto I
· 8 months ago
dd09567
Small cleaning services
by Roberto I
· 8 months ago
53dc5a3
Functions 'frexp'-'ldexp' back to the math library
by Roberto I
· 8 months ago
5b179ea
Details
by Roberto I
· 8 months ago
8fddca8
'onelua' can use the test library
by Roberto Ierusalimschy
· 9 months ago
c33bb08
Added some casts for 32-bit machines
by Roberto Ierusalimschy
· 9 months ago
e3716ee
Fix in string.rep
by Roberto Ierusalimschy
· 9 months ago
303f415
Randomness added to table length computation
by Roberto Ierusalimschy
· 9 months ago
ccb8b30
Correction in utf8.offset
by Roberto Ierusalimschy
· 9 months ago
60b6599
Short strings can be external, too
by Roberto Ierusalimschy
· 9 months ago
c612685
lua.c doesn't use function pointers with LUA_READLINE
by Roberto Ierusalimschy
· 9 months ago
85a3c16
New method to unload DLLs
by Roberto Ierusalimschy
· 9 months ago
f65d1f9
lua option '--' may not be followed by script
by Roberto Ierusalimschy
· 9 months ago
942c10a
Optional initialization for global declarations
by Roberto Ierusalimschy
· 9 months ago
8485687
Correction in definition of CIST_FRESH
by Roberto Ierusalimschy
· 9 months ago
03d672a
Details (comments)
by Roberto Ierusalimschy
· 9 months ago
03bf7fd
Added missing casts from lua_Unsigned to size_t
by Roberto Ierusalimschy
· 10 months ago
59a1adf
LUAI_MAXSTACK defined privately
by Roberto Ierusalimschy
· 10 months ago
cfce6f4
Warning in loslib.c (signed-unsigned comparison)
by Roberto Ierusalimschy
· 10 months ago
v5.5-beta
1da89da
Manual updated to version 5.5
by Roberto Ierusalimschy
· 10 months ago
f6c627a
Cast added to 'add_history'
by Roberto Ierusalimschy
· 10 months ago
270a58c
Application name for 'readline' is "lua", not "Lua"
by Roberto Ierusalimschy
· 10 months ago
=list
30531c2
Refactoring in the use of 'readline' by 'lua.c'
by Roberto Ierusalimschy
· 10 months ago
07b009c
No need to limit variable declarations to 250
by Roberto Ierusalimschy
· 10 months ago
f711567
Check string indices when loading binary chunk
by Roberto Ierusalimschy
· 10 months ago
9386e49
New metatable in an all-weak table can fool the GC
by Roberto Ierusalimschy
· 10 months ago
8cd7ae7
Simpler code for 'traversetable'
by Roberto Ierusalimschy
· 10 months ago
0cecf1a
Dump uses varints also for integer constants
by Roberto Ierusalimschy
· 10 months ago
e657a48
The main thread cannot be closed
by Roberto Ierusalimschy
· 10 months ago
fd89702
A coroutine can close itself
by Roberto Ierusalimschy
· 10 months ago
d05fe48
Loading a binary chunk should not break assertions
by Roberto Ierusalimschy
· 10 months ago
519c57d
Removed uneeded check in parser
by Roberto Ierusalimschy
· 10 months ago
c15543b
Bug: check for constructor overflow in [exp] fields
by Roberto Ierusalimschy
· 11 months ago
be05c44
New way to control preambular declaration
by Roberto Ierusalimschy
· 11 months ago
6d53701
Proper error message when jumping into 'global *'
by Roberto Ierusalimschy
· 11 months ago
abbae57
Variable attributes can prefix name list
by Roberto Ierusalimschy
· 11 months ago
f2c1531
Detail
by Roberto Ierusalimschy
· 11 months ago
Next »