[GIT PULL] Ruby bindings
authorAli Polatel <alip@exherbo.org>
Sun, 6 Jun 2010 15:28:24 +0000 (18:28 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:06 +0000 (09:37 -0800)
56/b6d9efed689cdae2b88b4eb9665ea755483c19 [new file with mode: 0644]

diff --git a/56/b6d9efed689cdae2b88b4eb9665ea755483c19 b/56/b6d9efed689cdae2b88b4eb9665ea755483c19
new file mode 100644 (file)
index 0000000..adcf2ae
--- /dev/null
@@ -0,0 +1,121 @@
+Return-Path: <alip@exherbo.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 13880431FC1\r
+       for <notmuch@notmuchmail.org>; Sun,  6 Jun 2010 08:28:49 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.49\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.49 tagged_above=-999 required=5\r
+       tests=[BAYES_05=-0.5, T_MIME_NO_TEXT=0.01] autolearn=unavailable\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id pgBmP6b2Og9O for <notmuch@notmuchmail.org>;\r
+       Sun,  6 Jun 2010 08:28:35 -0700 (PDT)\r
+Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147])\r
+       by olra.theworths.org (Postfix) with ESMTP id 5D4324196F0\r
+       for <notmuch@notmuchmail.org>; Sun,  6 Jun 2010 08:28:35 -0700 (PDT)\r
+Received: from localhost ([127.0.0.1] helo=harikalardiyari.ev ident=alip)\r
+       by bach.exherbo.org with esmtp (Exim 4.69)\r
+       (envelope-from <alip@exherbo.org>)\r
+       id 1OLHm5-0000yo-Mw; Sun, 06 Jun 2010 15:28:33 +0000\r
+From: Ali Polatel <alip@exherbo.org>\r
+To: Carl Worth <cworth@cworth.org>\r
+Subject: [GIT PULL] Ruby bindings\r
+User-Agent: Notmuch/0.3.1-56-g2ead072 (http://notmuchmail.org) Emacs/23.2.1\r
+       (amd64-portbld-freebsd8.1)\r
+Date: Sun, 06 Jun 2010 18:28:24 +0300\r
+Message-ID: <86fx10p4dj.fsf@harikalardiyari.ev>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 06 Jun 2010 15:28:49 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+\r
+Hey Carl,\r
+\r
+Here's a pull request for ruby bindings as you requested on #notmuch.\r
+I've only tested them briefly and I hope more people will test it and\r
+contribute to it if it's merged with master. So here goes:\r
+\r
+The following changes since commit 2ead072e85315387c0cc3c2236cdedb59503881e:\r
+=20\r
+  Fix minor style issues in show_part_content function. (2010-06-05 08:47:1=\r
+3 -0700)\r
+\r
+are available in the git repository at:\r
+  git://github.com/alip/notmuch.git ruby\r
+\r
+Ali Polatel (6):\r
+      Initial ruby bindings\r
+      ruby: fix documentation of DB.upgrade!\r
+      ruby: First attempt at fixing gc for ruby-1.9\r
+      ruby: Kill garbage collection related cruft.\r
+      ruby: Use rb_scan_args()\r
+      ruby: Don't barf if an object is destroyed more than once\r
+\r
+ bindings/ruby/database.c  |  321 +++++++++++++++++++++++++++++++++++++++++=\r
++++\r
+ bindings/ruby/defs.h      |  306 ++++++++++++++++++++++++++++++++++++++++++\r
+ bindings/ruby/directory.c |  115 ++++++++++++++++\r
+ bindings/ruby/extconf.rb  |   15 ++\r
+ bindings/ruby/filenames.c |   58 ++++++++\r
+ bindings/ruby/init.c      |  282 +++++++++++++++++++++++++++++++++++++++\r
+ bindings/ruby/message.c   |  322 +++++++++++++++++++++++++++++++++++++++++=\r
+++++\r
+ bindings/ruby/messages.c  |   80 +++++++++++\r
+ bindings/ruby/query.c     |   99 ++++++++++++++\r
+ bindings/ruby/rdoc.sh     |   10 ++\r
+ bindings/ruby/status.c    |   49 +++++++\r
+ bindings/ruby/tags.c      |   61 +++++++++\r
+ bindings/ruby/thread.c    |  193 +++++++++++++++++++++++++++\r
+ bindings/ruby/threads.c   |   60 +++++++++\r
+ 14 files changed, 1971 insertions(+), 0 deletions(-)\r
+ create mode 100644 bindings/ruby/database.c\r
+ create mode 100644 bindings/ruby/defs.h\r
+ create mode 100644 bindings/ruby/directory.c\r
+ create mode 100644 bindings/ruby/extconf.rb\r
+ create mode 100644 bindings/ruby/filenames.c\r
+ create mode 100644 bindings/ruby/init.c\r
+ create mode 100644 bindings/ruby/message.c\r
+ create mode 100644 bindings/ruby/messages.c\r
+ create mode 100644 bindings/ruby/query.c\r
+ create mode 100755 bindings/ruby/rdoc.sh\r
+ create mode 100644 bindings/ruby/status.c\r
+ create mode 100644 bindings/ruby/tags.c\r
+ create mode 100644 bindings/ruby/thread.c\r
+ create mode 100644 bindings/ruby/threads.c\r
+\r
+=2D-=20\r
+Regards,\r
+Ali Polatel\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v2.0.14 (FreeBSD)\r
+\r
+iEYEARECAAYFAkwLvpwACgkQQU4yORhF8iB5ugCeOM4nWbP1rlSASPHnSxVqZ1SD\r
+96gAoIN9NUqs0ZIc9n8ASkfKMEpcsjvB\r
+=edME\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r