<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <link>https://hg.ecoscentric.com/flash_v2/</link>
    <language>en-us</language>

    <title>flash_v2: packages/io/fileio/current/ChangeLog history</title>
    <description>packages/io/fileio/current/ChangeLog revision history</description>
    <item>
    <title>2004-07-23 Oyvind Harboe &lt;oyvind.harboe@zylin.com&gt;</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/4a515225541b/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[2004-07-23 Oyvind Harboe &lt;oyvind.harboe@zylin.com&gt;<br/>
<br/>
	* src/select.cxx: now correctly returns from select() on<br/>
	e.g. closed file pointers.]]></description>
    <author>&#110;&#105;&#99;&#107;&#103;</author>
    <pubDate>Mon, 02 Aug 2004 11:24:46 +0000</pubDate>
</item>
<item>
    <title>* tests/fileio1.c: include stdio.h for rename() prototype.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/edb4ac2e0d6b/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[* tests/fileio1.c: include stdio.h for rename() prototype.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 16 Apr 2004 03:33:18 +0000</pubDate>
</item>
<item>
    <title>* src/fd.cxx: Fix the assert just added. 0 is a valid fd.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/9b1c56507dbb/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[* src/fd.cxx: Fix the assert just added. 0 is a valid fd.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Wed, 07 Apr 2004 11:18:53 +0000</pubDate>
</item>
<item>
    <title>* src/fd.cxx: Added CYG_ASSERT bound checking for file descriptor</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/9a0206637430/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[* src/fd.cxx: Added CYG_ASSERT bound checking for file descriptor<br/>
        numbers (0&lt;fd&lt;CYGNUM_FILEIO_NFD).]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 29 Mar 2004 13:19:42 +0000</pubDate>
</item>
<item>
    <title>* src/fio.h: If no POSIX then CYG_FILEIO_DELIVER_SIGNALS</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/0071b7b58596/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[* src/fio.h: If no POSIX then CYG_FILEIO_DELIVER_SIGNALS<br/>
	and CYG_FILEIO_SIGMASK_SET call CYG_UNUSED_PARAM on their<br/>
	arguments to silence warnings.<br/>
	* src/file.cxx (rename): Use a throw specifier to match<br/>
	prototype.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 15 Mar 2004 15:41:35 +0000</pubDate>
</item>
<item>
    <title>* src/io.cxx (readwritev): For EWOULDBLOCK and EAGAIN return</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/6324598456d0/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[* src/io.cxx (readwritev): For EWOULDBLOCK and EAGAIN return<br/>
       the number of bytes written if any have been written.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 16 Feb 2004 16:25:45 +0000</pubDate>
</item>
<item>
    <title>* src/select.cxx: No need to make pselect() dependent on</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/244c4e8297c2/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[* src/select.cxx: No need to make pselect() dependent on<br/>
	CYGPKG_POSIX - that would depend on the arguments. Assert instead,<br/>
	and more correctly make it contingent on CYGPKG_POSIX_SIGNALS.<br/>
<br/>
	* src/fio.h: Separate out signal functionality into its own separate<br/>
	test.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 07 Jan 2004 06:45:28 +0000</pubDate>
</item>
<item>
    <title>* src/dir.cxx (readdir_r): Handle NULL dirp argument and return</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/afd0f71095a5/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[* src/dir.cxx (readdir_r): Handle NULL dirp argument and return<br/>
       EBADF]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sun, 21 Dec 2003 10:11:16 +0000</pubDate>
</item>
<item>
    <title>* src/select.cxx (pselect): Fixed the pselect() call to correctly</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/786e2e6e3c3d/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[* src/select.cxx (pselect): Fixed the pselect() call to correctly<br/>
	handle NULL timeout arguments.  The previous implementation would<br/>
	cause a random timeout value to be used.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Fri, 05 Dec 2003 09:04:14 +0000</pubDate>
</item>
<item>
    <title>Remove gratuitous inclusion of kernel header files - from David Woodhouse</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/41bc3b72d3eb/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Remove gratuitous inclusion of kernel header files - from David Woodhouse]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Mon, 01 Dec 2003 14:30:32 +0000</pubDate>
</item>
<item>
    <title>* src/io.cxx: Added cyg_fs_fsetinfo and cyg_fs_fgetinfo functions.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/c687f86ab7a4/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[* src/io.cxx: Added cyg_fs_fsetinfo and cyg_fs_fgetinfo functions.<br/>
<br/>
	* src/file.cxx: Added cyg_fs_setinfo and cyg_fs_getinfo functions.<br/>
<br/>
	* include/fileio.h: Added cyg_fs_fsetinfo, cyg_fs_fgetinfo,<br/>
	cyg_fs_setinfo and cyg_fs_getinfo function prototypes.]]></description>
    <author>&#110;&#105;&#99;&#107;&#103;</author>
    <pubDate>Thu, 23 Oct 2003 17:15:19 +0000</pubDate>
</item>
<item>
    <title>* src/socket.cxx (bind): Pass a copy of the socket address so the</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/6c521260528e/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[* src/socket.cxx (bind): Pass a copy of the socket address so the<br/>
       stack can modify it without changing the users copy. Bug found by<br/>
       reji@codito.com.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Thu, 16 Oct 2003 07:55:31 +0000</pubDate>
</item>
<item>
    <title>* src/fio.h (CYG_FILEIO_SIGMASK_SET): Fixed a compiler warning</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/6bb106b4ff93/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[* src/fio.h (CYG_FILEIO_SIGMASK_SET): Fixed a compiler warning<br/>
       about an unused variable.<br/>
       * src/devfs.cxx: prototype of dev_fo_select now matches<br/>
       implementation<br/>
       * include/fileio.h: changed definition of cyg_fileop_select to<br/>
       return a cyg_bool instead of int to match current implementations<br/>
       * src/misc.cxx: changed cyg_fileio_seltrue() to match prototype.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 06 Oct 2003 18:45:22 +0000</pubDate>
</item>
<item>
    <title>* src/socket.cxx (socket): If there are no network stacks configured</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/a8ab47d7b63c/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[* src/socket.cxx (socket): If there are no network stacks configured<br/>
        return EAFNOSUPPORT when opening a socket.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sun, 13 Jul 2003 13:25:27 +0000</pubDate>
</item>
<item>
    <title>* src/socket.cxx: Give nstab_lock mutex a priority. Also it's</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/c978ff8efbfc/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[* src/socket.cxx: Give nstab_lock mutex a priority. Also it's<br/>
	local, so make static.<br/>
	Change nstab and nstab_end to cyg_nstab and cyg_nstab_end for<br/>
	cleaner namespace.<br/>
	* include/sockio.h: nstab -&gt; cyg_nstab.<br/>
	* src/misc.cxx, src/dir.cxx, src/fio.h, src/file.cxx: Change<br/>
	fstab, fstab_end, mtab, mtab_end, cdir_dir, cdir_mtab_entry to<br/>
	have cyg_ prefix for cleaner namespace.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 11 Apr 2003 02:06:11 +0000</pubDate>
</item>
<item>
    <title>Remove unnecessary -EAGAIN code</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/b42d82dbafed/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Remove unnecessary -EAGAIN code]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Thu, 20 Mar 2003 19:00:43 +0000</pubDate>
</item>
<item>
    <title>* tests/pselect.c (pthread_entry1): Allow for infrequent but</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/ca97f6817eda/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[* tests/pselect.c (pthread_entry1): Allow for infrequent but<br/>
	occasional off by one error due to race condition when<br/>
	signalling.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Sat, 08 Mar 2003 03:36:32 +0000</pubDate>
</item>
<item>
    <title>* cdl/fileio.cdl: Add doc link.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/08f49037b508/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[* cdl/fileio.cdl: Add doc link.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 24 Feb 2003 14:24:27 +0000</pubDate>
</item>
<item>
    <title>Tweak CDL definitions of test cases to avoid problems with the GUI</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/603f78f0d43a/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Tweak CDL definitions of test cases to avoid problems with the GUI<br/>
configtool]]></description>
    <author>&#98;&#97;&#114;&#116;&#118;</author>
    <pubDate>Fri, 21 Feb 2003 00:08:08 +0000</pubDate>
</item>
<item>
    <title>Added interface CYGINT_IO_FILEIO_FS which any</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/f30f2d57da64/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Added interface CYGINT_IO_FILEIO_FS which any<br/>
FS which FILEIO can use should implement.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 03 Feb 2003 16:26:04 +0000</pubDate>
</item>
<item>
    <title>Return error (instead of crashing) when trying to open and no file systems have been mounted.</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/47f3bb5e1744/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Return error (instead of crashing) when trying to open and no file systems have been mounted.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Thu, 23 Jan 2003 17:07:26 +0000</pubDate>
</item>
<item>
    <title>* src/fio.h: Added macros to deal with signal handling. These will</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/064536ee7f68/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[* src/fio.h: Added macros to deal with signal handling. These will<br/>
	call into the POSIX package if it is present, but are null if it<br/>
	is not.<br/>
<br/>
	* src/select.cxx: Renamed original select() to cyg_pselect() and<br/>
	added select() and pselect() routine from POSIX-200X to call<br/>
	it. Reorganized code a little and added calls to macros to deal<br/>
	with signal delivery and detection.<br/>
<br/>
	* cdl/fileio.cdl:<br/>
	* tests/pselect.c: New test added to verify the signal masking and<br/>
	delivery behaviour of pselect().<br/>
<br/>
	* tests/select.c: Fixed up some printfs to make it a little tidier.]]></description>
    <author>&#110;&#105;&#99;&#107;&#103;</author>
    <pubDate>Mon, 11 Nov 2002 23:58:53 +0000</pubDate>
</item>
<item>
    <title>Add support for readv()/writev()</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/9fc33f5be435/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Add support for readv()/writev()]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Sun, 03 Nov 2002 19:49:23 +0000</pubDate>
</item>
<item>
    <title>* src/select.cxx (select): Changed mechanism for calculating</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/fc52fa818b5f/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[* src/select.cxx (select): Changed mechanism for calculating<br/>
	select timeout to avoid possible race conditions between this code<br/>
	and the timer DSR.]]></description>
    <author>&#110;&#105;&#99;&#107;&#103;</author>
    <pubDate>Fri, 09 Aug 2002 17:10:21 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-29-16:32:18-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/6eb55882e01c/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2002-05-29-16:32:18-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 29 May 2002 18:28:03 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-20-20:11:54-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/e0c0827131d1/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2002-05-20-20:11:54-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 20 May 2002 22:19:26 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-01-04-06:43:04-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/dd81b18e45fb/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2002-01-04-06:43:04-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 04 Jan 2002 14:13:51 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-11-30-11:22:06-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/51b34619b677/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-11-30-11:22:06-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 30 Nov 2001 13:09:25 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-11-23-15:32:03-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/9b55e9c69693/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-11-23-15:32:03-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 23 Nov 2001 17:12:52 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-10-19-06:43:02-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/678094f34118/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-10-19-06:43:02-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 19 Oct 2001 07:02:26 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-07-28-00:17:32-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/38892b97b685/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-07-28-00:17:32-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Sun, 29 Jul 2001 02:00:07 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-07-20-10:24:43-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/cd45958b28ff/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-07-20-10:24:43-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 20 Jul 2001 10:23:16 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-06-15-06:43:03-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/2395031e7a66/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-06-15-06:43:03-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 15 Jun 2001 22:45:04 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-03-29-21:44:39-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/b939e9cada46/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-03-29-21:44:39-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 06 Apr 2001 17:20:13 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-01-12-06:43:03-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/8f2f7615e727/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2001-01-12-06:43:03-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 12 Jan 2001 08:11:46 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-12-21-14:18:40-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/2e9a636d9de9/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-12-21-14:18:40-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 22 Dec 2000 02:37:28 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-11-03-09:00:49-GMT</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/d2f49caf9e38/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-11-03-09:00:49-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 03 Nov 2000 21:17:40 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-10-23-17:01:37-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/eb9fd8c04db3/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-10-23-17:01:37-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 23 Oct 2000 17:10:57 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-10-12-08:46:24-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/0c2b7be0d798/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-10-12-08:46:24-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 12 Oct 2000 20:31:43 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-09-19-06:25:26-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/518f42066aba/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-09-19-06:25:26-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 19 Sep 2000 05:53:51 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-09-11-03:00:13-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/0ec04793409a/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-09-11-03:00:13-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 11 Sep 2000 02:42:46 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-09-04-20:50:20-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/6bd9d475ed4b/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-09-04-20:50:20-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 04 Sep 2000 20:24:12 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-09-01-07:47:03-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/77cec8369160/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-09-01-07:47:03-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 01 Sep 2000 13:45:23 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-08-25-19:22:58-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/bd1a71e3e476/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-08-25-19:22:58-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 25 Aug 2000 19:17:22 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-08-21-22:40:54-BST</title>
    <link>https://hg.ecoscentric.com/flash_v2/log/6ed91473a1cd/packages/io/fileio/current/ChangeLog</link>
    <description><![CDATA[Merge from eCos master repository on 2000-08-21-22:40:54-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 25 Aug 2000 17:32:38 +0000</pubDate>
</item>

  </channel>
</rss>
