Commit Graph

33 Commits

Author SHA1 Message Date
jolan
0d23414c4a re-unhardcode /usr/local 2007-10-29 22:38:42 +00:00
merdely
f525d52359 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN 2007-09-16 00:27:05 +00:00
jolan
85fd4335b9 prevent lua from blowing up the c stack
from lua author roberto ierusalimschy via pedro martelletto
2007-09-15 09:42:57 +00:00
mbalmer
34209deb75 Remove Pedro Martelleto as MAINTAINER per his own request.
ok espie
2007-08-05 12:34:33 +00:00
pedro
1bbf9e3c7e Lua 5.1.2, okay sturm@ 2007-04-03 07:05:06 +00:00
pedro
098ff510f6 Use arc4random(3) for math.random(), okay jolan@ 2007-03-15 22:03:37 +00:00
pedro
a36c94a279 With the recent GCC change, there is no need to manually ignore
__attribute__((visibility)) anymore
2007-01-07 17:31:53 +00:00
pedro
cd9944f596 Install lua.pc, okay jolan@ fgsch@ 2006-10-29 19:45:54 +00:00
pedro
24a30b2607 Also provide a shared version of the Lua library
Discussed with and okay jolan@
2006-09-25 02:39:06 +00:00
pedro
a872683a28 Upgrade to Lua 5.1.1 2006-08-01 15:50:27 +00:00
pedro
b5b8b158bc Update to Lua 5.1, okay jolan@ 2006-07-30 04:25:41 +00:00
pedro
d029a28f91 Update to Lua 5.0.3 2006-06-27 03:43:19 +00:00
david
f85600afe0 move any perl or sed substitutions from post-patch to pre-configure
(fixes make update-patches)
ok sturm@; "looks reasonable" steven@
2006-02-08 04:54:48 +00:00
pedro
577c250b2c Fix collection of weak tables, from Roberto Ierusalimschy, okay jolan@ 2006-01-26 16:17:40 +00:00
jolan
b9f762be69 add fixedpoint flavor, uses int instead of double to represent numbers
in lua.  mostly just an academic exercise, but is 300% faster on zaurus
when doing simple arithmetic

ok pedro@
2006-01-21 01:29:40 +00:00
pedro
5da46537f3 Replace the very few uses of strcpy(), strcat() and sprintf() by their
safe counterparts, okay jolan@
2006-01-18 11:17:03 +00:00
alek
275b321055 - SHARED_LIBS
- Regen PFRAG.shared
- Bump PKGNAME
2006-01-03 23:00:31 +00:00
pedro
293cae4b06 Use local variables as to not leak them to user context 2005-12-10 23:02:05 +00:00
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
c737adaeb4 correctly deal with architectures that have no shared libs
spotted, tutoring and ok'd by jolan@
2004-07-04 23:34:36 +00:00
pedro
491963bb4e forgot to change these to openbsd.org as well 2004-07-03 14:23:32 +00:00
pedro
bba36daf03 enable lua on sparc64 2004-05-25 12:14:30 +00:00
jolan
83ea375ed6 update to 5.0.2, from pedro martelletto (maintainer) 2004-04-08 01:44:41 +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
naddy
e38608844b No regression tests available. 2002-10-27 14:12:47 +00:00
espie
e82b62f79c Bump NEED_VERSION 2002-03-21 21:09:16 +00:00
lebel
5137d97f38 lang: integrate COMMENT, bump NEED_VERSION. 2001-05-06 01:27:52 +00:00
wilfried
03dc25d937 respect CC/CFLAGS, ok naddy@ 2001-03-26 08:49:09 +00:00
dbt
34ab73a5c3 Oh look, cvs dropped a makefile commit. 2001-01-19 01:16:51 +00:00
dbt
ef9e2e98a5 Update to lua 4.0 2000-12-19 06:49:59 +00:00
dbt
fe351f8dc0 Should build on alpha now, update MAINTAINER
ok espie@
2000-10-22 22:56:05 +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