From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: convert regex.c, strftime.c mktime.c to standard C Date: Mon, 15 Nov 2010 01:03:48 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1289801042 10876 80.91.229.12 (15 Nov 2010 06:04:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 15 Nov 2010 06:04:02 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 15 07:03:58 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 1PHsAY-0007OD-8F for ged-emacs-devel@m.gmane.org; Mon, 15 Nov 2010 07:03:58 +0100 Original-Received: from localhost ([127.0.0.1]:35071 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHsAX-00009q-TE for ged-emacs-devel@m.gmane.org; Mon, 15 Nov 2010 01:03:57 -0500 Original-Received: from [140.186.70.92] (port=57940 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHsAR-00009C-DA for emacs-devel@gnu.org; Mon, 15 Nov 2010 01:03:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PHsAQ-0005TC-8X for emacs-devel@gnu.org; Mon, 15 Nov 2010 01:03:51 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:50154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PHsAQ-0005T2-6P for emacs-devel@gnu.org; Mon, 15 Nov 2010 01:03:50 -0500 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PHsAO-0002d2-HI for emacs-devel@gnu.org; Mon, 15 Nov 2010 01:03:48 -0500 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:132624 Archived-At: These files currently get -Wold-function-definition warnings. They were not converted in the first place because they are imported from other projects. The last two come from gnulib, but gnulib is so different now that updating those files is not feasible, gnulib support would need to be redone from scratch. Not sure how close regex.c is to upstream, but the extra differences from converting to standard C won't be too bad.