Re: [fpc-devel] language extensions

2007-07-15 Thread Christian Iversen
Michael Schnell wrote: We already have the generics can the preprocessor symbols. That leaves the "for in". The development team has its doubts about the "for in" construct, but: * Andreas did it in a reasonably clean way with a lot less hacks and ugly constructions than Delphi did. * Th

Re: [fpc-devel] Please merge SSE detecion fix to fixes_2_2

2007-07-15 Thread Joost van der Sluis
On Sun, 2007-07-15 at 07:27 +0200, Martin Schreiber wrote: > Can the fix for Mantis 9242 (Debugging broken on win32 with PII) be > merged to > fixes_2_2? Yes, I will do that. Joost. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lis

[fpc-devel] GetConnectionDef in the interface section

2007-07-15 Thread Joao Morais
Hello, It's possible include the following declaration: function GetConnectionDef(ConnectorName: string): TConnectionDef; in the interface section of the sqldb unit and merge to 2.2? Thanks. -- Joao Morais ___ fpc-devel maillist - fpc-devel@lists

[fpc-devel] Having an always utf-8 string

2007-07-15 Thread Felipe Monteiro de Carvalho
Hi, I would like which would be the theoritical way that Free Pascal could support an always utf-8 encoded string (if it will be supported). With that I mean a string which when set by code is converted from widestring to utf-8 in despite of any environmental conditions, or operating system condi