This is the mail archive of the cygwin-developers@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH Request! for cygwin/cygwin.din (please add strtok_r)


Thanks, I've asked Corinna to apply this.  Just one minor note, however.
Please don't provide a patch of a changelog entry.  Just provide the changelog
entry itself.  The reason for this is that patches to ChangeLog are rarely
current.

cgf

On Thu, Dec 07, 2000 at 12:19:50PM -0500, edward wrote:
>Absolutely... Sorry about the oversight.
>
>edward.
>
>I've included both here.
>
>--- cygwin/ChangeLog~	Thu Dec  7 12:12:18 2000
>+++ cygwin/ChangeLog	Thu Dec  7 12:10:53 2000
>@@ -1,3 +1,9 @@
>+Thu Dec 7 12:10:0 2000  Edward M. Lee  <tailbert@yahoo.com>
>+
>+	* winsup/cgywin/cygwin.din (strtok_r): Declare strtok_r for the
>+	import lib. Already in the dll.
>+	
>+
> Wed Dec 6 15:39:18 2000  Earnie Boyd  <earnie_boyd@yahoo.com>
> 
> 	* winsup/cygwin/include/sys/uio.h (readv): Correct prototype.
>--- 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

-- 
cgf@cygnus.com                        Red Hat, Inc.
http://sources.redhat.com/            http://www.redhat.com/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]