From: To: Subject: eCo Software Developer's Toolkit updated to 20201016 eCo Software Developer's Toolkit updated to 20201016 You can download it from ftp://ecosoft.5nets.ru/eCoRT/Toolkit/etoolkit-20201016.wpi ezip 08.10.2010 Dmitry A.Steklenev - Fixed parsing and usage of file attributes in Zip archives created under OS/2. xio 16.10.2020 Dmitry A.Steklenev - Added a workaround to support large files on FAT32 filesystem. 25.08.2020 Dmitry A.Steklenev - The xio_fabort() now set end-of-file indicator. - Attempts to catch exceptions while reading files. 15.07.2020 Dmitry A.Steklenev - Seeking beyond the end of the file for FTP and HTTP now is processed according standards. 14.12.2018 Dmitry A.Steklenev - Fixed error of determining the size of a part of the read-ahead buffer that should be committed. This error caused program to crash with some read-ahead buffer settings. 30.10.2018 Dmitry A.Steklenev - The library is optimized for the case of using a large read-ahead buffer. - xio_fopen() correctly sets errno to SOCETIMEDOUT if connection timeout is occured. 12.10.2017 Dmitry A.Steklenev - Added workaround to the correct FPU initialization. 01.07.2017 Dmitry A.Steklenev - Added build level information. 14.04.2016 Dmitry A.Steklenev - Added support of files whose size > 2GB. 03.03.2014 Dmitry A.Steklenev - Fixed reading from HTTP servers that always keep the connection alive. 26.02.2014 Dmitry A.Steklenev - Added xio_getc() and xio_ungetc() functions. 01.07.2011 Dmitry A.Steklenev - Prevented one common mistake at setting of the proxy hostname. - Added xio_set_no_proxy() and xio_no_proxy() functions. Now a HTTP proxy can be bypassed during to access to user-specified domains. 28.04.2011 Dmitry A.Steklenev - Added xio_fileno(), xio_fgetpos() and xio_fsetpos() functions. 21.02.2011 Dmitry A.Steklenev - xio_errno() now return non-zero code in case host name can't be resolved. 11.03.2010 Dmitry A.Steklenev - Slightly improved a programming guide and reference. etoolbar 22.09.2020 Dmitry A.Steklenev - Added TBS_2D toolbar control style. foc 31.07.2020 Dmitry A.Steklenev - Added directory tree sorting to the WC_DIRTREE control. Sorting by directory name is used by default.