Subject: Re: stdio FILE extension
To: None <tech-userlevel@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-userlevel
Date: 10/07/2001 21:03:44
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
> I'm working on wide char i/o functions like fputwc.
> in order to support them, FILE should contain
> more data like shift-states.
>
> I made patches to do it, keeping binary compatibility
> as far as possible.
> we use _ub._base for extension data pointer.
> (we can't use _cookie for purpose like this
> since sendmail use it directly. *sigh*)
>
> is this ok to commit?
>
> patches are:
I've updated patches slightly.
new one is here:
http://cesia3.hoops.jp/file/wcio-20011007.tgz
---
YAMAMOTO Takashi<yamt@mwd.biglobe.ne.jp>