lib/iec_std_lib.h
2009-01-14 lbessard Bug on standard function not defined with EN/ENO fixed
2009-01-04 etisserant Fixed errors in string_to_int.
2008-12-23 etisserant STRING max size and length type can now be overloaded (define STR_MAX_LEN and STR_LEN_TYPE before including iec_types.h)
2008-12-05 greg Warning conditions on win32 fixed
2008-10-24 lbessard Adding support for EN/ENO in standard functions
2008-09-07 etisserant Added __DEBUG global var to eventually change PLC code execution
2008-08-19 etisserant Re-organized types headers, to ease debug code generation
2008-07-17 etisserant removed __print statements. Not supposed to be in std lib.
2008-07-17 etisserant added some type handling tools in iec_std_lib. To be tested
2008-06-27 lbessard Bug on __TIME_CMP fixed
2008-04-03 lbessard Changing SFC Transitions, Steps and Actions types
2008-03-05 etisserant cast fir gcc4 fix in lib
2008-02-08 etisserant Fixed headers of generated code
2007-10-17 lbessard Bugs on SFC generation fixed
2007-09-17 etisserant Splitted type declaration out of iec std lib, to avoid DWORD, BOOL, TIME ,... clash with windows.h
2007-08-30 etisserant Now generated SoftPLC compiles with mingw32 and run windows.
2007-08-29 etisserant Started support for long long (LL suffix) 64 bit literals on 32 bit platforms (unfinished)
2007-08-01 etisserant Fixed some problems win 32 bits GCC and Long Long literals
2007-07-18 etisserant Test IEC_LIB and fix bugs (EQ, GT et all)
2007-07-17 etisserant IEC std lib test enhanced string ops, from string and to string conv.
2007-07-13 etisserant First working IEC std lib test, actually test from string and to_string functions.
2007-07-12 etisserant Fixed -I library include path behavior + removed old lib implementation + added generated lib func names to stage 1_2 + added Makefile.Linux