From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leo Newsgroups: gmane.emacs.devel Subject: Re: Move sha1 to C? Date: Tue, 24 May 2011 01:14:53 +0800 Message-ID: References: <87oc2txwru.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1306170910 13270 80.91.229.12 (23 May 2011 17:15:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 May 2011 17:15:10 +0000 (UTC) Cc: Eli Zaretskii , Stefan Monnier , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 23 19:15:06 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QOYig-0003pL-BS for ged-emacs-devel@m.gmane.org; Mon, 23 May 2011 19:15:06 +0200 Original-Received: from localhost ([::1]:33244 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOYif-0007hO-J3 for ged-emacs-devel@m.gmane.org; Mon, 23 May 2011 13:15:05 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:49662) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOYid-0007fk-0p for emacs-devel@gnu.org; Mon, 23 May 2011 13:15:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOYic-0006W3-53 for emacs-devel@gnu.org; Mon, 23 May 2011 13:15:02 -0400 Original-Received: from mail-pz0-f41.google.com ([209.85.210.41]:55922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOYib-0006Vf-TX; Mon, 23 May 2011 13:15:02 -0400 Original-Received: by pzk4 with SMTP id 4so3616774pzk.0 for ; Mon, 23 May 2011 10:15:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=MFC2b4flN2TA20vf21IkZ8xJgmNlV41P4ah/+yzc0nQ=; b=t3pbUzSOsUNrJwNGNPtiGmzMMTM58odnR9wuGPnMtwpXZ9tGR87mDNkV9IuGLANSrK c9FNiXWdwhNx2XZO7EIHoJmraPPDcvb/g1zJ+MTlJsWrQjna/K87c/kvEPBRam6LFfFJ WLvh1GtXdm9Rb5bqADfFdHA1UivuMf1VXnPDU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=mydZrf1cN+chaX55W89ZjNDKT9C5QwQ1mBnHegMEUqkauIekgnQKNDBt/u4B98sdUB dZGoYIQRn9ji+kUq1Q10sX0tNVGv16a8IV6C3Tl15m6XCGYjp60Q88YRP0qLxmIdkD18 x1PMbat9XJqzFo4vK0teGd6PhPhLG7OhalqvI= Original-Received: by 10.68.42.136 with SMTP id o8mr1667172pbl.332.1306170900889; Mon, 23 May 2011 10:15:00 -0700 (PDT) Original-Received: from th041094.ip.tsinghua.edu.cn (th041067.ip.tsinghua.edu.cn [59.66.41.67]) by mx.google.com with ESMTPS id e4sm4449884pbj.4.2011.05.23.10.14.57 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 May 2011 10:14:59 -0700 (PDT) In-Reply-To: <87oc2txwru.fsf@stupidchicken.com> (Chong Yidong's message of "Mon, 23 May 2011 11:27:17 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3.50 (Mac OS X 10.6.7) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139654 Archived-At: On 2011-05-23 23:27 +0800, Chong Yidong wrote: > Leo writes: > >> Please review the attached patch. ChangeLog entry omitted for now. >> >> Changes due to 'make sync-from-gnulib' aren't included. > > It would be good to provide compability functions for `sha1-region' and > `sha1-string' as well. These functions are covered by sha1 already. I think we should leave them out. They are not used at all in the source. Leo