From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.devel Subject: Re: convert regex.c, strftime.c mktime.c to standard C Date: Fri, 19 Nov 2010 19:11:28 +0100 Message-ID: <87zkt5kwtr.fsf@turtle.gmx.de> References: <83zkt5bw3e.fsf@gnu.org> <87wro9ntcr.fsf@stupidchicken.com> <83oc9lb3q3.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1290190311 25245 80.91.229.12 (19 Nov 2010 18:11:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 19 Nov 2010 18:11:51 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 19 19:11:47 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 1PJVR2-0005CM-VX for ged-emacs-devel@m.gmane.org; Fri, 19 Nov 2010 19:11:45 +0100 Original-Received: from localhost ([127.0.0.1]:53880 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJVR2-0002Ve-Cf for ged-emacs-devel@m.gmane.org; Fri, 19 Nov 2010 13:11:44 -0500 Original-Received: from [140.186.70.92] (port=53747 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJVQu-0002U1-I9 for emacs-devel@gnu.org; Fri, 19 Nov 2010 13:11:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJVQs-0001wb-V7 for emacs-devel@gnu.org; Fri, 19 Nov 2010 13:11:36 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:47438 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PJVQs-0001vN-JF for emacs-devel@gnu.org; Fri, 19 Nov 2010 13:11:34 -0500 Original-Received: (qmail invoked by alias); 19 Nov 2010 18:11:30 -0000 Original-Received: from p54861D48.dip.t-dialin.net (EHLO turtle.gmx.de) [84.134.29.72] by mail.gmx.net (mp060) with SMTP; 19 Nov 2010 19:11:30 +0100 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX18YUQ5oWZUYKTkpglrstLDHp1urH0OMt45p+8KDth lSrEvfo6SVW9cv Original-Received: by turtle.gmx.de (Postfix, from userid 1000) id 2E9403F454; Fri, 19 Nov 2010 19:11:28 +0100 (CET) In-Reply-To: (Lars Magne Ingebrigtsen's message of "Fri, 19 Nov 2010 19:02:19 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2.90 (gnu/linux) X-Y-GMX-Trusted: 0 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:132869 Archived-At: On 2010-11-19 19:02 +0100, Lars Magne Ingebrigtsen wrote: > Eli Zaretskii writes: > >> You are being lucky. Are you sure all the preprocessor macros DTRT? > > Nope. > >> Your grepping was too sophisticated. Try a simple fgrep, and you will >> see it. > > I'm seeing emacs_strftimeu (which is apparently a wrapper around > my_strftime and stuff), but I've so far been unable to see where it's > actually being used. Any Lisp-level functions that end up calling this? Without even looking at the code, format-time-string seems to be an obvious candidate. Sven