RE: How to create a ksh93 package...

2002-03-28 Thread Fleischer, Karsten (K.)
I'd prefer a seperate dir not hidden too deep in the tree, where all the ast utilities (including ksh) get installed, e.g. /usr/ast/ bin fun lib man Bad. With one exception, we've decided not to clutter the top level /usr directory with

RE: cygwin1.dll bug in ftime

2002-03-25 Thread Fleischer, Karsten (K.)
Also notes the usage of unspecified. Unspecified means the standard does not say anything about the implementation, and, IMHO, the implementors are free to choose the best practices. ... or to not implement anything at all. I think it is obviously a good way to follow BSD.

RE: OT: possible project/research project -- ksh has it all and i s now available for cygwin

2002-03-22 Thread Fleischer, Karsten (K.)
BTW, BIG THANKS to all the people out there who already worked on a Cygwin port of aforementioned packages. A grep -il cygwin on the sources almost always gave me a clue where to put my hands on for the Uwin port. I guess this is one of the benefits of open source development. Is Uwin

RE: ksh on cygwin

2002-01-11 Thread Fleischer, Karsten (K.)
And, I'm sorry but it really looks to me like you'd need a release from ATT indicating that any patches you provided to us are unemcumbered by this license. I don't see how you can sign away the rights to any patches that you make if you have been working on code that is covered by this

RE: ksh on cygwin

2002-01-11 Thread Fleischer, Karsten (K.)
If we just left out that patch we won't have a problem. OK. Two other patches mimic UWIN behavior. That can not be a problem, since Cygwin also has adopted the UWIN symbolics links. Mimicing isn't a problem as long as you didn't look into the sources and get the idea from there. If

RE: ksh on cygwin

2002-01-10 Thread Fleischer, Karsten (K.)
I know about that. Ok. Then that's the way to go. Just follow the procedures in http://cygwin.com/contrib.html . If your fix is big you'll need to fill out an assignment form as that web page mentions. It's a whole bunch of small fixes. I think I need to fill out the assignment form.

RE: ksh on cygwin

2002-01-10 Thread Fleischer, Karsten (K.)
It's a whole bunch of small fixes. I think I need to fill out the assignment form. Yeah, please send it as soon as possible since you'll have to send it by snail mail. Sometimes it takes two to three weeks for some reason. OK, I'll fill it out later today. Is it OK to send patches

RE: ksh on cygwin

2002-01-10 Thread Fleischer, Karsten (K.)
Glenn found some test cases where mmap() failed and has also written a nice test program. I will get this to you later. He also states that the value returned by getpagesize() must conform to mmap() alignment by definition in the SUSv2. I'm not quite sure about that, though. See my

RE: ksh on cygwin

2002-01-10 Thread Fleischer, Karsten (K.)
The problem is that by default the Everyone group has the uid and gid 0. The user can change that in the passwd and group files. OK, I'll take that out again then. You just should stick with uid/gid 18 for the user SYSTEM. Are you familar with the NT security concept? If you want to have

RE: ksh on cygwin

2002-01-10 Thread Fleischer, Karsten (K.)
If you've actually looked at the UWIN sources, this is not enough. IANAL either, but I believe that this means you've been tainted. That means that we can't use your patches. Sorry. I've never had the chance to look at the UWIN sources. It's proprietary. As I said before, the UWIN