Difference between revisions of "Open tasks"

From Free Pascal wiki
Jump to navigationJump to search
 
Line 1: Line 1:
 
Here is a list of open tasks in FPC.
 
Here is a list of open tasks in FPC.
 +
 +
== Compiler development ==
 +
 +
* Port the m68k code generator to 1.9.x: [[M68k port]]
 +
* Create a MIPS code generator for 1.9.x: [[MIPS port]]
 +
 +
== RTL development ==
 +
* port the 1.0.10 BeOS port to 1.9.x: [[BeOS port]]
 +
* port the 1.0.6/1.0.10 SunOS port to 1.9.x: [[SunOS port]]
 +
* port the 1.0.6/1.0.10 QNX port to 1.9.x: [[QNX port]]
 +
* create a Darwin rtl: [[Darwin port]]
 +
* create a WinCE rtl: [[WinCE port]]
 +
 +
== FCL development ==\r\n\r\n== FVISION development ==
 +
 +
== IDE development ==
 
* The text mode IDE needs currently a maintainer, have a look at this page for more information: [[Textmode IDE developement]]
 
* The text mode IDE needs currently a maintainer, have a look at this page for more information: [[Textmode IDE developement]]
 +
* there are a lot of bugs to fix, have a look at the bug repository: http://www.freepascal.org/bugs.html\r\n* get it working with [[FVISION]]
 +
 +
== Misc ==
 +
* some more tasks are listed on http://www.freepascal.org/future.html near the bottom

Revision as of 03:05, 14 December 2003

Here is a list of open tasks in FPC.

Compiler development

  • Port the m68k code generator to 1.9.x: M68k port
  • Create a MIPS code generator for 1.9.x: MIPS port

RTL development

FCL development ==\r\n\r\n== FVISION development

IDE development

Misc