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

..24-Dec-2021-

COPYRIGHTH A D24-Dec-20211.5 KiB3525

HISTORYH A D24-Dec-20217.7 KiB184172

READMEH A D24-Dec-20211.3 KiB3829

double_serialization.cppH A D24-Dec-20212.6 KiB6927

double_serialization.hH A D24-Dec-20211.8 KiB7217

lapi.cppH A D24-Dec-202122.1 KiB1,078844

lapi.hH A D24-Dec-2021211 175

lauxlib.cppH A D24-Dec-202117.1 KiB658465

lauxlib.hH A D24-Dec-20215.6 KiB17397

lbaselib.cppH A D24-Dec-202116.6 KiB656525

lcode.cppH A D24-Dec-202120.8 KiB837698

lcode.hH A D24-Dec-20212.6 KiB7749

ldblib.cppH A D24-Dec-20219.9 KiB401334

ldebug.cppH A D24-Dec-202115.7 KiB621522

ldebug.hH A D24-Dec-20211,008 3418

ldo.cppH A D24-Dec-202115.7 KiB543438

ldo.hH A D24-Dec-20211.8 KiB5732

lfunc.cppH A D24-Dec-20214.4 KiB172135

lfunc.hH A D24-Dec-20211 KiB3519

lgc.cppH A D24-Dec-202119.6 KiB709581

lgc.hH A D24-Dec-20213 KiB11160

linit.cppH A D24-Dec-2021711 3824

liolib.cppH A D24-Dec-202114.3 KiB593203

llex.cppH A D24-Dec-202112.8 KiB474391

llex.hH A D24-Dec-20212.1 KiB8247

llimits.hH A D24-Dec-20212.2 KiB12651

lmathlib.cppH A D24-Dec-20216.5 KiB277211

lmem.cppH A D24-Dec-20212 KiB8441

lmem.hH A D24-Dec-20211.4 KiB4929

loadlib.cppH A D24-Dec-20219.2 KiB332220

lobject.cppH A D24-Dec-20215.2 KiB211171

lobject.hH A D24-Dec-20218.2 KiB381219

lopcodes.cppH A D24-Dec-20212.8 KiB10386

lopcodes.hH A D24-Dec-20217.8 KiB269112

loslib.cppH A D24-Dec-20216.5 KiB246158

lparser.cppH A D24-Dec-202135.8 KiB1,3381,071

lparser.hH A D24-Dec-20212.2 KiB8357

lstate.cppH A D24-Dec-20215.5 KiB212167

lstate.hH A D24-Dec-20214.8 KiB169110

lstring.cppH A D24-Dec-20213 KiB10987

lstring.hH A D24-Dec-2021759 3215

lstrlib.cppH A D24-Dec-202122.9 KiB863731

ltable.cppH A D24-Dec-202116 KiB594410

ltable.hH A D24-Dec-20211.1 KiB4124

ltablib.cppH A D24-Dec-20216.9 KiB277223

ltm.cppH A D24-Dec-20211.6 KiB7551

ltm.hH A D24-Dec-2021968 5532

lua.hH A D24-Dec-202111.4 KiB390181

lua_persist.cppH A D24-Dec-202123.2 KiB803343

lua_persistence.hH A D24-Dec-20212.3 KiB6813

lua_persistence_util.cppH A D24-Dec-202110.6 KiB385243

lua_persistence_util.hH A D24-Dec-20214.8 KiB12239

lua_unpersist.cppH A D24-Dec-202120.6 KiB717344

luaconf.hH A D24-Dec-202120.9 KiB725230

lualib.hH A D24-Dec-2021982 5425

lvm.cppH A D24-Dec-202122.6 KiB765688

lvm.hH A D24-Dec-20211.1 KiB3721

lzio.cppH A D24-Dec-20211.5 KiB8159

lzio.hH A D24-Dec-20211.5 KiB6836

scummvm_file.cppH A D24-Dec-20217.7 KiB271191

scummvm_file.hH A D24-Dec-20212.6 KiB8547

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