comparison packages/language/c/libc/current/ChangeLog @ 92:08ffab08d2ee ecos-sw-2000-05-26

Merge from eCos master repository on 2000-05-26-07:47:03-BST
author jlarmour
date Fri, 26 May 2000 13:46:34 +0000
parents 70190fa0fe10
children 95f3e12a6327
comparison
equal deleted inserted replaced
91:86f6a8b98920 92:08ffab08d2ee
1 2000-05-25 Hugo Tyson <hmt@cygnus.co.uk>
2
3 * src/clibincl/stream.inl (set_error): If the error is EEOF, set
4 the EOF flag (flags.at_eof) so that clients know.
5
6 * src/stdio/input/fgetc.cxx (__fgetc):
7 * src/stdio/input/fgets.cxx (_fgets):
8 * src/stdio/input/fread.cxx (_fread): Correctly handle an error,
9 or EOF indication, from real_stream->refill_read_buffer().
10
1 2000-05-16 Jesper Skov <jskov@redhat.com> 11 2000-05-16 Jesper Skov <jskov@redhat.com>
2 12
3 * tests/signal/signal2.c: Also reset DIV_BY_ZERO vector. 13 * tests/signal/signal2.c: Also reset DIV_BY_ZERO vector.
4 14
5 2000-04-05 Jesper Skov <jskov@redhat.com> 15 2000-04-05 Jesper Skov <jskov@redhat.com>