From: To: Subject: eCo Software Developer's Toolkit updated to 20131009 eCo Software Developer's Toolkit updated to 20131009 You can download it from ftp://www2.ecomstation.ru/runtime/toolkit/etoolkit-20131009.wpi ecolange 28.08.2013 Dmitry A.Steklenev - A new char[] / delete void* operators are replaced to malloc() and free() functions because the deleting a void pointer is undefined by the C++ Standard. - Removed annoying debug messages. esqlite 10.07.2013 Dmitry A.Steklenev - First release of eSQLite3 based on SQLite 3.7.17. ptrace 03.10.2013 Dmitry A.Steklenev - Added function PTGetPID that allows get the process identifier of the executed program. ecshttp 04.10.2013 v. 3.2.2 Andrey Vasilkin - The function HTTPServWrite() returns an error HTTPSERV_EOF for answers that must not have a body. Response code for that is checked by function HTTPServSetHeader() (or HTTPServSetHeader2() ). - Old fieldlists API. Fail on NULL string arguments - fixed. httphost 24.09.2013 v. 1.0.5 Andrey Vasilkin - More precise work with a timeout in the function HTTPHostClntAccept() - Events (new API of ecshttp used) foc 25.09.2013 Dmitry A.Steklenev - Improved refresh of the directory tree after series of the DTM_CHDIR messages. 19.07.2013 Dmitry A.Steklenev - Fixed crash at placing of a check marks of files without full qualified path. 17.05.2013 Dmitry A.Steklenev - The new FVM_ENQUEUEMARKER and DTM_ENQUEUEMARKER messages can be used to ensuring that all commands which have been queued before the marker command have been completed. - The file dialog now returns correct pathname in case if OK button was pressed too quickly after opening of the file dialog.