<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>68ca823c0089d67865a1d2c51d59edc34ee84fa8</id>
      </parent>
    </parents>
    <author>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/611964448b8bec95b29733b355d926a2f24a451b</url>
    <id>611964448b8bec95b29733b355d926a2f24a451b</id>
    <committed-date>2008-09-02T05:45:08-07:00</committed-date>
    <authored-date>2008-09-02T05:45:08-07:00</authored-date>
    <message>Release version 0.7.2.

Updated gemspec and documentation to 0.7.2.</message>
    <tree>7ff77217ab1435f5af840df8591223bd666ac591</tree>
    <committer>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>058998ea82dbe761f537f6fece6e762486cf9fac</id>
      </parent>
    </parents>
    <author>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/68ca823c0089d67865a1d2c51d59edc34ee84fa8</url>
    <id>68ca823c0089d67865a1d2c51d59edc34ee84fa8</id>
    <committed-date>2008-09-02T05:34:07-07:00</committed-date>
    <authored-date>2008-09-02T05:34:07-07:00</authored-date>
    <message>Fix Windows compilation.</message>
    <tree>34a4d6f565b00c2dfb82745c134330cc92abd041</tree>
    <committer>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f8062e48f7a0e1b27dd1b1e958df231b7130f762</id>
      </parent>
    </parents>
    <author>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/058998ea82dbe761f537f6fece6e762486cf9fac</url>
    <id>058998ea82dbe761f537f6fece6e762486cf9fac</id>
    <committed-date>2008-09-02T05:30:08-07:00</committed-date>
    <authored-date>2008-09-02T05:30:08-07:00</authored-date>
    <message>Fix bug that would lead to infinite recursion.</message>
    <tree>1e2de33ac9073fb8a0288c2969b6f92e72405a02</tree>
    <committer>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e99d06bff34cd4636a44744ef639d000e8891fbd</id>
      </parent>
    </parents>
    <author>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/f8062e48f7a0e1b27dd1b1e958df231b7130f762</url>
    <id>f8062e48f7a0e1b27dd1b1e958df231b7130f762</id>
    <committed-date>2008-09-02T03:46:29-07:00</committed-date>
    <authored-date>2008-09-02T03:46:29-07:00</authored-date>
    <message>Add placeholder comment blocks for C functions implementing the SerialPort interface.

RDoc is very chatty if methods added using rb_define_method and friends don't have a comment block.</message>
    <tree>a5101a33de0828005991412d5def078b5c6947ca</tree>
    <committer>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>86cf86a6bec809ae0a19b24e5d417348778a61b8</id>
      </parent>
    </parents>
    <author>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/e99d06bff34cd4636a44744ef639d000e8891fbd</url>
    <id>e99d06bff34cd4636a44744ef639d000e8891fbd</id>
    <committed-date>2008-09-02T02:07:07-07:00</committed-date>
    <authored-date>2008-09-02T02:07:07-07:00</authored-date>
    <message>Add missing get_line_signals_helper and change POSIX implementation calls of the non-existant set_signal to set_signal_impl.</message>
    <tree>190c7f0f917408376459291191d8698cc41aaa76</tree>
    <committer>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>476306a38f899b6479ec08882f3ba76bbeeaffb4</id>
      </parent>
    </parents>
    <author>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/86cf86a6bec809ae0a19b24e5d417348778a61b8</url>
    <id>86cf86a6bec809ae0a19b24e5d417348778a61b8</id>
    <committed-date>2008-09-02T01:46:11-07:00</committed-date>
    <authored-date>2008-09-02T01:46:11-07:00</authored-date>
    <message>Move the declaration of several variables out of shared header and replace them with externs so the compiler doesn't complain about multiple declarations.</message>
    <tree>9e8ef4f5d2ffd712a21c4f82d0af2ed6bda643a3</tree>
    <committer>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bc7e5f60ffbc5e1eb9809a75128736414f0169af</id>
      </parent>
    </parents>
    <author>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/476306a38f899b6479ec08882f3ba76bbeeaffb4</url>
    <id>476306a38f899b6479ec08882f3ba76bbeeaffb4</id>
    <committed-date>2008-09-02T01:31:24-07:00</committed-date>
    <authored-date>2008-09-02T01:31:24-07:00</authored-date>
    <message>Declare the implementation specific functions in the main file so the compiler isn't upset.</message>
    <tree>fe8dff462757e7296e0addf4738200123c283b2b</tree>
    <committer>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>36811630e1b6382fbd0c681e1b736a9d1cccc026</id>
      </parent>
    </parents>
    <author>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/bc7e5f60ffbc5e1eb9809a75128736414f0169af</url>
    <id>bc7e5f60ffbc5e1eb9809a75128736414f0169af</id>
    <committed-date>2008-08-31T17:21:22-07:00</committed-date>
    <authored-date>2008-08-31T17:21:22-07:00</authored-date>
    <message>Update README and MANIFEST for GitHub hosting and the changed contents.</message>
    <tree>8336785236b5fd691c797488e96aa8e929505e40</tree>
    <committer>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b4f3342a0d7ff7535791f10255a0523e8a8edc69</id>
      </parent>
    </parents>
    <author>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/36811630e1b6382fbd0c681e1b736a9d1cccc026</url>
    <id>36811630e1b6382fbd0c681e1b736a9d1cccc026</id>
    <committed-date>2008-08-31T17:17:53-07:00</committed-date>
    <authored-date>2008-08-31T17:17:53-07:00</authored-date>
    <message>Remove debian/ files to avoid possible name conflicts with an official debian package.</message>
    <tree>1ce11bc7cc67d8d662038fc12bb76275bcb0ea84</tree>
    <committer>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>db9a6e549234668d12965ba8223ff374b189f3f3</id>
      </parent>
    </parents>
    <author>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/b4f3342a0d7ff7535791f10255a0523e8a8edc69</url>
    <id>b4f3342a0d7ff7535791f10255a0523e8a8edc69</id>
    <committed-date>2008-08-31T17:10:53-07:00</committed-date>
    <authored-date>2008-08-31T17:10:53-07:00</authored-date>
    <message>Make gemspec GitHub/$SAFE friendly.</message>
    <tree>f542576963380892f845d52efede54824ad23988</tree>
    <committer>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d9937afbfee6a7c0ef019fce4043a2774eadfa5e</id>
      </parent>
    </parents>
    <author>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/db9a6e549234668d12965ba8223ff374b189f3f3</url>
    <id>db9a6e549234668d12965ba8223ff374b189f3f3</id>
    <committed-date>2008-08-31T16:27:48-07:00</committed-date>
    <authored-date>2008-08-31T16:27:48-07:00</authored-date>
    <message>Clean gemspec and note new version in the change log.</message>
    <tree>fb718cc790aed5d537ee5840c568f065a2f95322</tree>
    <committer>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>464a0cf7f6193708eddb3042743101c0af082c8d</id>
      </parent>
    </parents>
    <author>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/d9937afbfee6a7c0ef019fce4043a2774eadfa5e</url>
    <id>d9937afbfee6a7c0ef019fce4043a2774eadfa5e</id>
    <committed-date>2008-08-31T16:25:49-07:00</committed-date>
    <authored-date>2008-08-31T16:25:49-07:00</authored-date>
    <message>Change to gemspec from Rakefile based build and bump version number.</message>
    <tree>4b757974ab399b53f9967c3cae486e430500d8f4</tree>
    <committer>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d625a46a5f7c393181400c94afad2539743b1e34</id>
      </parent>
    </parents>
    <author>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/464a0cf7f6193708eddb3042743101c0af082c8d</url>
    <id>464a0cf7f6193708eddb3042743101c0af082c8d</id>
    <committed-date>2008-08-31T16:25:00-07:00</committed-date>
    <authored-date>2008-08-31T16:25:00-07:00</authored-date>
    <message>If functions are declared static but not used in the same unit then some compilers, such as GCC, will not emit any symbols for those functions.</message>
    <tree>a9959eaef5eac05b6b45ac1585e4d644516965e8</tree>
    <committer>
      <name>toholio</name>
      <email>tobin.richard@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7e253cc161f164c274d4f6f8eebc4da7467fc70f</id>
      </parent>
    </parents>
    <author>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/d625a46a5f7c393181400c94afad2539743b1e34</url>
    <id>d625a46a5f7c393181400c94afad2539743b1e34</id>
    <committed-date>2008-07-08T21:37:49-07:00</committed-date>
    <authored-date>2008-07-08T21:37:49-07:00</authored-date>
    <message>Isolated rb_fdopen call in win_serialport_impl.c as the culprit on windows.

git-svn-id: svn://rubyforge.org/var/svn/ruby-serialport/trunk@66 6607fed9-16ac-4f31-92eb-e512782b99c2</message>
    <tree>fc9acc4672b75836320863ee4808d5e0005eee16</tree>
    <committer>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e4c71ee70421bffeca7fc9c5f969a022052c89db</id>
      </parent>
    </parents>
    <author>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/7e253cc161f164c274d4f6f8eebc4da7467fc70f</url>
    <id>7e253cc161f164c274d4f6f8eebc4da7467fc70f</id>
    <committed-date>2008-07-08T15:10:13-07:00</committed-date>
    <authored-date>2008-07-08T15:10:13-07:00</authored-date>
    <message>Cleaning the Rakefile up.


git-svn-id: svn://rubyforge.org/var/svn/ruby-serialport/trunk@65 6607fed9-16ac-4f31-92eb-e512782b99c2</message>
    <tree>2480fcc096a1d0ce800e90920c9e7c9dcb7a3db6</tree>
    <committer>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>54e4ce07f3039dfa991817ae9d458a2a19befb91</id>
      </parent>
    </parents>
    <author>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/e4c71ee70421bffeca7fc9c5f969a022052c89db</url>
    <id>e4c71ee70421bffeca7fc9c5f969a022052c89db</id>
    <committed-date>2008-07-08T14:17:13-07:00</committed-date>
    <authored-date>2008-07-08T14:17:13-07:00</authored-date>
    <message>Split out platform specific code into separate files.


git-svn-id: svn://rubyforge.org/var/svn/ruby-serialport/trunk@64 6607fed9-16ac-4f31-92eb-e512782b99c2</message>
    <tree>7f44a4d22443873adfb7313309ed30976788e3c8</tree>
    <committer>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e93bd5cbd559b8435826c31ca09c6cf2affa21c6</id>
      </parent>
    </parents>
    <author>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/54e4ce07f3039dfa991817ae9d458a2a19befb91</url>
    <id>54e4ce07f3039dfa991817ae9d458a2a19befb91</id>
    <committed-date>2008-07-08T12:05:47-07:00</committed-date>
    <authored-date>2008-07-08T12:05:47-07:00</authored-date>
    <message>Add Rakefile for packaging into a gem.


git-svn-id: svn://rubyforge.org/var/svn/ruby-serialport/trunk@63 6607fed9-16ac-4f31-92eb-e512782b99c2</message>
    <tree>4317a3041c6c3ba1d80d012e425fcf7def4688f5</tree>
    <committer>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0d78779d2d696786c70bdf106957f13ddf6f9a30</id>
      </parent>
    </parents>
    <author>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/e93bd5cbd559b8435826c31ca09c6cf2affa21c6</url>
    <id>e93bd5cbd559b8435826c31ca09c6cf2affa21c6</id>
    <committed-date>2008-07-08T09:47:14-07:00</committed-date>
    <authored-date>2008-07-08T09:47:14-07:00</authored-date>
    <message>Moved source files to separate src directory.


git-svn-id: svn://rubyforge.org/var/svn/ruby-serialport/trunk@62 6607fed9-16ac-4f31-92eb-e512782b99c2</message>
    <tree>7e58e4f96fcfa086041b1210756b991904639850</tree>
    <committer>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>770192af67dc4746d485f0b083f7d577e32f4f39</id>
      </parent>
    </parents>
    <author>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/0d78779d2d696786c70bdf106957f13ddf6f9a30</url>
    <id>0d78779d2d696786c70bdf106957f13ddf6f9a30</id>
    <committed-date>2008-07-08T09:46:18-07:00</committed-date>
    <authored-date>2008-07-08T09:46:18-07:00</authored-date>
    <message>Move defines to header.


git-svn-id: svn://rubyforge.org/var/svn/ruby-serialport/trunk@61 6607fed9-16ac-4f31-92eb-e512782b99c2</message>
    <tree>7d3ef7a9e3324d85d0b228c23220ea35b33bb26d</tree>
    <committer>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>414421f07afe0cf4b7140ec07b9c6dc61900c9eb</id>
      </parent>
    </parents>
    <author>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/770192af67dc4746d485f0b083f7d577e32f4f39</url>
    <id>770192af67dc4746d485f0b083f7d577e32f4f39</id>
    <committed-date>2008-07-08T09:02:50-07:00</committed-date>
    <authored-date>2008-07-08T09:02:50-07:00</authored-date>
    <message>Split out ruby code from C code.


git-svn-id: svn://rubyforge.org/var/svn/ruby-serialport/trunk@60 6607fed9-16ac-4f31-92eb-e512782b99c2</message>
    <tree>fc6832ed2b1e5e7ec2e80f20f7e4fd1396a9cfce</tree>
    <committer>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9a057df507da309d273d6046c9981b478b17340f</id>
      </parent>
    </parents>
    <author>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/414421f07afe0cf4b7140ec07b9c6dc61900c9eb</url>
    <id>414421f07afe0cf4b7140ec07b9c6dc61900c9eb</id>
    <committed-date>2008-07-03T13:31:27-07:00</committed-date>
    <authored-date>2008-07-03T13:31:27-07:00</authored-date>
    <message>Start major overhaul to become a rubygem package.
Version bumped to 0.7.0


git-svn-id: svn://rubyforge.org/var/svn/ruby-serialport/trunk@59 6607fed9-16ac-4f31-92eb-e512782b99c2</message>
    <tree>db480db27b1c524b258baa667371aa7c48f9fb68</tree>
    <committer>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1a9e3fe24d18a18ee351e6fde321a151f7eb521c</id>
      </parent>
    </parents>
    <author>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/9a057df507da309d273d6046c9981b478b17340f</url>
    <id>9a057df507da309d273d6046c9981b478b17340f</id>
    <committed-date>2008-03-15T14:24:44-07:00</committed-date>
    <authored-date>2008-03-15T14:24:44-07:00</authored-date>
    <message>Bump version and apply some svn props.


git-svn-id: svn://rubyforge.org/var/svn/ruby-serialport/trunk@58 6607fed9-16ac-4f31-92eb-e512782b99c2</message>
    <tree>c286f1f46d62537150890681f2fa2437dc3af3c1</tree>
    <committer>
      <name>dshipton</name>
      <email>dshipton@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>889d382896e390884912cdccee1d1cdd622948dc</id>
      </parent>
    </parents>
    <author>
      <name>moumar</name>
      <email>moumar@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/1a9e3fe24d18a18ee351e6fde321a151f7eb521c</url>
    <id>1a9e3fe24d18a18ee351e6fde321a151f7eb521c</id>
    <committed-date>2007-04-15T10:27:27-07:00</committed-date>
    <authored-date>2007-04-15T10:27:27-07:00</authored-date>
    <message>ruby-serialport directory removed

git-svn-id: svn://rubyforge.org/var/svn/ruby-serialport/trunk@57 6607fed9-16ac-4f31-92eb-e512782b99c2</message>
    <tree>68a234a8c6dfd5c8b32bdbacd70b29793c292ae9</tree>
    <committer>
      <name>moumar</name>
      <email>moumar@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>caac839053917f4636d14665e63f5152b22223d7</id>
      </parent>
    </parents>
    <author>
      <name>moumar</name>
      <email>moumar@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/889d382896e390884912cdccee1d1cdd622948dc</url>
    <id>889d382896e390884912cdccee1d1cdd622948dc</id>
    <committed-date>2007-04-15T10:25:17-07:00</committed-date>
    <authored-date>2007-04-15T10:25:17-07:00</authored-date>
    <message>reorganisation of files

git-svn-id: svn://rubyforge.org/var/svn/ruby-serialport/trunk@56 6607fed9-16ac-4f31-92eb-e512782b99c2</message>
    <tree>a8e301697554596c824dff35b267828e21bcd1d8</tree>
    <committer>
      <name>moumar</name>
      <email>moumar@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c70c29b0fd8d6389189a838098d70d9e377fd215</id>
      </parent>
    </parents>
    <author>
      <name>moumar</name>
      <email>moumar@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/caac839053917f4636d14665e63f5152b22223d7</url>
    <id>caac839053917f4636d14665e63f5152b22223d7</id>
    <committed-date>2007-04-14T05:42:17-07:00</committed-date>
    <authored-date>2007-04-14T05:42:17-07:00</authored-date>
    <message>little bugfix


git-svn-id: svn://rubyforge.org/var/svn/ruby-serialport/trunk@55 6607fed9-16ac-4f31-92eb-e512782b99c2</message>
    <tree>a556e3076e679fa6f8f98eb406da7f0a621d8d51</tree>
    <committer>
      <name>moumar</name>
      <email>moumar@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>146e1b2b2cd4f4dadd8dd875ae817d1d04f87b0c</id>
      </parent>
    </parents>
    <author>
      <name>moumar</name>
      <email>moumar@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/c70c29b0fd8d6389189a838098d70d9e377fd215</url>
    <id>c70c29b0fd8d6389189a838098d70d9e377fd215</id>
    <committed-date>2004-02-25T14:19:01-08:00</committed-date>
    <authored-date>2004-02-25T14:19:01-08:00</authored-date>
    <message>Minor changes to avoid compiler warnings under Windows


git-svn-id: svn://rubyforge.org/var/svn/ruby-serialport/trunk@54 6607fed9-16ac-4f31-92eb-e512782b99c2</message>
    <tree>7fd9bb9f29d22408ad2c946e657c4283646de0fa</tree>
    <committer>
      <name>moumar</name>
      <email>moumar@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d0722ca4bf1a057008b7befdf5a49dc7da5d1df5</id>
      </parent>
    </parents>
    <author>
      <name>tom</name>
      <email>tom@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/146e1b2b2cd4f4dadd8dd875ae817d1d04f87b0c</url>
    <id>146e1b2b2cd4f4dadd8dd875ae817d1d04f87b0c</id>
    <committed-date>2003-09-04T13:58:03-07:00</committed-date>
    <authored-date>2003-09-04T13:58:03-07:00</authored-date>
    <message>Test


git-svn-id: svn://rubyforge.org/var/svn/ruby-serialport/trunk@53 6607fed9-16ac-4f31-92eb-e512782b99c2</message>
    <tree>398a6720d81f646e122836e971f6af05baae01a3</tree>
    <committer>
      <name>tom</name>
      <email>tom@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f2dfb6e5ddc484cdd5cd5413e8e34ccf275537d3</id>
      </parent>
    </parents>
    <author>
      <name>tom</name>
      <email>tom@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/d0722ca4bf1a057008b7befdf5a49dc7da5d1df5</url>
    <id>d0722ca4bf1a057008b7befdf5a49dc7da5d1df5</id>
    <committed-date>2003-09-04T13:56:15-07:00</committed-date>
    <authored-date>2003-09-04T13:56:15-07:00</authored-date>
    <message>Test


git-svn-id: svn://rubyforge.org/var/svn/ruby-serialport/trunk@52 6607fed9-16ac-4f31-92eb-e512782b99c2</message>
    <tree>8d24f77c1d8af6152bcdaf48016861473a75b0cd</tree>
    <committer>
      <name>tom</name>
      <email>tom@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4402d8ff57b886cc47e46e914ff2dd5b857ebbc2</id>
      </parent>
    </parents>
    <author>
      <name>gforge</name>
      <email>gforge@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/f2dfb6e5ddc484cdd5cd5413e8e34ccf275537d3</url>
    <id>f2dfb6e5ddc484cdd5cd5413e8e34ccf275537d3</id>
    <committed-date>2003-09-04T11:31:27-07:00</committed-date>
    <authored-date>2003-09-04T11:31:27-07:00</authored-date>
    <message>initial checkin


git-svn-id: svn://rubyforge.org/var/svn/ruby-serialport/trunk@51 6607fed9-16ac-4f31-92eb-e512782b99c2</message>
    <tree>398a6720d81f646e122836e971f6af05baae01a3</tree>
    <committer>
      <name>gforge</name>
      <email>gforge@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a302784851beb90487dd8ca8cfe5b4ebd330edb2</id>
      </parent>
    </parents>
    <author>
      <name>gforge</name>
      <email>gforge@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </author>
    <url>http://github.com/toholio/ruby-serialport/commit/4402d8ff57b886cc47e46e914ff2dd5b857ebbc2</url>
    <id>4402d8ff57b886cc47e46e914ff2dd5b857ebbc2</id>
    <committed-date>2003-08-26T11:46:33-07:00</committed-date>
    <authored-date>2003-08-26T11:46:33-07:00</authored-date>
    <message>initial checkin

git-svn-id: svn://rubyforge.org/var/svn/ruby-serialport/trunk@50 6607fed9-16ac-4f31-92eb-e512782b99c2</message>
    <tree>80e3a66625557ead3efb38980675918c50222ca6</tree>
    <committer>
      <name>gforge</name>
      <email>gforge@6607fed9-16ac-4f31-92eb-e512782b99c2</email>
    </committer>
  </commit>
</commits>
