[fpc-devel] Re: Closures -- Unrelated fixes

2012-02-01 Thread Blaise Thorn
On 15.01.2012 19:26, Blaise Thorn wrote: I have implemented the support for the Delphi-compatible non-generic closures. OK, I have started committing into http://svn.freepascal.org/svn/fpc/branches/blaise/closures (Be warned, though: I have not even finished with the work I have already done

Re: [fpc-devel] FPDoc imports

2012-02-01 Thread Michael Van Canneyt
On Wed, 1 Feb 2012, Hans-Peter Diettrich wrote: michael.vancann...@wisa.be schrieb: Why do you need this ? You make it quite complicated. All you need is a FindModule(Const AName,AFileHint : String) : TPasModule call in TPasTreeContainer which must be overridden in a descendent (such as T

Re: [fpc-devel] FPDoc imports

2012-02-01 Thread Hans-Peter Diettrich
michael.vancann...@wisa.be schrieb: Why do you need this ? You make it quite complicated. All you need is a FindModule(Const AName,AFileHint : String) : TPasModule call in TPasTreeContainer which must be overridden in a descendent (such as TFPDocEngine). The default implementation returns nil

Re: [fpc-devel] FPDoc imports

2012-02-01 Thread michael . vancanneyt
On Wed, 1 Feb 2012, Hans-Peter Diettrich wrote: Sven Barth schrieb: Am 31.01.2012 14:42, schrieb Hans-Peter Diettrich: I still wonder why the number of units in the imported RTL package increases over time. Initially it contains 7 modules, and 38 modules in the end, where the RTL currently

Re: [fpc-devel] FPDoc imports

2012-02-01 Thread Hans-Peter Diettrich
Sven Barth schrieb: Am 31.01.2012 14:42, schrieb Hans-Peter Diettrich: I still wonder why the number of units in the imported RTL package increases over time. Initially it contains 7 modules, and 38 modules in the end, where the RTL currently consists of 46 units. 6 of the initial modules cont

Re: [fpc-devel] FPDoc imports

2012-02-01 Thread Hans-Peter Diettrich
Sven Barth schrieb: Am 31.01.2012 14:42, schrieb Hans-Peter Diettrich: I still wonder why the number of units in the imported RTL package increases over time. Initially it contains 7 modules, and 38 modules in the end, where the RTL currently consists of 46 units. 6 of the initial modules cont