lib/iec_std_lib.h
2012-04-03 Mario de Sousa Delete incorrect comments I had inserted previously (confusing EQ and NE functions)
2012-03-29 Mario de Sousa Add coment warning about incorrect implementation of the NE standard function.
2012-02-01 laurent Fix issues in standard library with MUX, MOD, NE and convertions to BOOL
2011-12-09 laurent Fixing SUB standard function defined in standard library
2011-11-16 Edouard Tisserant silenced warning on X86_64 build by casying numerical operand of snprintf
2011-10-19 Edouard Tisserant fixed signedness warning on string slicing funcs in std lib
2011-10-09 laurent Fix bug in definition of CONCAT standard function in iec_std_lib.h
2011-09-28 Edouard Tisserant moved declaration __STR_CMP to prevent warning
2011-09-08 laurent Merge with 01068ccb73b202b2872d4117ad01984bac956cbb
2011-07-29 Mario de Sousa Support for semantic verification of calls to standard functions.
2011-09-02 laurent Fix bugs in exponentiation
2011-06-06 laurent Fixing REAL_TO_INT conversion (behaved like a trunc and not like a round)
2011-06-06 Mario de Sousa fixing INSERT function: was inserting into incorrect position. (submitted by Manuele)
2011-04-21 Edouard Tisserant Removed dead code
2011-04-05 Mario de Sousa merging the Edouard's version.
2011-04-05 Mario de Sousa Fixing code generation of standard conversion functions.
2011-04-04 Edouard Tisserant Fixes to make handling of standard functions in Semantic analyser compatible with code generation of standard functions
2011-03-31 Edouard Tisserant Initial TIME support in debugger
2009-11-29 laurent Adding support for declare, init, get and set macros
2009-10-22 greg Fix some warnings on compilation
2009-09-02 laurent Applying patch from Iztok for old gcc versions
2009-09-01 laurent Bug with type conversion EN/ENO not evaluated fixed
2009-06-05 lbessard Warning when compiling abs functions for unsigned integer fixed
2009-05-30 greg Bug on "abs" not working with float fixed
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