delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-workers-bounces using -f |
Date: | Thu, 20 Jan 2005 05:28:54 -0700 |
From: | Brian Inglis <Brian DOT Inglis AT SystematicSw DOT ab DOT ca> |
Subject: | Re: strtok_r() patch |
In-reply-to: | <ao7vu0tdkb6nac8al3um2kpto09jcj7lqa@4ax.com> |
To: | djgpp-workers AT delorie DOT com |
Message-id: | <hi8vu0dgmkrppebrpvkkmo081om6odanv7@4ax.com> |
Organization: | Systematic Software |
MIME-version: | 1.0 |
X-Mailer: | Forte Agent 1.93/32.576 English (American) |
References: | <200501031642 DOT j03GgKJ9026830 AT speedy DOT ludd DOT ltu DOT se> |
<ao7vu0tdkb6nac8al3um2kpto09jcj7lqa AT 4ax DOT com> | |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id j0KCSvTX002293 |
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 |
On Thu, 20 Jan 2005 05:13:28 -0700, Brian Inglis <Brian DOT Inglis AT SystematicSW DOT ab DOT ca> wrote: >On Mon, 03 Jan 2005 17:42:20 +0100 (CET), ams AT ludd DOT ltu DOT se wrote: > >>Hello. >> >>Here's my patch that adds strtok_r(). There will be some fuzz if somebody >>tries to apply it as I've had to remove some lines containing other changes. > >It looks like your first patch to strtok.c was applied/committed, >looking as I have edited it below, but the second was not, when I did >an update and make. >As a result, go32-v2 failed to link (calls strtok which now calls >strtok_r). >These two might be better as one atomic patch. > >>Index: djgpp/src/libc/ansi/string/strtok.c >>Index: djgpp/src/libc/posix/string/strtok_r.c Just noticed these are patches against two different files in different directories! Also noticed I don't have a src/libc/posix/string directory (why didn't cvs create this when I updated?) although I do have a src/libc/compat/string directory. And src/libc/makefile.sub lacks "make -C posix/string", which could be another part of the problem. -- Thanks. Take care, Brian Inglis
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |