summaryrefslogtreecommitdiff
path: root/lang/arena (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* Update to 0.9.13.Roman Bogorodskiy2007-09-062-4/+4
| | | | Notes: svn path=/head/; revision=198900
* Update 0.9.12.Roman Bogorodskiy2007-08-232-4/+4
| | | | Notes: svn path=/head/; revision=198166
* Update to 0.9.11.Roman Bogorodskiy2007-08-172-4/+4
| | | | Notes: svn path=/head/; revision=197847
* Update to 0.9.10.Roman Bogorodskiy2007-02-112-4/+4
| | | | | | | | PR: 108938 Submitted by: chinsan Notes: svn path=/head/; revision=184876
* Update to 0.9.9.Roman Bogorodskiy2006-11-072-4/+4
| | | | Notes: svn path=/head/; revision=176738
* Update to 0.9.8.Roman Bogorodskiy2006-10-082-4/+4
| | | | Notes: svn path=/head/; revision=174942
* Update to 0.9.7.Roman Bogorodskiy2006-09-122-4/+4
| | | | Notes: svn path=/head/; revision=172851
* Update to 0.9.6.Roman Bogorodskiy2006-07-192-4/+4
| | | | Notes: svn path=/head/; revision=168229
* Update to 0.9.5.Roman Bogorodskiy2006-06-302-4/+9
| | | | Notes: svn path=/head/; revision=166650
* Update to 0.9.4.Roman Bogorodskiy2006-06-232-4/+4
| | | | Notes: svn path=/head/; revision=166139
* Update to 0.9.3.Roman Bogorodskiy2006-06-202-4/+4
| | | | Notes: svn path=/head/; revision=165829
* The Arena language was designed with the following main features in mind,Roman Bogorodskiy2006-06-154-0/+42
most of which were added on top of a very C-like core to support better ad-hoc scripting: * syntax similar to ANSI C * standard library similar to ANSI C * automatic memory management * runtime polymorphism * support for exceptions * support for anonymous functions Additionally, an interpreter for the Arena language can be implemented to be very compact in terms of both source code size and memory consumption. WWW: http://www.minimalinux.org/arena/ Notes: svn path=/head/; revision=165505