<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.compilers.free-pascal.general">
    <title>gmane.comp.compilers.free-pascal.general</title>
    <link>http://blog.gmane.org/gmane.comp.compilers.free-pascal.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32076"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32075"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32074"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32073"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32072"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32071"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32070"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32069"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32068"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32067"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32066"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32065"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32064"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32063"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32062"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32061"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32060"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32059"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32058"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32057"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32076">
    <title>Re: Stupid ExcludeTrailingPathdelimiter question</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32076</link>
    <description>&lt;pre&gt;

That only works if you use the LazFileUtils version.
The one from FileUtil behaves just liek excludeTrailingPathdelimiter().

Bart
_______________________________________________
fpc-pascal maillist  -  fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

&lt;/pre&gt;</description>
    <dc:creator>Bart</dc:creator>
    <dc:date>2013-05-19T14:17:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32075">
    <title>Re: Error: Duplicate identifier "FarPointer"</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32075</link>
    <description>&lt;pre&gt;2013/5/17 Mattias Gaertner &amp;lt;nc-gaertnma-UIqTAjE4tzc5WgrkcBd8vg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;


Thank you very much!

&lt;/pre&gt;</description>
    <dc:creator>silvioprog</dc:creator>
    <dc:date>2013-05-19T01:01:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32074">
    <title>Re: Compiler bug with managed type not being initializedcorrectly</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32074</link>
    <description>&lt;pre&gt;

I tested the given example and I can't see any error. Although I tested 
on win32 platform.

Please compile RTL with debug information and try to debug 
fpc_Initialize routine from rtti.inc.

During the testing of your example I see that it executes on each enter 
to Test1 and Test2:

1. It steps into tkRecord case of fpc_initialize and then enters to 
recordrtti
2. In recordrtti Count = 1 (1 managed field), so it executes the 
for-loop body 1 time.
3. In for loop it enters rttiproc = fpc_initialize with Offset = 0 and 
TypeInfo of tkInterface.
4. In fpc_initialize it assignes nil to Data (interface field).

If in your case you see something else please reply to this mail or to 
the bug tracker.

Best regards,
Paul Ishenin
_______________________________________________
fpc-pascal maillist  -  fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

&lt;/pre&gt;</description>
    <dc:creator>Paul Ishenin</dc:creator>
    <dc:date>2013-05-18T14:13:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32073">
    <title>Re: Examples of tiOPF logging in the wild</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32073</link>
    <description>&lt;pre&gt;

Thanks Michael.


G.

_______________________________________________
fpc-pascal maillist  -  fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

&lt;/pre&gt;</description>
    <dc:creator>Graeme Geldenhuys</dc:creator>
    <dc:date>2013-05-17T14:17:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32072">
    <title>Compiler bug with managed type not being initializedcorrectly</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32072</link>
    <description>&lt;pre&gt;I just filed a bug having to do with a managed type (I am using an
interface in my code) not being properly initialized when stored in a
record's private section:

http://bugs.freepascal.org/view.php?id=24447

I marked the issue as major since I thought this kind of issue (managed
types slipping through initialization should never happen. If anyone want
more clarity on this issue let me know. As an added note, if this situation
causes an interface to not be initialized,it probably also has problems
with finalization that need being looked at as well.

Managed types described (as best as I could find):

http://bit.ly/12BtOnr
_______________________________________________
fpc-pascal maillist  -  fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal&lt;/pre&gt;</description>
    <dc:creator>Anthony Walter</dc:creator>
    <dc:date>2013-05-18T01:41:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32071">
    <title>-v to show function call frequency</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32071</link>
    <description>&lt;pre&gt;Is there any -v (or any other option) to show summary of function call
frequency (in term of appearance in source code, not actual function call)?
i.e. something like:

program A:
routine        times called
--------------------------------
function1      10
procedure1     5
function2       1

units B:
routine        times called
--------------------------------
procedure1     3
procedure2     2




--
View this message in context: http://free-pascal-general.1045716.n5.nabble.com/v-to-show-function-call-frequency-tp5714839.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

&lt;/pre&gt;</description>
    <dc:creator>leledumbo</dc:creator>
    <dc:date>2013-05-18T00:55:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32070">
    <title>Re: Error: Duplicate identifier "FarPointer"</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32070</link>
    <description>&lt;pre&gt;On Thu, 16 May 2013 15:04:58 +0200
Jonas Maebe &amp;lt;jonas.maebe-3RqwKoEL1alVsUKGZV2E3Q&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


For the rpm scripts it was fixed some months ago.
I fixed it now for the deb scripts too.


In the past the version numbers in the Makefiles were not always
updated.

Mattias
_______________________________________________
fpc-pascal maillist  -  fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

&lt;/pre&gt;</description>
    <dc:creator>Mattias Gaertner</dc:creator>
    <dc:date>2013-05-17T22:00:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32069">
    <title>Re: Examples of tiOPF logging in the wild</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32069</link>
    <description>&lt;pre&gt;

On Thu, 16 May 2013, Graeme Geldenhuys wrote:


Yes it does.

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

&lt;/pre&gt;</description>
    <dc:creator>Michael Van Canneyt</dc:creator>
    <dc:date>2013-05-17T08:04:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32068">
    <title>Re: Examples of tiOPF logging in the wild</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32068</link>
    <description>&lt;pre&gt;
Simply edit the tiLogToGUI unit for your chosen toolkit (VCL, LCL or
fpGUI), and edit the CreateForm() method to suite your needs.



That is indeed true, and hence the reason for the FormParent property. I
have heard of other developer that used this in Delphi, but I have never
tried to embedded in inside another form myself.

Seeing that you posted here, I'll assume you are using LCL. The next
question would be: "Does LCL support reparenting of components or
forms?" I have no idea.


Tip:
In future I suggest you post tiOPF related questions in the tiOPF
support newsgroups. You will find more tiOPF experienced users there,
and probably a better change of getting answers.

    http://tiopf.sourceforge.net/Support.shtml



Regards,
  - Graeme -

&lt;/pre&gt;</description>
    <dc:creator>Graeme Geldenhuys</dc:creator>
    <dc:date>2013-05-16T14:02:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32067">
    <title>Re: TProcess, Batch script and Windows</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32067</link>
    <description>&lt;pre&gt;
For completeness: I've certainly got a Delphi program that can "shell 
out" to cmd in its main window, but it was non-trivial to code.

&lt;/pre&gt;</description>
    <dc:creator>Mark Morgan Lloyd</dc:creator>
    <dc:date>2013-05-17T07:30:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32066">
    <title>Re: Re: [FPC 0024437]: can not build RTL with 2.7.1compiler</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32066</link>
    <description>&lt;pre&gt;
On 16 May 2013, at 19:31, Vincent Snijders wrote:


Yes, but your message could be interpreted as suggesting that this person, who was clearly calling Makefiles in subdirectories directly rather than using the top-level Makefile, should have first compiled the new compiler directly, and then compile the new RTL using this new compiler. Given the amazingly creative ways in which people manage to keep trying to compile FPC in unsupported ways, I did not want anyone to get the idea that this would be a good approach.


Jonas

_______________________________________________
fpc-pascal maillist  -  fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

&lt;/pre&gt;</description>
    <dc:creator>Jonas Maebe</dc:creator>
    <dc:date>2013-05-16T17:36:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32065">
    <title>Re: [FPC 0024437]: can not build RTL with 2.7.1compiler</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32065</link>
    <description>&lt;pre&gt;----------------------------------------------------------------------
Compiling the RTL of revision 24514 with a compiler of revision 24514 is
supported, isn't it?

Vincent
_______________________________________________
fpc-pascal maillist  -  fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal&lt;/pre&gt;</description>
    <dc:creator>Vincent Snijders</dc:creator>
    <dc:date>2013-05-16T17:31:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32064">
    <title>Re: Re: TProcess, Batch script and Windows</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32064</link>
    <description>&lt;pre&gt;
Yep. Thanks, I saw... unfortunate a long time after.
Thank you.

Marcos Douglas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

&lt;/pre&gt;</description>
    <dc:creator>Marcos Douglas</dc:creator>
    <dc:date>2013-05-16T16:50:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32063">
    <title>Re: TProcess, Batch script and Windows</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32063</link>
    <description>&lt;pre&gt;On Thu, May 16, 2013 at 12:51 PM, Michael Van Canneyt
&amp;lt;michael-y8GAwIkqPAJpn7uciFS/BA&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

I saw then:
http://www.freepascal.org/docs-html/fcl/process/tprocess.options.html

poNoConsole = Do not allow access to the console window for the
process (Win32 only)

So the "correct" is do not use poNoConsole!

I saw after:
http://www.freepascal.org/docs-html/fcl/process/tprocess.showwindow.html

TProcess.ShowWindow = Determines how the process main window is shown
(Windows only)

I do not understood why the interface of TProcess have a property that
only works on Windows... but works.

Thank you anyway.
Marcos Douglas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

&lt;/pre&gt;</description>
    <dc:creator>Marcos Douglas</dc:creator>
    <dc:date>2013-05-16T16:49:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32062">
    <title>Re: TProcess, Batch script and Windows</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32062</link>
    <description>&lt;pre&gt;Try this trick: Options := [poNewConsole]; ShowWindow := swoHIDE;



--
View this message in context: http://free-pascal-general.1045716.n5.nabble.com/TProcess-Batch-script-and-Windows-tp5714812p5714828.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

&lt;/pre&gt;</description>
    <dc:creator>leledumbo</dc:creator>
    <dc:date>2013-05-16T16:31:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32061">
    <title>Re: Documentation site: incorrect manual name</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32061</link>
    <description>&lt;pre&gt;I think it's the documentation source that needs to be updated, FCL always
means Free Component Library.



--
View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Documentation-site-incorrect-manual-name-tp5714811p5714827.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

&lt;/pre&gt;</description>
    <dc:creator>leledumbo</dc:creator>
    <dc:date>2013-05-16T16:28:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32060">
    <title>Re: TProcess, Batch script and Windows</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32060</link>
    <description>&lt;pre&gt;

On Wed, 15 May 2013, Marcos Douglas wrote:


As far as I know, batch files need CMD and that needs a console ?

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

&lt;/pre&gt;</description>
    <dc:creator>Michael Van Canneyt</dc:creator>
    <dc:date>2013-05-16T15:51:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32059">
    <title>Examples of tiOPF logging in the wild</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32059</link>
    <description>&lt;pre&gt;Are there some examples of using tiOPF logging besides those in the demos?


I want to use tiLogToGUI, but I am not happy with the amount of screen
space it takes. Is there some way it can be adapted or themed to be tidier
or smaller?

The code gives the impression that it can be embedded or extended in
another form or is
that a misconception on my part?

&lt;/pre&gt;</description>
    <dc:creator>vfclists .</dc:creator>
    <dc:date>2013-05-16T13:27:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32058">
    <title>Re: Error: Duplicate identifier "FarPointer"</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32058</link>
    <description>&lt;pre&gt;
On 16 May 2013, at 14:46, Reimar Grabowski wrote:


It is indeed a bug in Lazarus' build scripts (also for the rpms). For  
some reason they first replace a bunch of version numbers in the  
Makefile.


Jonas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

&lt;/pre&gt;</description>
    <dc:creator>Jonas Maebe</dc:creator>
    <dc:date>2013-05-16T13:04:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32057">
    <title>Re: Error: Duplicate identifier "FarPointer"</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32057</link>
    <description>&lt;pre&gt;Same problem here but much funnier FPC message:

Makefile:2704: *** The only supported starting compiler version is
2.7.1. You are trying to build with 2.6.2. If you are absolutely sure
that the current compiler is built from the exact same
version/revision, you can try to use OVERRIDEVERSIONCHECK=1 to
override .  Stop.

So I had to use OVERRIDEVERSIONCHECK=1 to build my 2.7.1 with 2.6.2. IMHO that's not as intended.
But it may be a problem of the create_fpc_deb script provided by Lazarus so from my side there is no need for any actions.
Just wanted to share that funny message.

R.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

&lt;/pre&gt;</description>
    <dc:creator>Reimar Grabowski</dc:creator>
    <dc:date>2013-05-16T12:46:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32056">
    <title>TProcess, Batch script and Windows</title>
    <link>http://permalink.gmane.org/gmane.comp.compilers.free-pascal.general/32056</link>
    <description>&lt;pre&gt;Hi,

I want to execute a batch file on Windows (FPC 2.6.2 and Laz trunk)
using TProcess class.
It ONLY works if I use the [poWaitOnExit] and DO NOT USE [poNoConsole] options.

I do not want to see the console so, I need to use [poNoConsole]
option. Is this a bug?

I'm sending a project test in attachment. Thanks,

Best regards,
Marcos Douglas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal-PD4FTy7X32k2wBtHl531yWD2FQJk+8+b&amp;lt; at &amp;gt;public.gmane.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal&lt;/pre&gt;</description>
    <dc:creator>Marcos Douglas</dc:creator>
    <dc:date>2013-05-15T13:37:47</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.compilers.free-pascal.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.compilers.free-pascal.general</link>
  </textinput>
</rdf:RDF>
