Date: Sun, 1 Dec 2002 10:28:08 -0500 Message-Id: <200212011528.gB1FS8123347@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: (rich AT phekda DOT freeserve DOT co DOT uk) Subject: Re: strtold is now a standard function (C99) [PATCH] References: Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > strtold is now a standard function. Below is a patch with instructions. > Basically the patch adds a stub strtold, which calls _strtold. > > Step 1: Rename src/libc/ansi/stdlib/strtold.c to _strtold.c. If strtold is a standard function, stubbing it seems wrong. I know it's consistent with our rules, it's just feels weird. Do we really need to rename files just because of an underscore? We don't do that for other stubbed functions.