File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# c-stdaux - Auxiliary macros and functions for the C standard library  
22
3+ ## CHANGES WITH 1.6.0:  
4+ 
5+         * Multiple fixes to the test-suite, which fix differences in the 
6+           optimizations performed by GCC and clang. 
7+ 
8+         Contributions from: David Rheinsberg, ms178, Nikita Popov 
9+ 
10+         - Dußlingen, 2025-06-16 
11+ 
312## CHANGES WITH 1.5.0:  
413
514        * Change the meson variable exports to avoid dashes in variable names, 
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ project(
1010        ],
1111        license : ' Apache'  ,
1212        meson_version : ' >=0.60.0'  ,
13-         version : ' 1.5 .0'  ,
13+         version : ' 1.6 .0'  ,
1414)
1515major =  meson .project_version().split(' .'  )[0 ]
1616project_description =  ' Auxiliary macros and functions for the C standard library' 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments