<feed xmlns='http://www.w3.org/2005/Atom'>
<title>third_party-sqlite3-ruby.git/ext/sqlite3_api, branch master</title>
<subtitle>Genome patches to sqlite3 that are not yet upstream</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/'/>
<entry>
<title>Fix linking against Ruby 1.8.5</title>
<updated>2008-06-23T15:33:16+00:00</updated>
<author>
<name>Rob Holland</name>
<email>rob@inversepath.com</email>
</author>
<published>2008-06-23T15:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=54d7760e9fbce197f183cfc567a60245cfc96dc5'/>
<id>54d7760e9fbce197f183cfc567a60245cfc96dc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the sqlite3-api wrapper implementation.</title>
<updated>2008-05-30T19:29:24+00:00</updated>
<author>
<name>Jamis Buck</name>
<email>jamis@37signals.com</email>
</author>
<published>2008-05-30T19:29:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=9be2cc70eb12164021c8239552f3a81fdb367da5'/>
<id>9be2cc70eb12164021c8239552f3a81fdb367da5</id>
<content type='text'>
This updates the swig-generated C file, so that people can build sqlite3-ruby without needing swig around. Also, the makefile is built on-demand by extconf.rb so we don't need it in the repo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This updates the swig-generated C file, so that people can build sqlite3-ruby without needing swig around. Also, the makefile is built on-demand by extconf.rb so we don't need it in the repo.
</pre>
</div>
</content>
</entry>
<entry>
<title>rename data structures to avoid collion on win32. based on patch by: Luis Lavena</title>
<updated>2008-05-19T18:03:34+00:00</updated>
<author>
<name>Rob Holland</name>
<email>rob@inversepath.com</email>
</author>
<published>2008-05-19T18:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=2310a487c78d2a1f27462c59181ac743612bd650'/>
<id>2310a487c78d2a1f27462c59181ac743612bd650</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>check for the rt library and fdatasync so we link against that when needed</title>
<updated>2008-05-19T17:35:05+00:00</updated>
<author>
<name>Rob Holland</name>
<email>rob@inversepath.com</email>
</author>
<published>2008-05-19T17:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=e0791352124317682105e341b3ab11aadb6a9414'/>
<id>e0791352124317682105e341b3ab11aadb6a9414</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "amend rdoc to make it clear to use Statement#execute to execute a prepared statement"</title>
<updated>2008-05-17T11:05:49+00:00</updated>
<author>
<name>Rob Holland</name>
<email>rob@inversepath.com</email>
</author>
<published>2008-05-17T11:05:49+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=d9abc5144ea3c0feafc14da732d042e4abc0b361'/>
<id>d9abc5144ea3c0feafc14da732d042e4abc0b361</id>
<content type='text'>
Included some portability work by mistake.

This reverts commit 36ff0b85ed9049a63cc3b66533282e730a7db398.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Included some portability work by mistake.

This reverts commit 36ff0b85ed9049a63cc3b66533282e730a7db398.
</pre>
</div>
</content>
</entry>
<entry>
<title>amend rdoc to make it clear to use Statement#execute to execute a prepared statement</title>
<updated>2008-05-17T09:31:56+00:00</updated>
<author>
<name>Rob Holland</name>
<email>rob@inversepath.com</email>
</author>
<published>2008-05-17T09:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=36ff0b85ed9049a63cc3b66533282e730a7db398'/>
<id>36ff0b85ed9049a63cc3b66533282e730a7db398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use int_bind64 on Fixnum values larger than a 32bit C int can take.</title>
<updated>2008-05-12T08:31:30+00:00</updated>
<author>
<name>Rob Holland</name>
<email>rob@inversepath.com</email>
</author>
<published>2008-05-12T08:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=2198de6b7f2aa6ef6dc135877fc9d179e5739225'/>
<id>2198de6b7f2aa6ef6dc135877fc9d179e5739225</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ruby 1.9 compatibility tweaks (thanks Roman Le Negrate &lt;roman2k@free.fr&gt;)</title>
<updated>2008-01-17T19:36:14+00:00</updated>
<author>
<name>Jamis Buck</name>
<email>jamis@37signals.com</email>
</author>
<published>2008-01-17T19:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=bdad283db001a960c5db161078f4ece39b0b70af'/>
<id>bdad283db001a960c5db161078f4ece39b0b70af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>a simple batch file to aid in building the library on win32</title>
<updated>2007-01-13T22:06:51+00:00</updated>
<author>
<name>Jamis Buck</name>
<email>jamis@37signals.com</email>
</author>
<published>2007-01-13T22:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=c1d988456b95df002b191c01e2172a2da4d7563c'/>
<id>c1d988456b95df002b191c01e2172a2da4d7563c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for use of callbacks (busy_handler, set_authorize and trace) (thanks Sylvain Joyeux, closes #2955)</title>
<updated>2007-01-13T18:42:29+00:00</updated>
<author>
<name>Jamis Buck</name>
<email>jamis@37signals.com</email>
</author>
<published>2007-01-13T18:42:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/calfonso/public_git/third_party-sqlite3-ruby.git/commit/?id=9f39984c8f2b5b4ff4d64824f92247c69d58f0a6'/>
<id>9f39984c8f2b5b4ff4d64824f92247c69d58f0a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
