RE: roken strptime addition to cygwin

2002-01-18 Thread Mark Bradshaw
Sure. Next week... > -Original Message- > From: Corinna Vinschen [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 18, 2002 6:43 PM > To: '[EMAIL PROTECTED]' > Subject: Re: roken strptime addition to cygwin > > > On Fri, Jan 18, 2002 at 08:17:44AM -

Re: roken strptime addition to cygwin

2002-01-18 Thread Robert Collins
=== - Original Message - From: "Corinna Vinschen" <[EMAIL PROTECTED]> > So I would like to suggest that you move the function implementaton > into newlib/libc/time/strftime.c, Mark. The extern declaration in > libc/include/time.h could be moved out of the `#ifdef __CYGWIN__' > brackets

Re: roken strptime addition to cygwin

2002-01-18 Thread Corinna Vinschen
On Fri, Jan 18, 2002 at 08:17:44AM -0500, Mark Bradshaw wrote: > BTW, the last was CC'd to the newlib-patches group without being subscribed, > and I got a bounce. I didn't see a signup for it on the newlib site, so I > just hoped that it would allow emails in without a subscription. Guess not.

RE: roken strptime addition to cygwin

2002-01-18 Thread Mark Bradshaw
ok. it's done. > -Original Message- > From: Christopher Faylor [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 18, 2002 11:14 AM > To: [EMAIL PROTECTED] > Subject: Re: roken strptime addition to cygwin > > > On Fri, Jan 18, 2002 at 08:17:44AM -0500, Mar

Re: FW: roken strptime addition to cygwin

2002-01-18 Thread Christopher Faylor
On Fri, Jan 18, 2002 at 08:24:07AM -0500, Mark Bradshaw wrote: >Weird. I was going off the address I saw Robert post too. I'll correct >that. I'm sure that Robert got a bounce, too. cgf

Re: roken strptime addition to cygwin

2002-01-18 Thread Christopher Faylor
On Fri, Jan 18, 2002 at 08:17:44AM -0500, Mark Bradshaw wrote: >BTW, the last was CC'd to the newlib-patches group without being subscribed, >and I got a bounce. I didn't see a signup for it on the newlib site, so I >just hoped that it would allow emails in without a subscription. Guess not. Th

FW: roken strptime addition to cygwin

2002-01-18 Thread Mark Bradshaw
Weird. I was going off the address I saw Robert post too. I'll correct that. > -Original Message- > From: Earnie Boyd [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 18, 2002 8:21 AM > To: Mark Bradshaw > Cc: '[EMAIL PROTECTED]' > Subject: Re:

Re: roken strptime addition to cygwin

2002-01-18 Thread Earnie Boyd
CTED]'; [EMAIL PROTECTED] > > Subject: roken strptime addition to cygwin > > > > > > Thanks to Robert and Chuck for behind the scenes help. > > > > Here's the strptime addition to cygwin that's been discussed. > > The source > &

RE: roken strptime addition to cygwin

2002-01-18 Thread Mark Bradshaw
hat one in. > -Original Message- > From: Mark Bradshaw > Sent: Friday, January 18, 2002 8:13 AM > To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] > Subject: roken strptime addition to cygwin > > > Thanks to Robert and Chuck for behind the scenes help. >

roken strptime addition to cygwin

2002-01-18 Thread Mark Bradshaw
Thanks to Robert and Chuck for behind the scenes help. Here's the strptime addition to cygwin that's been discussed. The source comes from: http://ftp.uninett.no/pub/OpenBSD/src/kerberosIV/src/lib/roken/strptime.c It's copyright isn't as restrictive as the BSD's, so

Re: strptime addition to cygwin

2002-01-17 Thread Robert Collins
=== - Original Message - From: "Mark Bradshaw" <[EMAIL PROTECTED]> > Rinse, lather, repeat. Same thing. Since this is the first time I've tried > to add new functionality to cygwin1.dll I'd guess I'm missing something > obvious. Can I get a push in the right direction? Am I making th

strptime addition to cygwin

2002-01-17 Thread Mark Bradshaw
Seems I need a little hand holding if someone can spare a moment. I sat down and took a look at the roken version of strptime. I grabbed the code and slapped it in time.cc. I compiled a new version of the dll, and it compiled right OOTB. Here's how the top of the strptime function in time.cc: