<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <language>en-us</language>

    <title>Unix to Windows Porting Dictionary for HPC -- New Entries</title>
    <link>http://www.interopcommunity.com/dictionary</link>
    <description>A conversion dictionary for developers porting Unix HPC applications to Windows.</description>

<!--
    <item>
      <title>foo</title>
      <link>http://www.interopcommunity.com/dictionary/foo-entry.php</link>
      <description>This is the text that will appear in the feed. It describes the post itself, not the entire feed.</description>
      <guid isPermaLink="false">100</guid>
    </item>
-->

    <item>
      <title>Signal tutorial added</title>
      <link>http://www.interopcommunity.com/dictionary/signals.php</link>
      <description>Porting signals between Unix and Windows is a complex topic; to help developers with the process, we've added a new tutorial on signals to the Dictionary.</description>
      <guid isPermaLink="false">15</guid>
    </item>

    <item>
      <title>Signal entries added</title>
      <link>http://www.interopcommunity.com/dictionary/signal-entry.php</link>
      <description>POSIX operating systems handle signals quite differently than Windows.  To help developers port between the two, we've added several entries to the Dictionary discussing functions related to signal handling.</description>
      <guid isPermaLink="false">14</guid>
    </item>

    <item>
      <title>Tips updated</title>
      <link>http://www.interopcommunity.com/dictionary/tips.php</link>
      <description>We've added a couple more links on the Tips page, including a good example on how to write cross-platform, multithreaded code and resources from Microsoft on creating multithreaded software.</description>
      <guid isPermaLink="false">13</guid>
    </item>

    <item>
      <title>gethostid</title>
      <link>http://www.interopcommunity.com/dictionary/gethostid-entry.php</link>
      <description>An entry for gethostid() has been added to the Dictionary.</description>
      <guid isPermaLink="false">12</guid>
    </item>

    <item>
      <title>Tips updated</title>
      <link>http://www.interopcommunity.com/dictionary/tips.php</link>
      <description>In response to user questions, the tips page now has some information about file permissions.  If you have any questions the Dictionary doesn't cover, let us know!</description>
      <guid isPermaLink="false">11</guid>
    </item>

    <item>
      <title>getppid</title>
      <link>http://www.interopcommunity.com/dictionary/getppid-entry.php</link>
      <description>getppid returns the parent of the process.</description>
      <guid isPermaLink="false">10</guid>
    </item>

    <item>
      <title>getpgrp</title>
      <link>http://www.interopcommunity.com/dictionary/getpgrp-entry.php</link>
      <description>getpgrp changes the process group.</description>
      <guid isPermaLink="false">9</guid>
    </item>

    <item>
      <title>getenv</title>
      <link>http://www.interopcommunity.com/dictionary/getenv-entry.php</link>
      <description>getenv returns the value of a given environment variable.</description>
      <guid isPermaLink="false">8</guid>
    </item>

    <item>
      <title>chgrp</title>
      <link>http://www.interopcommunity.com/dictionary/chgrp-entry.php</link>
      <description>The chgrp function changes the group.</description>
      <guid>http://www.interopcommunity.com/dictionary/chgrp-entry.php</guid>
      <guid isPermaLink="false">7</guid>
    </item>

    <item>
      <title>chmod</title>
      <link>http://www.interopcommunity.com/dictionary/chmod-entry.php</link>
      <description>chmod changes the permissions on a given file.</description>
      <guid isPermaLink="false">5</guid>
    </item>

    <item>
      <title>Tips updated</title>
      <link>http://www.interopcommunity.com/dictionary/tips.php</link>
      <description>The Porting Tips section has been updated with new links to Microsoft HPC resources.</description>
      <guid isPermaLink="false">5</guid>
    </item>

    <item>
      <title>truncate</title>
      <link>http://www.interopcommunity.com/dictionary/truncate-entry.php</link>
      <description>The truncate() and ftruncate() functions set a file to the specified length.</description>
      <guid isPermaLink="false">4</guid>
    </item>

    <item>
      <title>ttyname</title>
      <link>http://www.interopcommunity.com/dictionary/ttyname-entry.php</link>
      <description>The ttyname() function returns the name of the terminal (aka tty) associated
with the running process for the file descriptor provided to the function
provided the file descriptor is associated with a terminal.</description>
      <guid isPermaLink="false">3</guid>
    </item>

    <item>
      <title>waitpid</title>
      <link>http://www.interopcommunity.com/dictionary/waitpid-entry.php</link>
      <description>The purpose of the waitpid() function is to have the calling process
pause while waiting to detect when a particular process or processes
have exited and to reap any zombies.</description>
      <guid isPermaLink="false">2</guid>
    </item>

    <item>
      <title>pause</title>
      <link>http://www.interopcommunity.com/dictionary/dictionary/pause-entry.php</link>
      <description>The pause() function forces a process to wait until a Unix signal
has been sent to the process.</description>
      <guid isPermaLink="false">1</guid>
    </item>

  </channel>
</rss>
