Commit graph

10 commits

Author SHA1 Message Date
Edwin Groothuis
51eca5f2e6 [UPDATE]: lang/ferite: Update to version 1.0.2
This patch will update lang/ferite to version 1.0.2. This version fixes several memory issues:

	- Fix for a threading issue that caused the engine to crash with a memory issue.
	- Fix for rmi and a lack of parsing of arguments within function calls.
	- Fix for rmi that caused the starvation of network sockets within the server environment. The new fix forces
		the GC to be run when in blocking listen mode and also forces the shutdown of network sockets.
	- Fix for array code that would cause objects to have an inflated refcount and cause scripts to not deleted
		objects within the GC
	- Fix for refcounting issues within the assignment of objects
	- Fix for building on CYGWIN: required -no-undefined on the libraries and a missing header in aphex_thread.c
	- Fix for class/namespace modifies on a class/namesapce that already exists

PR:		ports/91409
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2006-01-07 02:26:57 +00:00
Emanuel Haupt
2e8e9197d7 Update to 1.0.1
PR:		91095
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com> (maintainer)
2005-12-31 05:12:17 +00:00
Renato Botelho
8aad0c1dff - Add SHA256 to all ports submitter maintain
PR:		ports/88791
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-11-10 18:41:27 +00:00
Pav Lucistnik
1a24cd790f - Update to 1.0.0
- Take maintainership

PR:		ports/87695
Submitted by:	Frank Laszlo <laszlof@vonostingroup.com>
2005-10-21 22:37:29 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Tilman Keskinoz
c4897416bc Update to 0.99.6
PR:		47084
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-01-18 22:20:18 +00:00
FUJISHIMA Satsuki
d49de8a9ae o update to 0.99.4.
o change maintainer's e-mail address.

PR:		33748
Submitted by:	maintainer
2002-01-19 05:02:32 +00:00
David W. Chapman Jr.
b0d53c6558 Update to 0.99.3
PR:		32027
Submitted by:	maintainer
2001-11-24 02:43:25 +00:00
Ying-Chieh Liao
2cdaf1d950 upgrade to 0.99.2
PR:		31964
Submitted by:	maintainer
2001-11-14 03:12:36 +00:00
Ying-Chieh Liao
6bd1710bb2 add ferite
An embeddable scripting language

PR:		30094
Submitted by:	Jeremy Norris <ishmael27@home.com>
2001-10-14 14:45:04 +00:00