summaryrefslogtreecommitdiff
path: root/lang/lua50/files/patch-aa
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0cvs2svn2001-09-161-19/+0
| | | | | Notes: svn path=/head/; revision=47856 svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
* Don't hard-code -O2; inherit default CC and CFLAGS from <sys.mk>Kris Kennaway2001-04-301-5/+3
| | | | Notes: svn path=/head/; revision=42051
* Update to 4.0Kevin Lo2001-01-031-9/+11
| | | | | | | | PR: 24036 Submitted by: MAINTAINER Notes: svn path=/head/; revision=36623
* Lunchboxify by upgrading to lua 3.2.2 (distfile had the same name), andKris Kennaway2000-02-271-5/+6
| | | | | | | | | respect CFLAGS Noticed by: bento Notes: svn path=/head/; revision=26333
* Update port to 3.2Chris D. Faulhaber2000-02-011-8/+9
| | | | | | | | PR: 16469 Submitted by: Maintainer Notes: svn path=/head/; revision=25375
* Lua:Chris Piazza1999-07-061-0/+17
A programming language originally designed for extending applications, but also frequently used as a general-purpose, stand-alone language. Lua combines simple procedural syntax (similar to Pascal) with powerful data description constructs based on associative arrays and extensible semantics. PR: 12459 Submitted by: Richard Kiss <richard@homemail.com> Notes: svn path=/head/; revision=20090