From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: convert regex.c, strftime.c mktime.c to standard C Date: Fri, 19 Nov 2010 19:52:36 +0200 Message-ID: <83oc9lb3q3.fsf@gnu.org> References: <83zkt5bw3e.fsf@gnu.org> <87wro9ntcr.fsf@stupidchicken.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1290189297 20269 80.91.229.12 (19 Nov 2010 17:54:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 19 Nov 2010 17:54:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 19 18:54:52 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 1PJVAi-0001On-JQ for ged-emacs-devel@m.gmane.org; Fri, 19 Nov 2010 18:54:52 +0100 Original-Received: from localhost ([127.0.0.1]:50672 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJVAh-0006NY-WB for ged-emacs-devel@m.gmane.org; Fri, 19 Nov 2010 12:54:52 -0500 Original-Received: from [140.186.70.92] (port=37431 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJVAb-0006MD-F7 for emacs-devel@gnu.org; Fri, 19 Nov 2010 12:54:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJVAV-0006N0-Ox for emacs-devel@gnu.org; Fri, 19 Nov 2010 12:54:45 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:46861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJVAV-0006Mc-Hx for emacs-devel@gnu.org; Fri, 19 Nov 2010 12:54:39 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LC500J00888Q900@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Fri, 19 Nov 2010 19:54:37 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.52.47]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LC500ICC8EYHRE0@a-mtaout20.012.net.il>; Fri, 19 Nov 2010 19:54:35 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:132865 Archived-At: > From: Lars Magne Ingebrigtsen > Date: Fri, 19 Nov 2010 18:15:05 +0100 > > I just copied over strftime.{ch} from gnulib and put it into emacs/src > and compiled, and it didn't complain when compiling. You are being lucky. Are you sure all the preprocessor macros DTRT? > However, I have no idea where strftime is being called from in > Emacs -- grepping only shows it being called from msdos.c? Your grepping was too sophisticated. Try a simple fgrep, and you will see it.