From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 64DC9431FC7 for ; Mon, 30 Sep 2013 09:34:36 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled 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 TC8QfECb0N8Z for ; Mon, 30 Sep 2013 09:34:30 -0700 (PDT) Received: from mail-oa0-f46.google.com (mail-oa0-f46.google.com [209.85.219.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1A600431FB6 for ; Mon, 30 Sep 2013 09:34:30 -0700 (PDT) Received: by mail-oa0-f46.google.com with SMTP id k14so3907993oag.5 for ; Mon, 30 Sep 2013 09:34:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=oYHQuGGblRD6b2OD+Ncrerv4vaXcVWga9LZjZMt6wkQ=; b=RxgtRP7S/23gasBu6NL5coc3+hAdC0mEhAzyVEInv3inNfpH4kXUPDzhBt68JW+JEf oJpbpCkpe9YrYYLIb1GTVnm0503UZ4/Ci7Zkfex9mIvezf4/dSGhIgEa+yh/Rykx7D/o fmXRrppIVJBIFK0Gdn6mfyGPpfgTeJ4vDTfU2ZBpt7sMbS2KR+zeFrXy+r0eOtUpOq6S /IVETcRtqvvrgaXmN20Y8ddz97XGiS/4HeGKu8K8Ynn5/JcFFKCsX44Sa39mbCb+fty5 YvSh2kI0gsLp2aAd75mhVrCHgAeP9tE4qd5utsjvnHFpU73mAeGU08VHBMfc9tRKiBkh fdpA== X-Received: by 10.182.220.225 with SMTP id pz1mr1472254obc.51.1380558868550; Mon, 30 Sep 2013 09:34:28 -0700 (PDT) Received: from localhost (187-162-140-241.static.axtel.net. [187.162.140.241]) by mx.google.com with ESMTPSA id r6sm1619460obi.14.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 30 Sep 2013 09:34:27 -0700 (PDT) From: Felipe Contreras To: notmuch@notmuchmail.org Subject: [PATCH 0/3] General fixes Date: Mon, 30 Sep 2013 11:28:40 -0500 Message-Id: <1380558523-6913-1-git-send-email-felipe.contreras@gmail.com> X-Mailer: git-send-email 1.8.4-fc 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: Mon, 30 Sep 2013 16:34:36 -0000 Felipe Contreras (3): query: bind queries to database objects ruby: allow build with RUNPATH ruby: bind database close()/destroy() properly bindings/ruby/database.c | 22 +++++++++++++++++++--- bindings/ruby/defs.h | 5 ++++- bindings/ruby/extconf.rb | 3 +++ bindings/ruby/init.c | 1 + lib/query.cc | 2 +- 5 files changed, 28 insertions(+), 5 deletions(-) -- 1.8.4-fc