From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Move sha1 to C? Date: Mon, 23 May 2011 11:27:17 -0400 Message-ID: <87oc2txwru.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1306164453 443 80.91.229.12 (23 May 2011 15:27:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 May 2011 15:27:33 +0000 (UTC) Cc: Eli Zaretskii , Stefan Monnier , emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 23 17:27:28 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 1QOX2U-0006Tc-0J for ged-emacs-devel@m.gmane.org; Mon, 23 May 2011 17:27:26 +0200 Original-Received: from localhost ([::1]:37655 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOX2T-0004W7-F4 for ged-emacs-devel@m.gmane.org; Mon, 23 May 2011 11:27:25 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOX2R-0004Vv-94 for emacs-devel@gnu.org; Mon, 23 May 2011 11:27:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOX2P-00029G-Rc for emacs-devel@gnu.org; Mon, 23 May 2011 11:27:23 -0400 Original-Received: from vm-emlprdomr-04.its.yale.edu ([130.132.50.145]:38550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOX2P-00029C-O8; Mon, 23 May 2011 11:27:21 -0400 Original-Received: from furball (dhcp128036014040.central.yale.edu [128.36.14.40]) (authenticated bits=0) by vm-emlprdomr-04.its.yale.edu (8.14.4/8.14.4) with ESMTP id p4NFRIxa010242 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 23 May 2011 11:27:19 -0400 Original-Received: by furball (Postfix, from userid 1000) id 26DE2160729; Mon, 23 May 2011 11:27:17 -0400 (EDT) In-Reply-To: (Leo's message of "Mon, 23 May 2011 16:30:50 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.145 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.145 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:139651 Archived-At: 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.