lib/iec_std_lib.h
Sun, 06 Jul 2014 10:16:48 +0100 mjsousa Fix stupid mistake in previous commit (use 'long double' instead of 'ld' in istandard library macro)
Sat, 05 Jul 2014 13:39:30 +0100 mjsousa Fix time conversion function in std library, and change into macro (so it may be used in variable initialisations)
Thu, 16 May 2013 14:37:33 +0900 Edouard Tisserant Moved __INIT_* defines within type definition headers files
Mon, 11 Mar 2013 12:51:01 +0100 Laurent Bessard Fixed bug in string format when translating TIME and DATETIME to STRING
Fri, 08 Mar 2013 01:01:15 +0100 Laurent Bessard Merged
Thu, 03 Jan 2013 18:23:07 +0000 Mario de Sousa grand merge
Thu, 22 Nov 2012 19:02:05 +0000 Mario de Sousa merge
Sat, 23 Feb 2013 23:14:59 +0100 Laurent Bessard Added support for testing BCD value validity in BCD_TO_UINT function
Sat, 23 Feb 2013 22:38:37 +0100 Laurent Bessard Fixed bug in DATE_AND_TIME_TO_TIME_OF_DAY and DATE_AND_TIME_TO_DATE when date and time is before 1970-01-01-00:00:00
Tue, 04 Dec 2012 00:05:22 +0100 Laurent Bessard Removed unused variable
Mon, 03 Dec 2012 23:36:03 +0100 Laurent Bessard Replacing libc time functions for date <-> timespec translation by platform and localtime independant implementation
Wed, 28 Nov 2012 11:52:03 +0900 Edouard Tisserant Fixed timegm usage incompatible with mingw, reverted to mktime in case mingw is detected
Fri, 16 Nov 2012 00:39:35 +0100 Laurent Bessard Fix undefined function toupper in iec_std_lib
Thu, 15 Nov 2012 22:28:53 +0100 Laurent Bessard Adding support for declaring function block instances as global and external variables
Thu, 08 Nov 2012 18:55:57 +0100 Laurent Bessard Fix DATE conversions standard functions
Thu, 08 Nov 2012 12:10:52 +0100 Laurent Bessard Fix definition of BCD to ANY_UINT and ANY_UINT to BCD conversion standard functions
Wed, 24 Oct 2012 00:06:55 +0200 Manuele Conti Fix some warning about loss of precision data in iec_std_lib.h file.
Tue, 09 Oct 2012 22:29:26 +0200 Manuele Conti Removing several warning in iec_std_lib.h
Thu, 25 Oct 2012 11:09:06 +0200 Edouard Tisserant Fix some warning about loss of precision data in iec_std_lib.h file.
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