#1263  
                    
                      Tables: GCC error if ANSI C is forced 
                     
                    
                      Fixed ANSI-C compliance of Modelica Standard Tables
                     
               
              
                    #1264  
                    
                      Tables: Text files with Windows line endings cannot be read on Linux 
                     
                    
                      Fixed reading table files with Windows line endings on Linux (ModelicaStandardTables.c)
                     
               
              
                    #1269  
                    
                      Tables: Update Matio Library 
                     
                    
                      Updated matio library to official release 1.5.2 (ModelicaMatIO.[ch])
                     
               
              
                    #1273  
                    
                      ModelicaStrings.c does not compile on dSPACE targets 
                     
                    
                      Fixed compilation of ModelicaStrings on dSPACE DS1006
                     
               
              
                    #1465  
                    
                      Discontinuous change in Modelica.Blocks.Tables.CombiTable2D 
                     
                    
                      Fixed the linear and bilinear extrapolation of the bivariate Akima-splines of the Modelica Standard Tables
                     
               
              
                    #1494  
                    
                      Tables: More precise error message if dimensions do not match 
                     
                    
                      Improve the error message in case of trailing 
numbers in external table text files of the Modelica Standard Tables
                     
               
              
                    #1508  
                    
                      ModelicaInternal_print to terminal not available if NO_FILE_SYSTEM is set 
                     
                    
                      Fixed ModelicaInternal_print (for 
Modelica.Utilities.Streams.print) to also output the string to terminal 
on platforms where a file system is not present (e.g. on dSPACE or xPC)
                     
               
              
                    #1556  
                    
                      Critical sections 
                     
                    
                      Fixed multi-threaded access of global variables in C-Sources
                     
               
              
                    #1569  
                    
                      ModelicaMatIO.c not fully platform independent 
                     
                    
                      Avoid platform dependency of SIZEOF_LONG (and other) in sources of the Modelica Standard Tables
                     
               
              
                    #1580  
                    
                      File reading works differently depending on OS 
                     
                    
                      Fixed platform dependency of ModelicaInternal_readFile and ModelicaInternal_readLine
                     
               
              
                    #1682  
                    
                      Long initialisation for CombiTimeTable using v7 MAT-files 
                     
                    
                      Modelica Standard Tables: Fixed poor performance 
of readMatTable for MATLAB MAT-files with compressed array streams and 
large (> 1e5) number of rows
                     
               
       
      
              
                    #1014  
                    
                      Dymola-specific code in MSL 3.2.1 
                     
                    
                      Tool-specific workaround removed.
                     
               
              
                    #1390  
                    
                      Cyclical definition in Modelica.Media.Incompressible.TableBased 
                     
                    
                      Removed circular type definition for Temperature type
                     
               
              
                    #1422  
                    
                      Uninitialized var in function Modelica.Media.Water.IF97_Utilities.waterBaseProp_dT used 
                     
                    
                      Fixed uninitialized variable aux_cv in function Modelica.Media.Water.IF97_Utilities.waterBaseProp_dT
                     
               
              
                    #1442  
                    
                      Possibly incorrect algorithm in Modelica.Media.Interfaces.PartialSimpleIdealGasMedium 
                     
                    
                     
               
              
                    #1530  
                    
                      PartialSimpleIdealGasMedium uses different offsets in BaseProperties and in specificInternalEnergy 
                     
                    
                      Fixed ticket #1350 , wrong offset for u in PartialSimpleIdealGasMedium.
                     
               
              
                    #1583  
                    
                      Undefined return value in Polynomials_Temp.integral 
                     
                    
                     
               
              
                    #1593  
                    
                      wrong parameter declaration in MSL model 
                     
                    
                     
               
              
                    #1629  
                    
                      Record declaration clashes with function definition. 
                     
                    
                      Media.Common.IF97BaseTwoPhase: Changed equation 
phase=0 to phase(start=0) to avoid an error when the record is returned 
from a function
                     
               
              
                    #1650  
                    
                      Derivative function has mismatched arguments names 
                     
                    
                      Bug in derivative function arguments in Modelica.Media fixed
                     
               
              
                    #1675  
                    
                      Modelica.Media.package.mo still has __Dymola_choicesAllMatching 
                     
                    
                      Removed erroneous __Dymola annotation that was somehow not fixed simultaneously in trunk and this branch.
                     
               
              
                    #1679  
                    
                      Circular reference in Modelica.Media.Air.MoistAir.PsychrometricData 
                     
                    
                      Circular Reference bug in Modelica.Media fixed