# HG changeset patch # User jlarmour # Date 1046096667 0 # Node ID 9fe84f644bb729c168b765d164b83d83839406b9 # Parent 93937c72725c7e748a781d3a4f1a06061941f54e * cdl/fileio.cdl: Add doc link. diff --git a/packages/io/fileio/current/ChangeLog b/packages/io/fileio/current/ChangeLog --- a/packages/io/fileio/current/ChangeLog +++ b/packages/io/fileio/current/ChangeLog @@ -1,3 +1,11 @@ +2003-02-24 Jonathan Larmour + + * cdl/fileio.cdl: Add doc link. + +2003-02-20 Bart Veer + + * cdl/fileio.cdl: identify test binaries, not test sources + 2003-01-30 Andrew Lunn * cdl/fileio.cdl: Added interface CYGINT_IO_FILEIO_FS which any diff --git a/packages/io/fileio/current/cdl/fileio.cdl b/packages/io/fileio/current/cdl/fileio.cdl --- 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." }