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:

Re: Cygpath patch resend

2002-01-17 Thread Corinna Vinschen
On Thu, Jan 17, 2002 at 04:15:55PM +0100, cygpatch wrote: > On Thu, Jan 17, 2002 at 08:57:05AM -0600, Joshua Daniel Franklin wrote: > > Here's a changelog: > > > > 2001-01-16 Joshua Daniel Franklin <[EMAIL PROTECTED]> > > > > * cygpath.cc (main): Added options to show Desktop and Start Menu's Pr

RE: FW: fnmatch

2002-01-17 Thread Mark Bradshaw
I wonder, is this a question that DJ could expound on? > -Original Message- > From: Corinna Vinschen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 17, 2002 11:49 AM > To: 'Corinna Vinschen' > Subject: Re: FW: fnmatch > > > On Thu, Jan 17, 2002 at 11:16:02AM -0500, Mark Bradshaw w

RE: FW: fnmatch

2002-01-17 Thread Mark Bradshaw
Here's the full text of what Chuck sent me. Maybe it'll help: "Bad news. The stuff you took from OpenBSD is licensed under the BSD w/advertising clause. And, since it is owned by Klaus Klein and/or "The NetBSD Foundation" it does NOT fall under the blanket changeover (from w/advert clause t

Re: FW: fnmatch

2002-01-17 Thread Corinna Vinschen
On Thu, Jan 17, 2002 at 11:16:02AM -0500, Mark Bradshaw wrote: > Oops. Chuck caught a licensing problem with the openbsd version of > strptime... > > Bad news. The stuff you took from OpenBSD is licensed under the BSD > w/advertising clause. And, since it is owned by Klaus Klein and/or "The

RE: FW: fnmatch

2002-01-17 Thread Mark Bradshaw
Oops. Chuck caught a licensing problem with the openbsd version of strptime... Bad news. The stuff you took from OpenBSD is licensed under the BSD w/advertising clause. And, since it is owned by Klaus Klein and/or "The NetBSD Foundation" it does NOT fall under the blanket changeover (from w

Re: Cygpath patch resend

2002-01-17 Thread Corinna Vinschen
On Thu, Jan 17, 2002 at 08:57:05AM -0600, Joshua Daniel Franklin wrote: > Here's a changelog: > > 2001-01-16 Joshua Daniel Franklin <[EMAIL PROTECTED]> > > * cygpath.cc (main): Added options to show Desktop and Start Menu's Programs > directory for current user or all users > * cygpath.cc (main)

Cygpath patch resend

2002-01-17 Thread Joshua Daniel Franklin
OK, I've abandoned the web-based email client which will hopefully fix the spacing issue. Here it is again: I've added these options to cygpath: -A|--allusersuse `All Users' instead of current user for -D, -P -D|--desktopoutput `Desktop' directory and exit -P|--smprograms

RE: FW: fnmatch

2002-01-17 Thread Mark Bradshaw
Yes. I'll try to get to that today. > -Original Message- > From: Corinna Vinschen [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 17, 2002 5:47 AM > To: [EMAIL PROTECTED] > Subject: Re: FW: fnmatch > > > On Wed, Jan 16, 2002 at 09:58:25PM -0500, Mark Bradshaw wrote: > > All right

Re: FW: fnmatch

2002-01-17 Thread Corinna Vinschen
On Wed, Jan 16, 2002 at 09:58:25PM -0500, Mark Bradshaw wrote: > All right. With blessings all around I'll do so. So, if I understood correctly, you're going to contribute strptime(). I've just added fnmatch() from OpenBSD to Cygwin. The only change needed was adding a #include "winsup.h"