• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-Oct-2020-

COPYRIGHTH A D07-Oct-20201.5 KiB3525

HISTORYH A D07-Oct-20207.7 KiB184172

READMEH A D07-Oct-20201.3 KiB3829

double_serialization.cppH A D07-Oct-20202.6 KiB6927

double_serialization.hH A D07-Oct-20201.7 KiB6217

lapi.cppH A D07-Oct-202022.1 KiB1,078844

lapi.hH A D07-Oct-2020211 175

lauxlib.cppH A D07-Oct-202017.1 KiB658465

lauxlib.hH A D07-Oct-20205.6 KiB17397

lbaselib.cppH A D07-Oct-202016.6 KiB656525

lcode.cppH A D07-Oct-202020.8 KiB837698

lcode.hH A D07-Oct-20202.6 KiB7749

ldblib.cppH A D07-Oct-20209.9 KiB401334

ldebug.cppH A D07-Oct-202015.7 KiB617518

ldebug.hH A D07-Oct-20201,008 3418

ldo.cppH A D07-Oct-202015.7 KiB541437

ldo.hH A D07-Oct-20201.8 KiB5732

lfunc.cppH A D07-Oct-20204.4 KiB172135

lfunc.hH A D07-Oct-20201 KiB3519

lgc.cppH A D07-Oct-202019.6 KiB709581

lgc.hH A D07-Oct-20203 KiB11160

linit.cppH A D07-Oct-2020711 3824

liolib.cppH A D07-Oct-202014.3 KiB593203

llex.cppH A D07-Oct-202012.8 KiB474391

llex.hH A D07-Oct-20202.1 KiB8247

llimits.hH A D07-Oct-20202.2 KiB12651

lmathlib.cppH A D07-Oct-20206.5 KiB277211

lmem.cppH A D07-Oct-20202 KiB8441

lmem.hH A D07-Oct-20201.4 KiB4929

loadlib.cppH A D07-Oct-20209.2 KiB332220

lobject.cppH A D07-Oct-20205.2 KiB211171

lobject.hH A D07-Oct-20208.2 KiB381219

lopcodes.cppH A D07-Oct-20202.8 KiB10386

lopcodes.hH A D07-Oct-20207.8 KiB269112

loslib.cppH A D07-Oct-20206.8 KiB256168

lparser.cppH A D07-Oct-202035.8 KiB1,3381,071

lparser.hH A D07-Oct-20202.2 KiB8357

lstate.cppH A D07-Oct-20205.5 KiB212167

lstate.hH A D07-Oct-20204.8 KiB169110

lstring.cppH A D07-Oct-20203 KiB10987

lstring.hH A D07-Oct-2020759 3215

lstrlib.cppH A D07-Oct-202022.9 KiB861729

ltable.cppH A D07-Oct-202016 KiB594410

ltable.hH A D07-Oct-20201.1 KiB4124

ltablib.cppH A D07-Oct-20206.9 KiB277223

ltm.cppH A D07-Oct-20201.6 KiB7551

ltm.hH A D07-Oct-2020968 5532

lua.hH A D07-Oct-202011.4 KiB390181

lua_persist.cppH A D07-Oct-202023.2 KiB803343

lua_persistence.hH A D07-Oct-20202.3 KiB6813

lua_persistence_util.cppH A D07-Oct-202010.6 KiB385243

lua_persistence_util.hH A D07-Oct-20204.8 KiB12239

lua_unpersist.cppH A D07-Oct-202020.6 KiB717344

luaconf.hH A D07-Oct-202020.9 KiB725230

lualib.hH A D07-Oct-2020971 5425

lvm.cppH A D07-Oct-202022.5 KiB763686

lvm.hH A D07-Oct-20201.1 KiB3721

lzio.cppH A D07-Oct-20201.5 KiB8159

lzio.hH A D07-Oct-20201.5 KiB6836

scummvm_file.cppH A D07-Oct-20206.7 KiB224156

scummvm_file.hH A D07-Oct-20201.8 KiB5824

README

1README for Lua 5.1
2
3See INSTALL for installation instructions.
4See HISTORY for a summary of changes since the last released version.
5
6* What is Lua?
7  ------------
8  Lua is a powerful, light-weight programming language designed for extending
9  applications. Lua is also frequently used as a general-purpose, stand-alone
10  language. Lua is free software.
11
12  For complete information, visit Lua's web site at http://www.lua.org/ .
13  For an executive summary, see http://www.lua.org/about.html .
14
15  Lua has been used in many different projects around the world.
16  For a short list, see http://www.lua.org/uses.html .
17
18* Availability
19  ------------
20  Lua is freely available for both academic and commercial purposes.
21  See COPYRIGHT and http://www.lua.org/license.html for details.
22  Lua can be downloaded at http://www.lua.org/download.html .
23
24* Installation
25  ------------
26  Lua is implemented in pure ANSI C, and compiles unmodified in all known
27  platforms that have an ANSI C compiler. In most Unix-like platforms, simply
28  do "make" with a suitable target. See INSTALL for detailed instructions.
29
30* Origin
31  ------
32  Lua is developed at Lua.org, a laboratory of the Department of Computer
33  Science of PUC-Rio (the Pontifical Catholic University of Rio de Janeiro
34  in Brazil).
35  For more information about the authors, see http://www.lua.org/authors.html .
36
37(end of README)
38