Difference between revisions of "Detailed 2.2.0 Todo"

From Lazarus wiki
Jump to navigationJump to search
Line 1: Line 1:
 +
This todo is for people working on fpc to write down what they want to do till 2.2.0 is released. It's not a wishlist what shall be done. Feature requests etc. should be added to mantis.
 +
 
Compiler
 
Compiler
 
* packages (Florian/Peter)
 
* packages (Florian/Peter)
Line 5: Line 7:
 
* rewrite assigning of automated types like variants and widestrings (Florian)
 
* rewrite assigning of automated types like variants and widestrings (Florian)
 
* complete unique type support (Florian)
 
* complete unique type support (Florian)
 +
* bug fixing (all)
  
 
RTL
 
RTL

Revision as of 14:01, 17 September 2006

This todo is for people working on fpc to write down what they want to do till 2.2.0 is released. It's not a wishlist what shall be done. Feature requests etc. should be added to mantis.

Compiler

  • packages (Florian/Peter)
  • Module handling rewrite (Peter/Florian)
  • Crosscompiling to Mac OS X (Marco)
  • rewrite assigning of automated types like variants and widestrings (Florian)
  • complete unique type support (Florian)
  • bug fixing (all)

RTL

  • mach-o support in lineinfo unit (Jonas)
  • 64-bit file support (Win32 done)

FCL