ANSI C Standard and wchar*

2000-07-31 Thread Michael C. Wu
Hi all, I am working on completing a BSDL'ed implementation of wchar* that is *not* broken. However, I could not find a free copy of ANSI C library standard. I was wondering if anyone has an electronic copy of ANSI/ISO/IEC 9899-1999 Programming Languages - C and the related POSIX documents. (Y

Re: ANSI C Standard and wchar*

2000-07-31 Thread Patryk Zadarnowski
On Mon, 31 Jul 2000, "Michael C. Wu" <[EMAIL PROTECTED]> wrote: Michael> Hi all, Michael> I am working on completing a BSDL'ed implementation Michael> of wchar* that is *not* broken. However, Michael> I could not find a free copy of ANSI C library standard. Michael> I was wondering if anyone ha

Re: ANSI C Standard and wchar*

2000-07-31 Thread Cyrille Lefevre
"Michael C. Wu" <[EMAIL PROTECTED]> writes: > I am working on completing a BSDL'ed implementation > of wchar* that is *not* broken. However, > I could not find a free copy of ANSI C library standard. try this link : http://www.opengroup.org/onlinepubs/7908799/ Cyrille. -- home: mailto:[EMAIL

Re: ANSI C Standard and wchar*

2000-07-31 Thread Brian Fundakowski Feldman
On 1 Aug 2000, Cyrille Lefevre wrote: > "Michael C. Wu" <[EMAIL PROTECTED]> writes: > > > I am working on completing a BSDL'ed implementation > > of wchar* that is *not* broken. However, > > I could not find a free copy of ANSI C library standard. > > try this link : > > http://www.opengroup.

Re: ANSI C Standard and wchar*

2000-07-31 Thread Tony Finch
"Michael C. Wu" <[EMAIL PROTECTED]> wrote: > >I am working on completing a BSDL'ed implementation of wchar* that is >*not* broken. However, I could not find a free copy of ANSI C library >standard. There's some good stuff on the Lysator site, in particular the final draft of the C99 standard and

Re: ANSI C Standard and wchar*

2000-07-31 Thread Greg Lewis
Michael C. Wu wrote: > Finally, I know that someone has been working on the > same thing. Would the person in question or someone please send > me what they have. This is a pointer I know of: http://www.cs.rpi.edu/~crossd/FreeBSD/wcs-19990606.tar.gz This is code by David Cross (who is a FreeBS

Re: ANSI C Standard and wchar*

2000-08-01 Thread Cyrille Lefevre
Brian Fundakowski Feldman wrote: > On 1 Aug 2000, Cyrille Lefevre wrote: > > > "Michael C. Wu" <[EMAIL PROTECTED]> writes: > > > > > I am working on completing a BSDL'ed implementation > > > of wchar* that is *not* broken. However, > > > I could not find a free copy of ANSI C library standard.

Re: ANSI C Standard and wchar*

2000-08-01 Thread Thomas M. Sommers
"Michael C. Wu" wrote: > > Hi all, > > I am working on completing a BSDL'ed implementation > of wchar* that is *not* broken. However, > I could not find a free copy of ANSI C library standard. > > I was wondering if anyone has an electronic copy of > ANSI/ISO/IEC 9899-1999 Programming Language

Re: ANSI C Standard and wchar*

2000-08-01 Thread Max Khon
hi, there! On Tue, 1 Aug 2000, Thomas M. Sommers wrote: > > I am working on completing a BSDL'ed implementation > > of wchar* that is *not* broken. However, > > I could not find a free copy of ANSI C library standard. > > > > I was wondering if anyone has an electronic copy of > > ANSI/ISO/IEC