manual
|
0ddc0f47bd
Several details about 5.4.0 rc1
|
преди 5 години |
testes
|
513559cc47
Fixed bug in 'string.format("%p")'
|
преди 5 години |
all
|
be78aeae4c
Default for warnings changed to "off"
|
преди 6 години |
lapi.c
|
46c3587a6f
Clearer distinction between types and tags
|
преди 5 години |
lapi.h
|
bd1b87c579
Comments (mosty typos)
|
преди 5 години |
lauxlib.c
|
6eb53b7526
Details
|
преди 5 години |
lauxlib.h
|
9e0a8475cd
Added 'simplesect' sections to the manual
|
преди 5 години |
lbaselib.c
|
b96b0b5abb
Added macro 'luaL_pushfail'
|
преди 6 години |
lcode.c
|
e460752323
Fixed "conceptual" bug in 'luaK_setreturns'
|
преди 5 години |
lcode.h
|
6eb53b7526
Details
|
преди 5 години |
lcorolib.c
|
7bd1e53753
Fixed a warning and other minor issues
|
преди 5 години |
lctype.c
|
e0ab13c62f
Easy way to allow Unicode characters in identifiers
|
преди 5 години |
lctype.h
|
f99509581e
Removed extra information from RCS keyword strings
|
преди 7 години |
ldblib.c
|
6eb53b7526
Details
|
преди 5 години |
ldebug.c
|
6eb53b7526
Details
|
преди 5 години |
ldebug.h
|
6d04537ea6
A to-be-closed variable must have a closable value (or be nil)
|
преди 6 години |
ldo.c
|
46c3587a6f
Clearer distinction between types and tags
|
преди 5 години |
ldo.h
|
bd96330d03
First "complete" implementation of to-be-closed variables
|
преди 6 години |
ldump.c
|
e8a52281d9
Code style in 'ldump'/'lundump'.
|
преди 5 години |
lfunc.c
|
46c3587a6f
Clearer distinction between types and tags
|
преди 5 години |
lfunc.h
|
5f83fb6582
Details
|
преди 5 години |
lgc.c
|
9e0a8475cd
Added 'simplesect' sections to the manual
|
преди 5 години |
lgc.h
|
b14609032c
Avoid the creation of too many strings in 'package'
|
преди 6 години |
linit.c
|
f99509581e
Removed extra information from RCS keyword strings
|
преди 7 години |
liolib.c
|
46c3587a6f
Clearer distinction between types and tags
|
преди 5 години |
ljumptab.h
|
0ddc0f47bd
Several details about 5.4.0 rc1
|
преди 5 години |
llex.c
|
5ff408d218
Changed internal representation of booleans
|
преди 5 години |
llex.h
|
f99509581e
Removed extra information from RCS keyword strings
|
преди 7 години |
llimits.h
|
3747487320
Small correction in assertion
|
преди 5 години |
lmathlib.c
|
0ddc0f47bd
Several details about 5.4.0 rc1
|
преди 5 години |
lmem.c
|
bd1b87c579
Comments (mosty typos)
|
преди 5 години |
lmem.h
|
f99509581e
Removed extra information from RCS keyword strings
|
преди 7 години |
loadlib.c
|
a901c505ab
Fixed warning about casts between function pointers
|
преди 5 години |
lobject.c
|
72a094bda7
Undo change in the handling of 'L->top' (commit b80077b8f3)
|
преди 6 години |
lobject.h
|
0ddc0f47bd
Several details about 5.4.0 rc1
|
преди 5 години |
lopcodes.c
|
0ddc0f47bd
Several details about 5.4.0 rc1
|
преди 5 години |
lopcodes.h
|
0ddc0f47bd
Several details about 5.4.0 rc1
|
преди 5 години |
lopnames.h
|
0ddc0f47bd
Several details about 5.4.0 rc1
|
преди 5 години |
loslib.c
|
0ddc0f47bd
Several details about 5.4.0 rc1
|
преди 5 години |
lparser.c
|
cac075a122
Small issue in 'exprstat'
|
преди 5 години |
lparser.h
|
5f83fb6582
Details
|
преди 5 години |
lprefix.h
|
0ddc0f47bd
Several details about 5.4.0 rc1
|
преди 5 години |
lstate.c
|
7288528a1e
Short strings always use all bytes in the hash
|
преди 5 години |
lstate.h
|
46c3587a6f
Clearer distinction between types and tags
|
преди 5 години |
lstring.c
|
7288528a1e
Short strings always use all bytes in the hash
|
преди 5 години |
lstring.h
|
7288528a1e
Short strings always use all bytes in the hash
|
преди 5 години |
lstrlib.c
|
513559cc47
Fixed bug in 'string.format("%p")'
|
преди 5 години |
ltable.c
|
46c3587a6f
Clearer distinction between types and tags
|
преди 5 години |
ltable.h
|
0ddc0f47bd
Several details about 5.4.0 rc1
|
преди 5 години |
ltablib.c
|
e888976bc6
Details (typos in comments)
|
преди 6 години |
ltests.c
|
513559cc47
Fixed bug in 'string.format("%p")'
|
преди 5 години |
ltests.h
|
948fb628d9
Details
|
преди 5 години |
ltm.c
|
46c3587a6f
Clearer distinction between types and tags
|
преди 5 години |
ltm.h
|
46c3587a6f
Clearer distinction between types and tags
|
преди 5 години |
lua.c
|
be78aeae4c
Default for warnings changed to "off"
|
преди 6 години |
lua.h
|
46c3587a6f
Clearer distinction between types and tags
|
преди 5 години |
luaconf.h
|
2d92102dee
'l_mathlim' renamed to 'l_floatatt'
|
преди 5 години |
lualib.h
|
f99509581e
Removed extra information from RCS keyword strings
|
преди 7 години |
lundump.c
|
e8a52281d9
Code style in 'ldump'/'lundump'.
|
преди 5 години |
lundump.h
|
f53eabeed8
Small changes in the header of binary files
|
преди 6 години |
lutf8lib.c
|
9e0a8475cd
Added 'simplesect' sections to the manual
|
преди 5 години |
lvm.c
|
6eb53b7526
Details
|
преди 5 години |
lvm.h
|
0ddc0f47bd
Several details about 5.4.0 rc1
|
преди 5 години |
lzio.c
|
f99509581e
Removed extra information from RCS keyword strings
|
преди 7 години |
lzio.h
|
f99509581e
Removed extra information from RCS keyword strings
|
преди 7 години |
makefile
|
6a10f03ff8
Makefile compiles the Lua compiler with '-Os'
|
преди 5 години |
onelua.c
|
23e6bac8a0
Keep correct type for immediate operands in comparisons
|
преди 6 години |