Re: [fpc-devel] mips-linux and mipsel-linux snapshots available

2012-12-16 Thread Sergei Gorelkin
30.11.2012 1:46, Mark Morgan Lloyd wrote: Running the program using the modified GDB, I get the same as before: 0 1markMLl@pye-dev-07d:~$ which gdb /usr/local/bin/gdb 0 1markMLl@pye-dev-07d:~$ gdb /usr/local/bin/ppcmips GNU gdb (GDB) 7.0.1-debian .. (gdb) set arg -h (gdb) run Starting program:

Re: [fpc-devel] mips-linux and mipsel-linux snapshots available

2012-12-16 Thread Mark Morgan Lloyd
Sergei Gorelkin wrote: 30.11.2012 1:46, Mark Morgan Lloyd wrote: Running the program using the modified GDB, I get the same as before: 0 1markMLl@pye-dev-07d:~$ which gdb /usr/local/bin/gdb 0 1markMLl@pye-dev-07d:~$ gdb /usr/local/bin/ppcmips GNU gdb (GDB) 7.0.1-debian .. (gdb) set arg -h

[fpc-devel] Feature announcement: Generic type constraints

2012-12-16 Thread Sven Barth
Hello Free Pascal community! I'm pleased to announce the addition of generic type constraints to Free Pascal (beginning from revision 23158). Overview: Generic type constraints allow to restrict the set of possible types that can be used to specialize a given generic. So for example one can

[fpc-devel] Delphi's current TThread implementation

2012-12-16 Thread Sven Barth
Hello together! I'm currently working on bringing FPC's TThread implementation up to par with XE3's, but while the wiki of Embarcadero is a very important source of information I can't get everything I need from it. Thus I'd like to ask someone with access to XE3's source code (or maybe also

Re: [fpc-devel] Feature announcement: Generic type constraints

2012-12-16 Thread Marco van de Voort
In our previous episode, Sven Barth said: I'm pleased to announce the addition of generic type constraints to Free Pascal (beginning from revision 23158). Just FYI, last week I noticed Delphi isn't terribly succesful in working with constraints in combination with forward defines: {$apptype

Re: [fpc-devel] Feature announcement: Generic type constraints

2012-12-16 Thread Sven Barth
On 16.12.2012 18:07, Marco van de Voort wrote: In our previous episode, Sven Barth said: I'm pleased to announce the addition of generic type constraints to Free Pascal (beginning from revision 23158). Just FYI, last week I noticed Delphi isn't terribly succesful in working with constraints

Re: [fpc-devel] Delphi's current TThread implementation

2012-12-16 Thread Nicholas Ring
From XE3... On 17/12/2012 3:41 AM, Sven Barth wrote: CheckSynchronize (in respect to entries queued by TThread.Queue; see below) See below? TThread.CurrentThread (or more precise: TThread.GetCurrentThread) if the current thread (private variables) is nil then create an external thread