aboutsummaryrefslogtreecommitdiff
path: root/news/2016-05-18-releases.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2016-12-18 22:59:37 +0100
committerThomas Schwinge <thomas@codesourcery.com>2016-12-18 22:59:37 +0100
commitfee55f9f05630126f2746f42eeb3741c05c01f36 (patch)
tree614348f932bb1103af09fdaec21857bdcd8e6254 /news/2016-05-18-releases.mdwn
parent5c97e1e835712fccbfe793a4508490c589909513 (diff)
downloadweb-fee55f9f05630126f2746f42eeb3741c05c01f36.tar.gz
web-fee55f9f05630126f2746f42eeb3741c05c01f36.tar.bz2
web-fee55f9f05630126f2746f42eeb3741c05c01f36.zip
news/2016-12-18-releases
Diffstat (limited to 'news/2016-05-18-releases.mdwn')
-rw-r--r--news/2016-05-18-releases.mdwn24
1 files changed, 12 insertions, 12 deletions
diff --git a/news/2016-05-18-releases.mdwn b/news/2016-05-18-releases.mdwn
index 6ed8a31e..ff1b2c30 100644
--- a/news/2016-05-18-releases.mdwn
+++ b/news/2016-05-18-releases.mdwn
@@ -103,22 +103,22 @@ We're pleased to announce new releases!
Version 1.7 (2016-05-18)
- * 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.
+ 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.
+ The generated code uses integer types from <stdint.h> now instead of
+ the old Mach types.
- * Code that was hard-coding the word size has been identified and
- fixed.
+ Code that was hard-coding the word size has been identified and
+ fixed.
- * Support for the obsolete kinds of RPC routines 'functions',
- 'procedures', and 'simple procedures' has been removed.
+ Support for the obsolete kinds of RPC routines 'functions',
+ 'procedures', and 'simple procedures' has been removed.
- * MIG now emits code that casts objects translated from capabilities
- to the correct C type.
+ MIG now emits code that casts objects translated from capabilities
+ to the correct C type.
Release tarballs may be downloaded from <ftp://ftp.gnu.org/gnu/mig/>,
<http://ftp.gnu.org/gnu/mig/>, or checked out of Git,