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