Menu

Tree [fa81db] master /
 History

HTTPS access


File Date Author Commit
 bin 2003-10-26 Dan Potter Dan Potter [477da5] Newly ported Lua 5.0
 doc 2003-10-26 Dan Potter Dan Potter [477da5] Newly ported Lua 5.0
 etc 2008-10-22 Harley Laue Harley Laue [9f742c] Removing all the old CVSID stuff from the kos-p...
 include 2012-07-06 Harley Laue Harley Laue [93841c] Fix this so the examples compile again
 kos 2003-10-26 Dan Potter Dan Potter [477da5] Newly ported Lua 5.0
 lib 2003-10-26 Dan Potter Dan Potter [477da5] Newly ported Lua 5.0
 src 2008-10-22 Harley Laue Harley Laue [9f742c] Removing all the old CVSID stuff from the kos-p...
 test 2003-10-26 Dan Potter Dan Potter [477da5] Newly ported Lua 5.0
 .gitignore 2012-07-17 Harley Laue Harley Laue [fa81db] Added gitignore
 COPYRIGHT 2003-10-26 Dan Potter Dan Potter [477da5] Newly ported Lua 5.0
 HISTORY 2003-10-26 Dan Potter Dan Potter [477da5] Newly ported Lua 5.0
 INSTALL 2003-10-26 Dan Potter Dan Potter [477da5] Newly ported Lua 5.0
 MANIFEST 2003-10-26 Dan Potter Dan Potter [477da5] Newly ported Lua 5.0
 Makefile 2012-07-06 Harley Laue Harley Laue [93841c] Fix this so the examples compile again
 Makefile.dist 2003-10-26 Dan Potter Dan Potter [477da5] Newly ported Lua 5.0
 README 2003-10-26 Dan Potter Dan Potter [477da5] Newly ported Lua 5.0
 build 2003-10-26 Dan Potter Dan Potter [477da5] Newly ported Lua 5.0
 config 2004-08-07 Dan Potter Dan Potter [af4843] lua: update config to use new KOS build system
 config.dist 2003-10-26 Dan Potter Dan Potter [477da5] Newly ported Lua 5.0
 configure 2003-10-26 Dan Potter Dan Potter [477da5] Newly ported Lua 5.0

Read Me

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)