diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ Version 1.7 (2016-04-XX) +* MIG now has a test suite. It includes a set of valid and invalid + definition files that MIG will try to process. For valid + definitions, GCC will compile the stubs to check if valid C code was + generated. + * The generated code uses integer types from 'stdint.h' now instead of the old Mach types. |