From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: convert regex.c, strftime.c mktime.c to standard C Date: Mon, 15 Nov 2010 12:19:42 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1289843229 8950 80.91.229.12 (15 Nov 2010 17:47:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 15 Nov 2010 17:47:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 15 18:47:06 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PI38y-0001aK-D9 for ged-emacs-devel@m.gmane.org; Mon, 15 Nov 2010 18:47:04 +0100 Original-Received: from localhost ([127.0.0.1]:40671 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PI38x-0002r9-IF for ged-emacs-devel@m.gmane.org; Mon, 15 Nov 2010 12:47:03 -0500 Original-Received: from [140.186.70.92] (port=54934 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PI2yA-0001XJ-SN for emacs-devel@gnu.org; Mon, 15 Nov 2010 12:36:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PI2iX-0003LV-4L for emacs-devel@gnu.org; Mon, 15 Nov 2010 12:19:45 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:21330 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PI2iW-0003L7-4c; Mon, 15 Nov 2010 12:19:44 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0GAJn64ExFpY76/2dsb2JhbAChWX5yvnKFSgSEWo1f X-IronPort-AV: E=Sophos;i="4.59,200,1288584000"; d="scan'208";a="82597949" Original-Received: from 69-165-142-250.dsl.teksavvy.com (HELO pastel.home) ([69.165.142.250]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 15 Nov 2010 12:19:43 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id E2464A8263; Mon, 15 Nov 2010 12:19:42 -0500 (EST) In-Reply-To: (Dan Nicolaescu's message of "Mon, 15 Nov 2010 01:03:48 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:132642 Archived-At: > Not sure how close regex.c is to upstream, but the extra differences > from converting to standard C won't be too bad. AFAIK regex.c's upstream doesn't exist any more. Stefan