Merge branch 'master' into v1

This commit is contained in:
2015-06-08 10:10:51 +02:00
73 changed files with 5913 additions and 82 deletions

View File

@@ -147,7 +147,7 @@ feature -- Status report
launchable: BOOLEAN
do
Result := Precursor and port_number >= 0
Result := Precursor and 0 <= port_number and port_number <= {NATURAL_16}.max_value
end
;note