![]() |
News [Remove Frame]
![]() |
February 25, 2003 - New drop: DEVELOPMENT FOX 1.1.23
![]() |
Of course, all bugs from the STABLE release are now also fixed in the DEVELOPMENT release. Other news:
February 25, 2003 - New drop: STABLE FOX 1.0.34
![]() |
Over the course of the last week, a number of minor issues have surfaced which are now fixed.
February 22, 2003 - New drop: STABLE FOX 1.0.33
![]() |
February 19, 2003 - New drop: STABLE FOX 1.0.32
![]() |
January 15, 2003 - New drop: DEVELOPMENT FOX 1.1.22
![]() |
January 9, 2003 - New drop: STABLE FOX 1.0.30
![]() |
December 29, 2002 - ANNOUNCEMENT
![]() |
Due to my ISP (directvdsl) going belly-up, the FOX web-site may be temporarily unavailable sometimes. If this happens, point your browser to the mirror site:
FTP: ftp://fifthplanet.net/pub
HTTP: http://www.fifthplanet.net/fox/fox.html
December 23, 2002 - New drop: STABLE FOX 1.0.29
![]() |
December 5, 2002 - New drop: DEVELOPMENT FOX 1.1.21
![]() |
November 20, 2002 - New drop: STABLE FOX 1.0.28
![]() |
November 13, 2002 - New drop: DEVELOPMENT FOX 1.1.20
![]() |
October 30, 2002 - New drop: DEVELOPMENT FOX 1.1.19
![]() |
FXMALLOC(ptr,type,no)
Allocate no elements of type to the specified pointer.
Return FALSE if size!=0 and allocation fails, TRUE otherwise.
An allocation of a zero size block returns a NULL pointer.
FXCALLOC(ptr,type,no)
Allocate no elements of type to the specified pointer, and clear this
memory to zero.
Return FALSE if size!=0 and allocation fails, TRUE otherwise.
An allocation of a zero size block returns a NULL pointer.
FXRESIZE(ptr,type,no)
Resize a previously allocated block of memory.
Returns FALSE if size!=0 and reallocation fails, TRUE otherwise.
If reallocation fails, pointer is left to point to old block; a reallocation
to a zero size block has the effect of freeing it.
FXMEMDUP(ptr,type,src,no)
Allocate and initialize memory from another block.
Return FALSE if size!=0 and source!=NULL and allocation fails, TRUE otherwise.
An allocation of a zero size block returns a NULL pointer.
FXFREE(ptr)
Free a block of memory allocated with either FXMALLOC, FXCALLOC, FXRESIZE,
or FXMEMDUP.
It is OK to call free a NULL pointer.
October 26, 2002 - New drop: DEVELOPMENT FOX 1.1.18
![]() |
October 25, 2002 - New drop: DEVELOPMENT FOX 1.1.17
![]() |
October 8, 2002 - New drop: DEVELOPMENT FOX 1.1.16
![]() |
October 3, 2002 - New drop: STABLE FOX 1.0.26
![]() |
October 2, 2002 - New drop: DEVELOPMENT FOX 1.1.15
![]() |
August 29, 2002 - New drop: DEVELOPMENT FOX 1.1.14
![]() |
August 29, 2002 - New drop: STABLE FOX 1.0.22
![]() |
August 22, 2002 - New drop: STABLE FOX 1.0.21
![]() |
July 25, 2002 - New drop: FOX 1.0.17
![]() |
July 16, 2002 - New drop: FOX 1.0.15
![]() |
July 1, 2002 - New drop: FOX 1.1.13
![]() |
July 1, 2002 - New drop: FOX 1.0.14
![]() |
June 19, 2002 - New drop: FOX 1.1.12
![]() |
May 12, 2002 - New drop: FOX 1.1.9
![]() |
April 5, 2002 - New drop: FOX 1.1.8
![]() |
February 26, 2002 - New drop: FOX 1.0.0
![]() |
February 5, 2002 - New drop: FOX 0.99.193
![]() |
January 8, 2002 - New drop: FOX 0.99.189
![]() |