rpm/lua
niemeyer b0ccb6fc07 Adding missing entries in EXTRA_DIST.
CVS patchset: 7186
CVS date: 2004/03/23 18:38:19
2004-03-23 18:38:19 +00:00
..
include Splint annotations. 2004-03-23 05:09:13 +00:00
lib Splint annotations. 2004-03-23 05:09:13 +00:00
local Splint annotations. 2004-03-23 05:09:13 +00:00
lua Splint annotations. 2004-03-23 05:09:13 +00:00
luac Splint annotations. 2004-03-23 05:09:13 +00:00
.cvsignore Splint annotations. 2004-03-23 05:09:13 +00:00
.splintrc Splint annotations. 2004-03-23 05:09:13 +00:00
COPYRIGHT Upgrading to Lua 5.0.2. 2004-03-19 21:14:32 +00:00
HISTORY - Implemented support for internal Lua scripts. 2004-03-16 21:58:25 +00:00
Makefile.am Adding missing entries in EXTRA_DIST. 2004-03-23 18:38:19 +00:00
README - Implemented support for internal Lua scripts. 2004-03-16 21:58:25 +00:00
lapi.c Splint annotations. 2004-03-23 05:09:13 +00:00
lapi.h Splint annotations. 2004-03-23 05:09:13 +00:00
lcode.c Splint annotations. 2004-03-23 05:09:13 +00:00
lcode.h Splint annotations. 2004-03-23 05:09:13 +00:00
ldebug.c Splint annotations. 2004-03-23 05:09:13 +00:00
ldebug.h Splint annotations. 2004-03-23 05:09:13 +00:00
ldo.c Splint annotations. 2004-03-23 05:09:13 +00:00
ldo.h Splint annotations. 2004-03-23 05:09:13 +00:00
ldump.c Splint annotations. 2004-03-23 05:09:13 +00:00
lfunc.c - Implemented support for internal Lua scripts. 2004-03-16 21:58:25 +00:00
lfunc.h Splint annotations. 2004-03-23 05:09:13 +00:00
lgc.c Splint annotations. 2004-03-23 05:09:13 +00:00
lgc.h Splint annotations. 2004-03-23 05:09:13 +00:00
llex.c Splint annotations. 2004-03-23 05:09:13 +00:00
llex.h Splint annotations. 2004-03-23 05:09:13 +00:00
llimits.h - Implemented support for internal Lua scripts. 2004-03-16 21:58:25 +00:00
lmem.c - Implemented support for internal Lua scripts. 2004-03-16 21:58:25 +00:00
lmem.h Splint annotations. 2004-03-23 05:09:13 +00:00
lobject.c Splint annotations. 2004-03-23 05:09:13 +00:00
lobject.h Splint annotations. 2004-03-23 05:09:13 +00:00
lopcodes.c - Implemented support for internal Lua scripts. 2004-03-16 21:58:25 +00:00
lopcodes.h Splint annotations. 2004-03-23 05:09:13 +00:00
lparser.c Splint annotations. 2004-03-23 05:09:13 +00:00
lparser.h Splint annotations. 2004-03-23 05:09:13 +00:00
lstate.c Splint annotations. 2004-03-23 05:09:13 +00:00
lstate.h Splint annotations. 2004-03-23 05:09:13 +00:00
lstring.c Splint annotations. 2004-03-23 05:09:13 +00:00
lstring.h Splint annotations. 2004-03-23 05:09:13 +00:00
ltable.c Splint annotations. 2004-03-23 05:09:13 +00:00
ltable.h Splint annotations. 2004-03-23 05:09:13 +00:00
ltests.c Splint annotations. 2004-03-23 05:09:13 +00:00
ltm.c Splint annotations. 2004-03-23 05:09:13 +00:00
ltm.h Splint annotations. 2004-03-23 05:09:13 +00:00
lundump.c Splint annotations. 2004-03-23 05:09:13 +00:00
lundump.h Splint annotations. 2004-03-23 05:09:13 +00:00
lvm.c Splint annotations. 2004-03-23 05:09:13 +00:00
lvm.h Splint annotations. 2004-03-23 05:09:13 +00:00
lzio.c - Implemented support for internal Lua scripts. 2004-03-16 21:58:25 +00:00
lzio.h Splint annotations. 2004-03-23 05:09:13 +00:00

README

This is Lua 5.0.
See HISTORY for a summary of changes since the last released version.

* What is Lua?
  ------------
  Lua is a powerful, light-weight programming language designed for extending
  applications. Lua is also frequently used as a general-purpose, stand-alone
  language. Lua is free software.

  For complete information, visit Lua's web site at http://www.lua.org/ .
  For an executive summary, see http://www.lua.org/about.html .

  Lua has been used in many different projects around the world.
  For a short list, see http://www.lua.org/uses.html .

* Availability
  ------------
  Lua is freely available for both academic and commercial purposes.
  See COPYRIGHT and http://www.lua.org/license.html for details.
  Lua can be downloaded from its official site http://www.lua.org/ and
  several other sites aroung the world. For a complete list of mirror sites,
  see http://www.lua.org/mirrors.html .

* Installation
  ------------
  Lua is implemented in pure ANSI C, and compiles unmodified in all known
  platforms that have an ANSI C compiler. Under Unix, simply typing "make"
  should work. See INSTALL for detailed instructions.

* Contacting the authors
  ----------------------
  Send your comments, questions, and bug reports to lua@tecgraf.puc-rio.br.
  For more information about the authors, see http://www.lua.org/authors.html .
  For reporting bugs, try also the mailing list: lua-l@tecgraf.puc-rio.br.
  For more information about this list, including instructions on how to
  subscribe and access the archives, see http://www.lua.org/lua-l.html .

* Origin
  ------
  Lua is developed at Tecgraf, the Computer Graphics Technology Group
  of PUC-Rio (the Pontifical Catholic University of Rio de Janeiro in Brazil).
  Tecgraf is a laboratory of the Department of Computer Science.

(end of README)