tbeu

Results 62 issues of tbeu

If an INI file contains a "subsection", then in the `INI_CALLBACK` handler the section name is kind of unexpected. For example in the simple example ```ini [section] [[subsection]] key =...

http://book.xogeny.com/components/packages/msl/#streams misses * [readMatrixSize](http://doc.modelica.org/help/Modelica_Utilities_Streams.html#Modelica.Utilities.Streams.readMatrixSize) * [readRealMatrix](http://doc.modelica.org/help/Modelica_Utilities_Streams.html#Modelica.Utilities.Streams.readRealMatrix) * [writeRealMatrix](http://doc.modelica.org/help/Modelica_Utilities_Streams.html#Modelica.Utilities.Streams.writeRealMatrix) http://book.xogeny.com/components/packages/msl/#system misses * [getTime](http://doc.modelica.org/help/Modelica_Utilities_System.html#Modelica.Utilities.System.getTime) * [getPid](http://doc.modelica.org/help/Modelica_Utilities_System.html#Modelica.Utilities.System.getPid)

The Dialog record in Component Model Annotations misses the colorSelector field of MLS 3.2r2.

Modelica 3.4 introduced new attributes for built-in types - unbounded for RealType - fixed for StringType See [this](http://www.modelisax.de/wp-content/uploads/2017/03/New_Features_Modelica_v3.4.pdf) convenient summary with references to the appropriate MLS sections.

The annotation experiment.NumberOfIntervals is used in ModelicaByExample.Subsystems.LotkaVolterra.Examples.UnconnectedPopulations without explanation.

incomplete
Chapter 8 - Subsystems

A customer asked about the uses annotation and I noticed that it is missing in the book. The chapter on Versioning states TODO (package_def.rst#L167) and shows an empty section in...

incomplete

Coverity Scan reports an Overflowed return value from function `myround`. ```c static UINTMAX_T myround(LDOUBLE value) { UINTMAX_T intpart = cast(value); //1. Condition (value -= intpart) < 0.5, taking false branch....

Visual Studio 2010 prints the [C4267](https://msdn.microsoft.com/en-us/library/6kck0s93.aspx) conversion warnings on warning level /W3 ``` snprintf.c(723): warning C4267: '=': Konvertierung von 'size_t' nach 'long', Datenverlust möglich snprintf.c(768): warning C4267: '=': Konvertierung von...

Visual Studio 2010 prints the [C4244](https://msdn.microsoft.com/en-us/library/th7a07tz.aspx) conversion warnings on warning level /W3 ``` snprintf.c(1184): warning C4244: '=': Konvertierung von 'long double' in 'unsigned long', möglicher Datenverlust snprintf.c(1436): warning C4244: '=':...

There has not been any new release since v1.1 from 2008. Is there any chance to have a new released version to get the changes from 2014 also in downstream...