comparison packages/io/fileio/current/ChangeLog @ 134:d2f49caf9e38 ecos-sw-2000-11-03

Merge from eCos master repository on 2000-11-03-09:00:49-GMT
author jlarmour
date Fri, 03 Nov 2000 21:17:40 +0000
parents eb9fd8c04db3
children 2e9a636d9de9
comparison
equal deleted inserted replaced
133:98d71f4d8243 134:d2f49caf9e38
1 2000-11-01 Jonathan Larmour <jlarmour@redhat.com>
2
3 * src/io.cxx (readwrite): Ensure we call FILEIO_RETURN_VALUE() to
4 get correct cleanup
5 (fpathconf): Ditto
6 (lseek): Ditto
7
8 * src/file.cxx (open): If applicable, refer to stdin, stdout and stderr
9 here to ensure they are pulled in, in case selective linking would
10 otherwise eliminate them. This is to ensure they get allocated to
11 fd's 0, 1 and 2.
12
1 2000-10-13 Nick Garnett <nickg@cygnus.co.uk> 13 2000-10-13 Nick Garnett <nickg@cygnus.co.uk>
2 14
3 * src/io.cxx (readwrite): Merged both read() and write() functions 15 * src/io.cxx (readwrite): Merged both read() and write() functions
4 into this single common routine. 16 into this single common routine.
5 17