<?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.lang.dylan.gwydion.announce">
    <title>gmane.comp.lang.dylan.gwydion.announce</title>
    <link>http://blog.gmane.org/gmane.comp.lang.dylan.gwydion.announce</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://comments.gmane.org/gmane.comp.lang.dylan.gwydion.announce/71"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.dylan.gwydion.announce/70"/>
      </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://comments.gmane.org/gmane.comp.lang.dylan.gwydion.announce/71">
    <title>Open Dylan 1.0 beta 4 release</title>
    <link>http://comments.gmane.org/gmane.comp.lang.dylan.gwydion.announce/71</link>
    <description>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dear Dylan Hacker,

I am proud to announce the Open Dylan 1.0 beta 4 release. This is the
first public release for all supported platforms: Windows (x86), Linux
(x86), FreeBSD (x86), Mac OS X (ppc and x86). The IDE is still only
available on Windows so far, on all other OS only a batch-compiler is
working. But we are working on a GTK+ 2.x backend for DUIM.

The release was done by the Dylan Maintainers, a group of Dylan users
all over the world, communicating via the gd-hackers&lt; at &gt;gwydiondylan.org
mailing list as well as via IRC, irc.freenode.net, channel #dylan.
Please let us know about any problems you encounter.

Open Dylan was formerly known as Functional Developer, formerly known
as Harlequin Dylan.

The released binaries are available from
  http://www.opendylan.org/downloads/opendylan/1.0beta4/


Here is a partial list of resolved issues:
* The c back end of DFMC works now, and is used on Mac OS X. This
  eases porting the compiler to various architectures.

* 'macroexpand expression' is now working in system and user
  projects. This can be invoked either via the IDE or via the
  interactive compiler environment.

* SO_REUSEADDR is set on sockets opened, so an application can
  open a socket which has old connections in use. No need to
  wait until connections are gone from TIME_WAIT state. This
  only affects the UNIX OS.

* "{complex type}" was shown when a non-class type was used
  somewhere. This was not very helpful in the IDE as well as
  in error messages of the compiler.

* expiration checks are removed. When developed commercially,
  all libraries had an expiration date, which is no longer useful
  because the source is public now.

* a primitive stack walker has been implemented for UNIX. This
  helps to debug Dylan applications, because gdb does not work
  for them.

* streams were not locked, so race conditions were possible. We
  chose to be better safe than sorry, and all streams are now
  locked by default.

* On linux, __errno_location was used to get the value of errno
  when a system call failed. This is no longer supported by glibc
  and led to crashes.

* In the IDE all possible restarts were labeled with "Undescribed
  restart", which was not really useful. This was an initialization
  problem.

* The IDE editor had the problem "#f is not of type {&lt;class&gt;: &lt;basic-line&gt;}"
  when adding a line to a definition shown in multiple buffers.

* The IDE didn't support breakpoints in dependent projects because
  the list of libraries was not initialized correctly.

* IDE: Force links of projects by default

* IDE: Fix annoying scrolling bug in deuce.

* IDE: Windows can be larger than the size of the primary display.

* IDE: Adding and removing elements to list views was broken in a
  corner case.

* IDE: LVS_EX_FULLROWSELECT is now used; this enables a user to
  select any column of a table instead of only the first.

Happy hacking,

Hannes
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD4DBQFGNbVhRcuNlziBjRwRAvodAJ9tY2Z1D1yNAmpDB0VPSbmMPG+/EwCYg2+I
WfCz6hnA7fM+G75XbAim9w==
=Nbu9
-----END PGP SIGNATURE-----
</description>
    <dc:creator>Announcements About Gwydion Dylan</dc:creator>
    <dc:date>2007-04-30T09:22:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.dylan.gwydion.announce/70">
    <title>Release of Open Dylan 1.0beta1</title>
    <link>http://comments.gmane.org/gmane.comp.lang.dylan.gwydion.announce/70</link>
    <description>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

we're glad to be able to announce the release of Open Dylan 1.0beta1:

Open Dylan is an open source implementation of the Dylan programming
language, plus a large number of assorted libraries. Most of the code
had once been developed by a company called Harlequin, for a product
called DylanWorks in the beginning, and Harlequin Dylan later. After
Harlequin demised, some of the programmers acquired the rights, and kept
selling the development environment under the name of Functional
Developer. Eventually, to the joy of the Dylan community, they decided
to release all of their source code under an open source license. What
you can download at http://www.opendylan.org/downloads/opendylan/
is the attempt of a group of enthusiasts calling themselves the
"Dylan Hackers" (that's us :) ) to bundle up this code,
and publish it in a form useful for the general public.

This is release 1.0beta1, the first public release of Open Dylan.
Naturally, we expect this release to have bugs. We're interested in
getting your feedback, in order to improve this product.

Downloads are available for Linux/x86 and Windows.


Hannes Mehnert
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (FreeBSD)

iD8DBQFDOSZIRcuNlziBjRwRAvkRAJ0dCApH0u0PhIdWOtNexUKy0/idXACgnV59
oEzY6e4lDUO3hk+NnazO9ls=
=MMVs
-----END PGP SIGNATURE-----
</description>
    <dc:creator>gd-announce&lt; at &gt;gwydiondylan.org</dc:creator>
    <dc:date>2005-09-27T11:00:25</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.dylan.gwydion.announce">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.dylan.gwydion.announce</link>
  </textinput>
</rdf:RDF>
