lib/iec_std_lib.h
Tue, 23 Oct 2012 11:32:49 +0200 Laurent Bessard Fix bug with NE function for STRING variables
Wed, 22 Aug 2012 16:46:17 +0200 Laurent Bessard Merge with c2546c6e0cfa5ad55b288895f17f1b9f2a228f3b
Wed, 13 Jun 2012 19:51:26 +0200 Manuele Conti Fix literal MACRO gcc compliant.
Tue, 12 Jun 2012 09:45:31 +0200 Manuele conti Fix structure initialize.
Thu, 03 May 2012 17:43:32 +0200 Conti Manuele Fix __dt_to_timespec primitive function.
Wed, 02 May 2012 14:46:48 +0200 Conti Manuele Fix __dt_to_string primitive function.
Tue, 03 Apr 2012 12:42:16 +0100 Mario de Sousa Delete incorrect comments I had inserted previously (confusing EQ and NE functions)
Thu, 29 Mar 2012 19:03:40 +0100 Mario de Sousa Add coment warning about incorrect implementation of the NE standard function.
Thu, 02 Feb 2012 00:34:04 +0100 laurent Fix issues in standard library with MUX, MOD, NE and convertions to BOOL
Fri, 09 Dec 2011 10:01:48 +0100 laurent Fixing SUB standard function defined in standard library
Wed, 16 Nov 2011 17:48:22 +0100 Edouard Tisserant silenced warning on X86_64 build by casying numerical operand of snprintf
Thu, 20 Oct 2011 00:41:44 +0200 Edouard Tisserant fixed signedness warning on string slicing funcs in std lib
Sun, 09 Oct 2011 20:12:05 +0200 laurent Fix bug in definition of CONCAT standard function in iec_std_lib.h
Wed, 28 Sep 2011 14:55:26 +0200 Edouard Tisserant moved declaration __STR_CMP to prevent warning
Thu, 08 Sep 2011 20:25:00 +0200 laurent Merge with 01068ccb73b202b2872d4117ad01984bac956cbb
Fri, 29 Jul 2011 16:03:28 +0100 Mario de Sousa Support for semantic verification of calls to standard functions.
Fri, 02 Sep 2011 18:16:33 +0200 laurent Fix bugs in exponentiation
Mon, 06 Jun 2011 16:28:41 +0200 laurent Fixing REAL_TO_INT conversion (behaved like a trunc and not like a round)
Mon, 06 Jun 2011 14:05:28 +0100 Mario de Sousa fixing INSERT function: was inserting into incorrect position. (submitted by Manuele)
Thu, 21 Apr 2011 11:22:13 +0200 Edouard Tisserant Removed dead code
Tue, 05 Apr 2011 17:12:12 +0100 Mario de Sousa merging the Edouard's version.
Tue, 05 Apr 2011 14:17:16 +0100 Mario de Sousa Fixing code generation of standard conversion functions.
Mon, 04 Apr 2011 17:13:03 +0200 Edouard Tisserant Fixes to make handling of standard functions in Semantic analyser compatible with code generation of standard functions
Thu, 31 Mar 2011 19:11:16 +0200 Edouard Tisserant Initial TIME support in debugger
Sun, 29 Nov 2009 16:38:11 +0100 laurent Adding support for declare, init, get and set macros
Thu, 22 Oct 2009 10:31:26 +0200 greg Fix some warnings on compilation
Wed, 02 Sep 2009 13:39:05 +0200 laurent Applying patch from Iztok for old gcc versions
Tue, 01 Sep 2009 17:01:08 +0200 laurent Bug with type conversion EN/ENO not evaluated fixed
Fri, 05 Jun 2009 16:11:25 +0200 lbessard Warning when compiling abs functions for unsigned integer fixed
Sat, 30 May 2009 16:42:41 +0200 greg Bug on "abs" not working with float fixed
Wed, 14 Jan 2009 19:47:41 +0100 lbessard Bug on standard function not defined with EN/ENO fixed
Sun, 04 Jan 2009 17:23:06 +0100 etisserant Fixed errors in string_to_int.
Tue, 23 Dec 2008 13:21:19 +0100 etisserant STRING max size and length type can now be overloaded (define STR_MAX_LEN and STR_LEN_TYPE before including iec_types.h)
Fri, 05 Dec 2008 16:22:15 +0100 greg Warning conditions on win32 fixed
Fri, 24 Oct 2008 16:37:46 +0200 lbessard Adding support for EN/ENO in standard functions
Sun, 07 Sep 2008 10:08:11 +0200 etisserant Added __DEBUG global var to eventually change PLC code execution
Tue, 19 Aug 2008 18:03:11 +0200 etisserant Re-organized types headers, to ease debug code generation
Thu, 17 Jul 2008 19:06:53 +0200 etisserant removed __print statements. Not supposed to be in std lib.
Thu, 17 Jul 2008 17:03:06 +0200 etisserant added some type handling tools in iec_std_lib. To be tested
Fri, 27 Jun 2008 09:29:27 +0200 lbessard Bug on __TIME_CMP fixed
Thu, 03 Apr 2008 18:28:10 +0200 lbessard Changing SFC Transitions, Steps and Actions types
Wed, 05 Mar 2008 09:26:42 +0100 etisserant cast fir gcc4 fix in lib
Fri, 08 Feb 2008 14:38:20 +0100 etisserant Fixed headers of generated code
Wed, 17 Oct 2007 17:51:24 +0200 lbessard Bugs on SFC generation fixed
Mon, 17 Sep 2007 17:56:29 +0200 etisserant Splitted type declaration out of iec std lib, to avoid DWORD, BOOL, TIME ,... clash with windows.h
Thu, 30 Aug 2007 16:40:20 +0200 etisserant Now generated SoftPLC compiles with mingw32 and run windows.
Wed, 29 Aug 2007 11:06:13 +0200 etisserant Started support for long long (LL suffix) 64 bit literals on 32 bit platforms (unfinished)
Wed, 01 Aug 2007 13:50:14 +0200 etisserant Fixed some problems win 32 bits GCC and Long Long literals
Wed, 18 Jul 2007 11:57:36 +0200 etisserant Test IEC_LIB and fix bugs (EQ, GT et all)
Tue, 17 Jul 2007 12:19:59 +0200 etisserant IEC std lib test enhanced string ops, from string and to string conv.
Fri, 13 Jul 2007 19:20:26 +0200 etisserant First working IEC std lib test, actually test from string and to_string functions.
Thu, 12 Jul 2007 11:24:32 +0200 etisserant Fixed -I library include path behavior + removed old lib implementation + added generated lib func names to stage 1_2 + added Makefile.Linux