Mercurial > ecos-v2_0-branch
changeset 703:9fe84f644bb7
* cdl/fileio.cdl: Add doc link.
| author | jlarmour |
|---|---|
| date | Mon, 24 Feb 2003 14:24:27 +0000 |
| parents | 93937c72725c |
| children | d40eb19b25bb |
| files | packages/io/fileio/current/ChangeLog packages/io/fileio/current/cdl/fileio.cdl |
| diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/io/fileio/current/ChangeLog +++ b/packages/io/fileio/current/ChangeLog @@ -1,3 +1,11 @@ +2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> + + * cdl/fileio.cdl: Add doc link. + +2003-02-20 Bart Veer <bartv@ecoscentric.com> + + * cdl/fileio.cdl: identify test binaries, not test sources + 2003-01-30 Andrew Lunn <andrew.lunn@ascom.ch> * cdl/fileio.cdl: Added interface CYGINT_IO_FILEIO_FS which any
--- a/packages/io/fileio/current/cdl/fileio.cdl +++ b/packages/io/fileio/current/cdl/fileio.cdl @@ -54,6 +54,7 @@ cdl_package CYGPKG_IO_FILEIO { description "This package enables the POSIX compatibility layer that implements IEEE 1003.1 file IO." include_dir cyg/fileio + doc ref/fileio.html requires CYGPKG_ISOINFRA requires CYGPKG_ERROR @@ -230,7 +231,7 @@ cdl_package CYGPKG_IO_FILEIO { display "Fileio tests" flavor data no_define - calculated { "tests/fileio1.c tests/socket.c tests/select.c tests/stdio.c tests/pselect.c" } + calculated { "tests/fileio1 tests/socket tests/select tests/stdio tests/pselect" } description " This option specifies the set of tests for the FileIO package." }
