Manual and basic ChangeLog ... *** December 2014 ============== $ Iri - Functions removed because moved to kernel : - _foo* (except _fooP and _fooPList) - memoryInfos, powerInfos, memoryMinMax, osInfos, getUserName, getUserRealName, getScolPath - sleep - _backupFile - all tempory files functions except _FILEMd5Temp and _FILESha256Temp *** April 2013 ============== $ Iri - Become standard - Port to CMake *** November 2012 ================= $ Iri - Add ini file api - Add string dictionnary api - Add object dictionnary api - Upgrade temporary file api - Upgrade standard library api *** September 16, 2011 ====================== $ Iri - standard api - - add "getScolMd5" *** September 15, 2011 ====================== $ Iri - standard api - - add "getSourceMd5", "getPackages" - - add "getFileMd5", "getStringMd5" *** September 11, 2011 ====================== $ Iri - standard api - - new Scol type "DP", "DW" - - add "searchFile" - - add "_checkDirectory", "_getModifyDirectory", "_createDirectory", "_deleteDirectory" - remove curl and update2 apis *** September 8, 2011 ===================== $ Iri - standard api - - Add "osInfos" - - Add "getUserName", "getUserRealName" - - Add "getScolPath" - - Add "sleep" *** September 7, 2011 ===================== $ Iri - standard api - - Add "memoryInfos" - - Add "powerInfos" - - Add "memoryMinMax" *** May 18, 2011 ================ $ Iri - Change Scol export functions - Change the api load function name *** February 21, 2011 ===================== $ Iri - Modify stdlib : strF change its prototype : fun [S u0] S It takes any type now (see README) - Create an alias of strF : sprintf - Create printf : like C-standard function, write to a log and/or the console *** February 11, 2011 ===================== $ Iri - API to update Scol without an extern tool : very incomplete *** February 9, 2011 ==================== $ Iri - update : new prototype for _benchmarkEnd : fun [ObjBenchmark] [[S S] r1] - correction : bad memory allocation for strF (stdlib) *** February 8, 2011 ==================== $ Iri - add a new api : benchmark_name with two functions and a new Scol object : ObjBenchmark, _benchmarkStart and _benchmarkEnd *** February 3, 2011 ==================== $ IRI - add to stdlib : _fooF, _fooFn, strreplace *** January 31, 2011 ==================== $ IRI - corrections : CreateNewSMTPInstance, strfind2List - add to stdlib : strfindAnyChar, strncat, strtruncate, strsignal *** January 30, 2011 ==================== $ IRI - add this function to stdlib : strfind2List *** January 29, 2011 ==================== $ IRI - add the STAB library : an array of any characters - update the doc *** January 19, 2011 ==================== $ IRI - add simple smtp support to the curl's library - update the docs *** January 18, 2011 ==================== $ IRI - add SFTP to the curl's library - corrections : ftp:// (generic only) : commands were ignored. It's ok. *** January 7, 2011 =================== $ IRI - add libcurl support http://, https://, file://, ftp:// *** January 6, 2011 =================== $ IRI - minors corrections : _FILECloseTemp *** Decembre 28, 2010 ===================== $ IRI - add temporary file. Complete API. *** ?? 2008 =========== $ IRI - add 'strextrS' and 'listextr' to the standard_library