<?xml version="1.0"?>
  <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
      <title>The GNU Ada compiler | Main / Recent Changes</title>
      <link>http://gnuada.sourceforge.net/pmwiki.php/Main/RecentChanges</link>
      <description>Main.Recent Changes</description>
      <lastBuildDate>Fri, 07 Aug 2009 19:01:13 GMT</lastBuildDate>
      <generator>pmwiki-2.2.0-beta63</generator>
        <item>
          <title>Main / Source Forge</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/SourceForge</link>
          <description>News
Project Summary
Wiki &#195;&#159;
Subversion Archive
Download
Upload
[[http:/(approve sites)

 ...</description>
          <dc:contributor></dc:contributor>
          <dc:date>2009-08-07T19:01Z</dc:date>
        </item>
        <item>
          <title>Main / TOC</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/TOC</link>
          <description>Main (edit)
Discussions &amp; Bugs
3rd Party Bugs
Ada Wiki Ring
RSS Feeds
Sitemap
Skin
Performance
SourceForge
News
Project Summary
[[http://gnuada.wiki.s(approve sites)

 ...</description>
          <dc:contributor></dc:contributor>
          <dc:date>2009-08-07T19:00Z</dc:date>
        </item>
        <item>
          <title>Main / The GNU Ada compiler</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/HomePage</link>
          <description>This project provides source and binary distributions of the GNAT compiler and associated tools and libraries. We don't actually do the programming. Nor do we provide support beyond the actual  ...</description>
          <dc:contributor>Martin Krischik</dc:contributor>
          <dc:date>2008-10-02T18:36Z</dc:date>
        </item>
        <item>
          <title>Main / GMGPL</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/GMGPL</link>
          <description>The "GNAT-modified GNU Public License" adds additional freedoms to those given by the standard GPL (V2). It's applied to the run time library (RTL), not to the compiler itself which remains firmly  ...</description>
          <dc:contributor>simonjwright</dc:contributor>
          <dc:date>2008-05-18T21:56Z</dc:date>
        </item>
        <item>
          <title>Main / Partner Projects</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/PartnerProjects</link>
          <description>AdaCore and Libre  
Not really a partner in a classical sense as it is a more one way relation.

AdaCore and Libre provide the foundations of our work: The sources for the GNAT compiler. They also  ...</description>
          <dc:contributor>Martin Krischik</dc:contributor>
          <dc:date>2008-05-04T14:14Z</dc:date>
        </item>
        <item>
          <title>Main / Sources</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/Sources</link>
          <description>GCC 4.2.2
GPL 2007

 ...</description>
          <dc:contributor>Martin Krischik</dc:contributor>
          <dc:date>2007-11-05T08:13Z</dc:date>
        </item>
        <item>
          <title>Main / Performance</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/Performance</link>
          <description>One topic that used to come up years ago was a concern about whether or not Ada was capable of delivering the kind of high performance that is needed in some areas of computing. While there tends to  ...</description>
          <dc:contributor>Bj&#195;&#182;rn Persson</dc:contributor>
          <dc:date>2007-10-12T22:42Z</dc:date>
        </item>
        <item>
          <title>Main / Skin</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/Skin</link>
          <description>Default SkinDrop Down
MonobookBues
BS-001Parchment
Triad&#160;

 ...</description>
          <dc:contributor>Martin Krischik</dc:contributor>
          <dc:date>2007-09-16T20:33Z</dc:date>
        </item>
        <item>
          <title>Main / GPL</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/GPL</link>
          <description>with Ada.Text_IO, Ada.Integer_Text_IO;
    use  Ada.Text_IO, Ada.Integer_Text_IO;
    procedure Calculator is
        Result   : Integer;
        Operator : Character;
    begin
        Put ("Enter an  ...</description>
          <dc:contributor>Deepak</dc:contributor>
          <dc:date>2007-09-11T10:40Z</dc:date>
        </item>
        <item>
          <title>Main / Ada Wiki Ring</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/AdaWikiRing</link>
          <description>General Info
Ada@Krischik
Tutorials
Ada Programming
Programaci&#195;&#179;n en Ada
Programmation Ada
Projects
AdaCL [-([[http://adacl.sourceforge.net/index.html|old

 ...</description>
          <dc:contributor>jcreem</dc:contributor>
          <dc:date>2007-03-16T02:02Z</dc:date>
        </item>
        <item>
          <title>Main / 3rd Party Bugs</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/3rdPartyBugs</link>
          <description>The following is a list of Bugs we have raised and/or monitor for fixes at one of our PartnerProjects.

GCC
NEW
 makeinfo cannot process gnat_ugn_unw.texi
UNCONFIRMED
 "GNAT BUG DETECTED" in AWS
  ...</description>
          <dc:contributor>Martin Krischik</dc:contributor>
          <dc:date>2007-02-15T13:46Z</dc:date>
        </item>
        <item>
          <title>Main / Profiling</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/Profiling</link>
          <description>Profilers are tools that allow the programmer to identify the section of codes that are acting as performance bottlenecks and thus help the programmer identify where effort should be expended in order  ...</description>
          <dc:contributor>jcreem</dc:contributor>
          <dc:date>2006-11-23T21:18Z</dc:date>
        </item>
        <item>
          <title>Main / Results of an October 2006 discussion on performance in comp.lang.ada</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/Oct2006CLAGFORTRANComparison</link>
          <description>Matrix Multiply Comparison (GFORTRAN) from comp.lang.ada
In October 2006, a thread on a very specific performance question was started on comp.lang.ada which attempted to compare the performan

 ...</description>
          <dc:contributor>jcreem</dc:contributor>
          <dc:date>2006-10-25T03:47Z</dc:date>
        </item>
        <item>
          <title>Main / Missed Obvious Vectorization</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/MissedObviousVectorization</link>
          <description>Missed Obvious Vectorizations
While looking into potential ways of improving on a related issues, I discovered that the fairly recent addition of autovectorization to GCC appears to almost not work at  ...</description>
          <dc:contributor>jcreem</dc:contributor>
          <dc:date>2006-10-22T02:47Z</dc:date>
        </item>
        <item>
          <title>Main / Discussions &amp; Bugs</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/DiscussionsAmpBugs</link>
          <description>Discussion Forums
Discussion Forums are more informal.

 Help  When you need Help installing GNU Ada.
 Maintainers  Dicussing the creation of new packages.
 Open Discussion  Discuss anyt

 ...</description>
          <dc:contributor>Martin Krischik</dc:contributor>
          <dc:date>2006-07-03T05:43Z</dc:date>
        </item>
        <item>
          <title>Main / Sitemap</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/Sitemap</link>
          <description>Important Groups
Main /
 3rdPartyBugs
 AdaWikiRing
 DiscussionsAmpBugs
 GMGPL
 GPL
 GroupAttributes
 GroupFooter
 GroupHeader
 HomePage
 MissedObviousVectorization
 Oct2006CLAGFORTRANComparison
  ...</description>
          <dc:contributor>Martin Krischik</dc:contributor>
          <dc:date>2006-06-26T10:58Z</dc:date>
        </item>
        <item>
          <title>Main / Group Footer</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/GroupFooter</link>
          <description>
Ada programming, &#194;&#169; 2005,2006 the Authors, Content is available under GNU Free Documentation License.

 ...</description>
          <dc:contributor>Martin Krischik</dc:contributor>
          <dc:date>2006-06-26T10:47Z</dc:date>
        </item>
        <item>
          <title>Main / Group Header</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/GroupHeader</link>
          <description>   Intended audience: all readers.

 ...</description>
          <dc:contributor>Martin Krischik</dc:contributor>
          <dc:date>2006-03-27T09:14Z</dc:date>
        </item>
        <item>
          <title>Main / Interesting RSS Feeds</title>
          <link>http://gnuada.sourceforge.net/pmwiki.php/Main/RSSFeeds</link>
          <description>You can of corse get an RSS Feed for any page by adding ?action=rss to then URL of the page.

Main.RecentChanges - RSS Feed
Site.AllRecentChanges - RSS Feed
Project news releases -  ...</description>
          <dc:contributor>Martin Krischik</dc:contributor>
          <dc:date>2006-01-10T14:35Z</dc:date>
        </item></channel></rss>