On Wed, Feb 1, 2012 at 10:30 AM, Stephan Bergmann wrote:
>
>
> If you could put it into soltools, that would make me feel much better.
> (After all, its use is within our build-time tools, so it nicely fits
> there, anyway.)
ok, it is settled then.
on the bright side that means that the level of
On 02/01/2012 04:04 PM, Norbert Thiebaud wrote:
I can add in somewhere else... is sounded like sal was a natural... on
the other hand it could be re-used in a couple of soltools executable
so, maybe I could put it there, as a static lib
Note that getopt is used in idlc and rscdep and partially
r
On Wed, Feb 1, 2012 at 1:29 AM, Stephan Bergmann wrote:
> On 02/01/2012 05:14 AM, Norbert Thiebaud wrote:
>>
>> Looking at gbuildifying idlc, I noticed the glibc hack to get a getopt
>> implementation on platform that don't have a native one.
>>
>> so, I wrote a gnu-compatile implementation based
On 02/01/2012 05:14 AM, Norbert Thiebaud wrote:
Looking at gbuildifying idlc, I noticed the glibc hack to get a getopt
implementation on platform that don't have a native one.
so, I wrote a gnu-compatile implementation based on
http://www.kernel.org/doc/man-pages/online/pages/man3/getopt.3.html
On Tue, 2012-01-31 at 22:14 -0600, Norbert Thiebaud wrote:
> Heads-up:
>
> Looking at gbuildifying idlc, I noticed the glibc hack to get a getopt
> implementation on platform that don't have a native one.
>
> so, I wrote a gnu-compatile implementation based on
> http://www.kernel.org/doc/man-page
Heads-up:
Looking at gbuildifying idlc, I noticed the glibc hack to get a getopt
implementation on platform that don't have a native one.
so, I wrote a gnu-compatile implementation based on
http://www.kernel.org/doc/man-pages/online/pages/man3/getopt.3.html
and I intend to add it to osl for plat