Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Thu, 7 Dec 2000 12:53:10 -0500 From: Christopher Faylor To: Cygwin Developers List Subject: Re: PATCH Request! for cygwin/cygwin.din (please add strtok_r) Message-ID: <20001207125310.B15956@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: Cygwin Developers List References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: ; from tailbert@yahoo.com on Thu, Dec 07, 2000 at 11:40:23AM -0500 Btw, I just realized that this patch should also go to cygwin-patches, not cygwin-developers. cgf (Mr. Pedantic) On Thu, Dec 07, 2000 at 11:40:23AM -0500, edward wrote: >Hi, would some kind soul please add strtok_r to cygwin/cygwin.din? > >It's already in the dll, just needs the import lib updated. > >Thanks! >edward > >--- cygwin/cygwin.din~ Thu Dec 7 11:05:56 2000 >+++ cygwin/cygwin.din Thu Dec 7 11:01:45 2000 >@@ -749,6 +749,8 @@ > _strtodf = strtodf > strtok > _strtok = strtok >+strtok_r >+_strtok_r = strtok_r > strtol > _strtol = strtol > strtoul