<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>589487844e5fb87773fbae2207241c488a7366c3</id>
      </parent>
    </parents>
    <author>
      <name>Jakob Ilves</name>
      <email>illvilja@oracle.com</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/9fb96dfd3172265225edd7aefc6eaeca91f8ff3f</url>
    <id>9fb96dfd3172265225edd7aefc6eaeca91f8ff3f</id>
    <committed-date>2009-12-01T15:31:47-08:00</committed-date>
    <authored-date>2009-12-01T15:31:47-08:00</authored-date>
    <message>Added myself to the CREDITS file (after Jonathan Leto reminded me about it)</message>
    <tree>ef59e3f5c4aaec05fb768e1ee4a3da9ba56f7c57</tree>
    <committer>
      <name>Jakob Ilves</name>
      <email>illvilja@oracle.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5dd4226b259b5a8e08d7868d3be2a1c302309000</id>
      </parent>
    </parents>
    <author>
      <name>Jakob Ilves</name>
      <email>illvilja@oracle.com</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/589487844e5fb87773fbae2207241c488a7366c3</url>
    <id>589487844e5fb87773fbae2207241c488a7366c3</id>
    <committed-date>2009-12-01T15:08:51-08:00</committed-date>
    <authored-date>2009-11-30T15:12:55-08:00</authored-date>
    <message>In instantiation of GSLBuilder in Build.PL, the value for the parameter include_dirs were corrected to an anonymous empty array, instead of an empty string.

There were a build failure where gcc gets confused and 'loses' one
of the supplied -I flags (the one specifying the directory
containing the core perl header files), resulting in gcc not
finding a number of very fundamental header files for perl modules.

This is caused by a single '-I' flag appearing before the 'lost' -I
flag.  That lone '-I' flag is the result of trying to use the -I
flag to add a directory consisting of the empty string to the list
of directories to search for include files.

The fix is to prevent that bogus empty string directory to enter
the build logic in the first place:

In the instantiation of the GSLBuilder class, I changed the
value passed for the 'include_dirs' from an empty string to a
(reference to) an empty array.  This prevents the lone '-I' flag
to be passed to gcc, making gcc properly understand the rest
of the command line.

(The GSLBuilder code can be amended to actually fail when
'include_dirs' is given an empty string, and in that failure,
tell that 'include_dirs' should be given an empty list if
one wants to state that there should be no include directories)</message>
    <tree>2f7f9781ecdc534acf30fe010871b961f98b53c0</tree>
    <committer>
      <name>Jakob Ilves</name>
      <email>illvilja@oracle.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>075d50485063002b2b68ad14cb2d26ee301b0eea</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/5dd4226b259b5a8e08d7868d3be2a1c302309000</url>
    <id>5dd4226b259b5a8e08d7868d3be2a1c302309000</id>
    <committed-date>2009-05-27T00:01:56-07:00</committed-date>
    <authored-date>2009-05-27T00:01:56-07:00</authored-date>
    <message>make smoke_some_mathgsl call smolder_mathgsl with the current perl</message>
    <tree>1a82f03efcc192904971ce5eb774d88a5ff2e58d</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>38f61f7d2bd3f123561e3d7a4c0785fc68526c00</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/075d50485063002b2b68ad14cb2d26ee301b0eea</url>
    <id>075d50485063002b2b68ad14cb2d26ee301b0eea</id>
    <committed-date>2009-05-26T23:59:56-07:00</committed-date>
    <authored-date>2009-05-26T23:59:39-07:00</authored-date>
    <message>make smolder_mathgsl find a perl</message>
    <tree>dc85efe87e66d7129a4950393fdf24c20d057e40</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>690cd28beac145e1f3f46766bb71a147f57ef2fc</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/38f61f7d2bd3f123561e3d7a4c0785fc68526c00</url>
    <id>38f61f7d2bd3f123561e3d7a4c0785fc68526c00</id>
    <committed-date>2009-05-26T21:25:54-07:00</committed-date>
    <authored-date>2009-05-26T21:25:35-07:00</authored-date>
    <message>use correct smolder_mathgsl binary in smoke_some_mathgsl</message>
    <tree>6f3aec3b56eb1f67e9661596d8f4d48978e3c1b3</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3e17c7fe0133f88259d5097f6bafbbbe34af62cf</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/690cd28beac145e1f3f46766bb71a147f57ef2fc</url>
    <id>690cd28beac145e1f3f46766bb71a147f57ef2fc</id>
    <committed-date>2009-05-26T21:15:32-07:00</committed-date>
    <authored-date>2009-05-26T21:15:32-07:00</authored-date>
    <message>Improve smoke_some_mathgsl configurability</message>
    <tree>e0e42624c63d8ead6cc7437aae877edf6db59815</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1eb76c202e8268d87fb367b98f541e7e5827e43f</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/3e17c7fe0133f88259d5097f6bafbbbe34af62cf</url>
    <id>3e17c7fe0133f88259d5097f6bafbbbe34af62cf</id>
    <committed-date>2009-05-26T20:35:17-07:00</committed-date>
    <authored-date>2009-05-26T20:35:17-07:00</authored-date>
    <message>Append to PERL5LIB instead of stomping on it in smoke_some_mathgsl</message>
    <tree>43334730d2b0027c788a061cd52e6b8e24a4e354</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>71fd9b50efbb453735f311f5eb5d93b94b5a3d3f</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/1eb76c202e8268d87fb367b98f541e7e5827e43f</url>
    <id>1eb76c202e8268d87fb367b98f541e7e5827e43f</id>
    <committed-date>2009-05-26T20:02:54-07:00</committed-date>
    <authored-date>2009-05-26T20:02:54-07:00</authored-date>
    <message>Update smolder_mathgsl</message>
    <tree>a7a440b2c2a3120f315b685362f798d333e99797</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9000c8f19dd75db0b1c192b50d1c1c736312d98b</id>
      </parent>
      <parent>
        <id>61810b274651f268af6ce9fa4f249d0e37e1df2a</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/71fd9b50efbb453735f311f5eb5d93b94b5a3d3f</url>
    <id>71fd9b50efbb453735f311f5eb5d93b94b5a3d3f</id>
    <committed-date>2009-05-21T01:49:47-07:00</committed-date>
    <authored-date>2009-05-21T01:49:47-07:00</authored-date>
    <message>Merge branches 'danjean' and 'master' into danjean

Conflicts:
	swig/SF.i
	swig/gsl_typemaps.i</message>
    <tree>7f4cce46c384fc3ffe1428d44d1cddb47a0176f3</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e47c075b392a49346959488e98d4128bce37135c</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/61810b274651f268af6ce9fa4f249d0e37e1df2a</url>
    <id>61810b274651f268af6ce9fa4f249d0e37e1df2a</id>
    <committed-date>2009-05-19T23:45:48-07:00</committed-date>
    <authored-date>2009-05-19T23:45:48-07:00</authored-date>
    <message>Update Copyright years</message>
    <tree>5da1f7f98cb4cb61b93dd22ffc7c6c15c218b8aa</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>784dcba188d9c13db78424c24dffa23840e31bb6</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/e47c075b392a49346959488e98d4128bce37135c</url>
    <id>e47c075b392a49346959488e98d4128bce37135c</id>
    <committed-date>2009-05-19T23:41:35-07:00</committed-date>
    <authored-date>2009-05-19T23:41:35-07:00</authored-date>
    <message>Bump version, update MANIFEST* and update dev info</message>
    <tree>a770d13cdd48b3ba54b336c2163c172f510b42f8</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f63bb19ded34e99ad4e3615ab2ab013d5f66d14a</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/784dcba188d9c13db78424c24dffa23840e31bb6</url>
    <id>784dcba188d9c13db78424c24dffa23840e31bb6</id>
    <committed-date>2009-05-18T23:58:28-07:00</committed-date>
    <authored-date>2009-05-18T23:58:28-07:00</authored-date>
    <message>Add a test for gsl_monte_plain_* and fiddle with Monte typemaps</message>
    <tree>1029e74336289f1c05060ec5867b6e4f2174e0cd</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8301cc79700c6a617f2d114a4c9b6ca6eaa5ce42</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/f63bb19ded34e99ad4e3615ab2ab013d5f66d14a</url>
    <id>f63bb19ded34e99ad4e3615ab2ab013d5f66d14a</id>
    <committed-date>2009-05-17T15:54:58-07:00</committed-date>
    <authored-date>2009-05-17T15:54:58-07:00</authored-date>
    <message>More Monte tests</message>
    <tree>6ac176c5cb5abe6201d7d8acfc748c71999a2f38</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>87b66f2dc5bafe3b3a5147f1595f423b88aec910</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/8301cc79700c6a617f2d114a4c9b6ca6eaa5ce42</url>
    <id>8301cc79700c6a617f2d114a4c9b6ca6eaa5ce42</id>
    <committed-date>2009-05-17T15:33:32-07:00</committed-date>
    <authored-date>2009-05-17T15:33:32-07:00</authored-date>
    <message>Improve Monte typemaps</message>
    <tree>e7b8ff77aebbeaf7168079853a8a2c34d40f980d</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f1bad547001c08f00c7474b6fe378018853f72c4</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/87b66f2dc5bafe3b3a5147f1595f423b88aec910</url>
    <id>87b66f2dc5bafe3b3a5147f1595f423b88aec910</id>
    <committed-date>2009-05-10T19:22:08-07:00</committed-date>
    <authored-date>2009-05-10T19:22:08-07:00</authored-date>
    <message>Get rid of unused variables in QRNG typemap</message>
    <tree>35f97cccaa783092428a734bde94df28f281a720</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b46d788b64cc3aa75323b9c5a46f0f4ea2a695b5</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/f1bad547001c08f00c7474b6fe378018853f72c4</url>
    <id>f1bad547001c08f00c7474b6fe378018853f72c4</id>
    <committed-date>2009-05-10T18:49:09-07:00</committed-date>
    <authored-date>2009-05-10T18:49:09-07:00</authored-date>
    <message>Fix bug in gsl_sort_* argout typemaps that were using size_t instead of double</message>
    <tree>bb0bb70a9dfac931dd9752aa4ec94e160a151d70</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0517efbdb2198876df2429e5dfa83d9575618148</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/b46d788b64cc3aa75323b9c5a46f0f4ea2a695b5</url>
    <id>b46d788b64cc3aa75323b9c5a46f0f4ea2a695b5</id>
    <committed-date>2009-05-10T18:06:43-07:00</committed-date>
    <authored-date>2009-05-10T18:06:43-07:00</authored-date>
    <message>Add smolder_smoke_signal in bin/</message>
    <tree>935e55718602b1ce24fe34f2d1b6831243d54c54</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0b30a10be7efcffe8f76092b081e6d22c0ef6f39</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/0517efbdb2198876df2429e5dfa83d9575618148</url>
    <id>0517efbdb2198876df2429e5dfa83d9575618148</id>
    <committed-date>2009-05-10T01:29:30-07:00</committed-date>
    <authored-date>2009-05-10T01:29:30-07:00</authored-date>
    <message>Allow passing number of values wanted to $rng-&gt;get()</message>
    <tree>1097e0ef9cb35b2f52a3db0f6d7f5c0a036a1f7c</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1425aa49a5859452033aec762a121f294bf09e63</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/0b30a10be7efcffe8f76092b081e6d22c0ef6f39</url>
    <id>0b30a10be7efcffe8f76092b081e6d22c0ef6f39</id>
    <committed-date>2009-05-09T10:26:13-07:00</committed-date>
    <authored-date>2009-05-09T10:26:13-07:00</authored-date>
    <message>Update META.yml and add osname to smolder tags</message>
    <tree>b4edad102f4ba57b1a2483f37ae2a5057e683f30</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d1d2e6a135ce1bee9933f6a4aa5b53669f9e79f</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/1425aa49a5859452033aec762a121f294bf09e63</url>
    <id>1425aa49a5859452033aec762a121f294bf09e63</id>
    <committed-date>2009-05-09T00:51:40-07:00</committed-date>
    <authored-date>2009-05-09T00:51:40-07:00</authored-date>
    <message>update Changes and TODO</message>
    <tree>07ca3241b22d0e32ac7cf8fd680bf15a4bc435b0</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>622f134a3a4cc97a9f4c9bf5081f29df88deccf5</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/5d1d2e6a135ce1bee9933f6a4aa5b53669f9e79f</url>
    <id>5d1d2e6a135ce1bee9933f6a4aa5b53669f9e79f</id>
    <committed-date>2009-05-09T00:40:09-07:00</committed-date>
    <authored-date>2009-05-09T00:40:09-07:00</authored-date>
    <message>Add some tests to Randist</message>
    <tree>236130a739298ff7c3df9aaee69c57cfea6fd2d5</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cff8393a97df689335a031764f13f3ed322eaea1</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/622f134a3a4cc97a9f4c9bf5081f29df88deccf5</url>
    <id>622f134a3a4cc97a9f4c9bf5081f29df88deccf5</id>
    <committed-date>2009-05-08T23:54:53-07:00</committed-date>
    <authored-date>2009-05-08T23:54:53-07:00</authored-date>
    <message>Improve NTuple interface and tests</message>
    <tree>4a8dcc625663ae500ec67711110a99256f712a0f</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>89e6f1b7ba3646e723ba6249dd9ebe6878bef464</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/cff8393a97df689335a031764f13f3ed322eaea1</url>
    <id>cff8393a97df689335a031764f13f3ed322eaea1</id>
    <committed-date>2009-05-08T22:24:26-07:00</committed-date>
    <authored-date>2009-05-08T22:24:26-07:00</authored-date>
    <message>Clean trailing whitespace from NTuple POD</message>
    <tree>b3849672aad5ef8730326eb82eb247126e417369</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f8ca7d84a6b42c79bc790853ab0737ae57af332f</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/89e6f1b7ba3646e723ba6249dd9ebe6878bef464</url>
    <id>89e6f1b7ba3646e723ba6249dd9ebe6878bef464</id>
    <committed-date>2009-05-08T22:22:57-07:00</committed-date>
    <authored-date>2009-05-08T22:22:57-07:00</authored-date>
    <message>Update KNOWN_BUGS</message>
    <tree>566ca4e3e0e86413e848839e0b05516059e04e7d</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b30ae8feebfdd9ee17312ff5c1c2fc451fff9edb</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/f8ca7d84a6b42c79bc790853ab0737ae57af332f</url>
    <id>f8ca7d84a6b42c79bc790853ab0737ae57af332f</id>
    <committed-date>2009-05-08T22:13:50-07:00</committed-date>
    <authored-date>2009-05-08T22:13:50-07:00</authored-date>
    <message>Make conversion of &quot;void *ntuple_data&quot; less wrong.
Fixed bugs in NTuple.t fixture data
Added test for gsl_ntuple-&gt;new</message>
    <tree>95ea124b4ad1e3477768e4d3756fb9822f400849</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>19ceffe3869857fdd6f4f68041ce2b6c42d20626</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/b30ae8feebfdd9ee17312ff5c1c2fc451fff9edb</url>
    <id>b30ae8feebfdd9ee17312ff5c1c2fc451fff9edb</id>
    <committed-date>2009-05-08T20:18:51-07:00</committed-date>
    <authored-date>2009-05-08T20:18:51-07:00</authored-date>
    <message>Slightly better error checking in NTuple.i</message>
    <tree>98aacc0edc305a3de7dca21df8c3dbd8f342f447</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0d31838589c7a0a5351e02c7395d7292a6eea44b</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/19ceffe3869857fdd6f4f68041ce2b6c42d20626</url>
    <id>19ceffe3869857fdd6f4f68041ce2b6c42d20626</id>
    <committed-date>2009-05-08T09:00:10-07:00</committed-date>
    <authored-date>2009-05-08T09:00:10-07:00</authored-date>
    <message>Re-enables NTuple tests, which fail by returning a non-zero Wstat

Test Summary Report
-------------------
t/NTuple.t       (Wstat: 10 Tests: 8 Failed: 0)
  Non-zero wait status: 10
  Files=52, Tests=3626, 10 wallclock secs ( 0.91 usr  0.28 sys + 11.49
  cusr  1.73 csys = 14.41 CPU)
  Result: FAIL</message>
    <tree>75257c726adb1a5d131b0976faeaa1d33ddcba10</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>933b5d58df71f3765e34ad498a7721d46c85f71d</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/0d31838589c7a0a5351e02c7395d7292a6eea44b</url>
    <id>0d31838589c7a0a5351e02c7395d7292a6eea44b</id>
    <committed-date>2009-05-08T00:29:10-07:00</committed-date>
    <authored-date>2009-05-08T00:29:10-07:00</authored-date>
    <message>update KNOWN_BUGS</message>
    <tree>19aef698fda5f5eafa058a02bc4735cda8dbae1c</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>18331929c8a3a23b4f048bb10bf85495f3383960</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/933b5d58df71f3765e34ad498a7721d46c85f71d</url>
    <id>933b5d58df71f3765e34ad498a7721d46c85f71d</id>
    <committed-date>2009-05-08T00:16:11-07:00</committed-date>
    <authored-date>2009-05-08T00:16:11-07:00</authored-date>
    <message>Add mathieu functions to SF export list</message>
    <tree>b3a8ea72442d84b4c567fec73bdc1871135e978f</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dc0610cceb85c9dd2cc83a4b993f7d80e5860b8a</id>
      </parent>
    </parents>
    <author>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </author>
    <url>http://github.com/leto/math--gsl/commit/18331929c8a3a23b4f048bb10bf85495f3383960</url>
    <id>18331929c8a3a23b4f048bb10bf85495f3383960</id>
    <committed-date>2009-05-08T00:15:46-07:00</committed-date>
    <authored-date>2009-05-08T00:15:46-07:00</authored-date>
    <message>Fix conditional inclusion of mathieu function headers</message>
    <tree>7396bfcc666e53a2a58d08d2672fbc1440242a9e</tree>
    <committer>
      <name>Duke Leto</name>
      <email>jonathan@leto.net</email>
    </committer>
  </commit>
</commits>
