From: Felipe Contreras Date: Mon, 20 May 2013 12:24:22 +0000 (+1900) Subject: [PATCH 0/2] ruby: general improvements X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cb436b3f75a730c04d8f27c4ddee650e90e1609d;p=notmuch-archives.git [PATCH 0/2] ruby: general improvements --- diff --git a/d0/2493c83f2032593bace7ec0654b2bf0e9fea2d b/d0/2493c83f2032593bace7ec0654b2bf0e9fea2d new file mode 100644 index 000000000..cee7e71fa --- /dev/null +++ b/d0/2493c83f2032593bace7ec0654b2bf0e9fea2d @@ -0,0 +1,76 @@ +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 6EE2B431FC2 + for ; Mon, 20 May 2013 05:26:05 -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 HtbCNoA-2SJO for ; + Mon, 20 May 2013 05:25:59 -0700 (PDT) +Received: from mail-oa0-f51.google.com (mail-oa0-f51.google.com + [209.85.219.51]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E09BE431FBD + for ; Mon, 20 May 2013 05:25:58 -0700 (PDT) +Received: by mail-oa0-f51.google.com with SMTP id f4so7485629oah.24 + for ; Mon, 20 May 2013 05:25:58 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=x-received:from:to:cc:subject:date:message-id:x-mailer; + bh=E1/ztHXcdR62tTffaZdbW9f8fW9c+SrOjfxryX+zBUE=; + b=bLadM+VlPkfgEdbrpLYgvwofjwy9hJ8/iPJgUsPCSfp9i/wtv4Yo/H7bnTXt/rRnVo + hlwcl10STI4V2H43rGXDTqp/eThmt+wrPaXjjNMlQUnS6UHotpdBWHkKV0PrNm1zv7kJ + uJilWUhjIyGmBkT0OPFbfTXO7cLwg1uR39WkgE7UIh3TVMhX2DVepXIdtMkGDuyoRVvz + cyg2vODfz8feHagyqAe5RuQWn683adhy/NmpsnAOQRKJJM8bkMeJtRny4Wl/ScAe1u9T + jYCfdwm4KWC0HALHr6G/B4hWz91Q2qXtLN6PjNCu/aRTk7oU4WvhhKiza5Y/+Rqbx79J + z9rw== +X-Received: by 10.60.42.237 with SMTP id r13mr10620671oel.61.1369052757424; + Mon, 20 May 2013 05:25:57 -0700 (PDT) +Received: from localhost (187-163-100-70.static.axtel.net. [187.163.100.70]) + by mx.google.com with ESMTPSA id eq4sm19976705obb.5.2013.05.20.05.25.55 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Mon, 20 May 2013 05:25:56 -0700 (PDT) +From: Felipe Contreras +To: notmuch@notmuchmail.org +Subject: [PATCH 0/2] ruby: general improvements +Date: Mon, 20 May 2013 07:24:22 -0500 +Message-Id: <1369052664-17869-1-git-send-email-felipe.contreras@gmail.com> +X-Mailer: git-send-email 1.8.3.rc3.286.g3d43083 +Cc: Ali Polatel +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, 20 May 2013 12:26:05 -0000 + +Hi, + +Not much to say here. + +Felipe Contreras (2): + ruby: use in-tree notmuch library + ruby: fix missing symbol UINT2FIX() + + bindings/ruby/extconf.rb | 23 ++++++++++++++++++++--- + bindings/ruby/query.c | 2 +- + 2 files changed, 21 insertions(+), 4 deletions(-) + +-- +1.8.3.rc3.286.g3d43083 +