Commit Graph

7 Commits

Author SHA1 Message Date
pedro
ddfd9b9a56 enable line-editing support, bump package name, okay jolan@ 2005-04-27 16:41:11 +00:00
pedro
e18b21c32d introduce a simple package management facility for lua, by permitting
each package to have an initialization file, and keeping a table of
'<package> = <file>' entries in a known place. these files are loaded
upon lua's activation, and should normally be small, quick pieces of
code responsible for preparing the environment (luapath, cpath) for
the packages they represent.

also, make it possible for every user to have her/his own lua
initialization routines under ~/.lua/init.lua, so that the system-wide
mechanism described above can be replicated to user-specific cases.

prodding, all sorts of ports tutoring and ok jolan@
2004-12-16 13:04:07 +00:00
pedro
f6c613a30d enable popen() support 2004-08-06 18:42:11 +00:00
jolan
a63d0acf70 update to 5.0, maintainer timeout.
from new maintainer Pedro Martelletto and myself
2003-12-03 00:56:43 +00:00
wilfried
03dc25d937 respect CC/CFLAGS, ok naddy@ 2001-03-26 08:49:09 +00:00
dbt
4e98fd8c93 lua 4.0 port. 2000-12-19 06:58:46 +00:00
kevlo
37790aab57 Initial import of lua-3.2
lua ia a powerful, light-weight programming language.

Submitted by:	David Terrell <dbt@meat.net>
2000-08-16 03:15:41 +00:00