This is the mail archive of the sid@sourceware.org mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch][commit] EOF Handling for sid-io-stdio


Hi -

> I've committed this patch which corrects a problem with
> sid-io-stdio.  Currently, when there is no data available to be
> read, the gloss component cannot distinguish this from EOF. [...]

Interesting, I vaguely recall intending that code to encode EOF the
same way C stdio does (value 0..255: valid data, value -1: eof).  The
data pin is wide enough to do so unambiguously.

- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]