Difference between revisions of "FPC Cleanroom"

From Lazarus wiki
Jump to navigationJump to search
(New page: In 2007 it was found that some functions could need a new implementation because they were too similar to the implementation from Delphi. FPC 2.2.2 will be the first release after the clea...)
 
Line 14: Line 14:
 
* [[Sekelsenmat]]
 
* [[Sekelsenmat]]
 
* Jonas
 
* Jonas
 +
 +
==Downloading the cleanroom branch==
 +
 +
One can download it using subversion with:
 +
 +
svn co http://svn.freepascal.org/svn/fpc/branches/cleanroom cleanroom
 +
 +
Or use viewcvs to view it:
 +
 +
[http://svn.freepascal.org/cgi-bin/viewvc.cgi/branches/cleanroom/]
  
 
==Affected functions==
 
==Affected functions==

Revision as of 01:47, 3 March 2008

In 2007 it was found that some functions could need a new implementation because they were too similar to the implementation from Delphi. FPC 2.2.2 will be the first release after the cleanroom implementation of those routines.

The core FPC developers already know the old implementation, so impartial contributiors not familiar with the old code or the Delphi code need to be found. The functions alse need to be tested and specifications for them written.

Volunteers to implement the functions

  • Vincent
  • Almindor

Volunteers to write specs and test apps

Downloading the cleanroom branch

One can download it using subversion with:

svn co http://svn.freepascal.org/svn/fpc/branches/cleanroom cleanroom

Or use viewcvs to view it:

[1]

Affected functions