From 1d2304e33139e34f55c3fe6be87a5437b927b541 Mon Sep 17 00:00:00 2001 From: jfiat Date: Wed, 18 Feb 2015 10:37:11 +0000 Subject: [PATCH] Update: infix keyword is obsolete in EiffelStudio void-safety: attached by default for EiffelStudio (commit by Conaclos) Added shortname as link_title for menu. git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1418 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- ...-etl-2nd-printing-and-eiffel-software-implementation.wiki | 2 +- ...standard-ecma-367-and-eiffel-software-implementation.wiki | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/differences-between-etl-2nd-printing-and-eiffel-software-implementation.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/differences-between-etl-2nd-printing-and-eiffel-software-implementation.wiki index 6d7bbd85..3557c828 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/differences-between-etl-2nd-printing-and-eiffel-software-implementation.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/differences-between-etl-2nd-printing-and-eiffel-software-implementation.wiki @@ -1,5 +1,5 @@ [[Property:title|Differences between ETL 2nd printing and Eiffel Software implementation]] -[[Property:link_title|]] +[[Property:link_title|ETL 2nd printing vs implementation]] [[Property:weight|-9]] [[Property:uuid|fc1e73f4-5646-aa41-e7fe-97dc6f3ceb04]] {{seealso|See also: [[Differences between standard ECMA-367 and Eiffel Software implementation|Differences between standard ECMA-367 and Eiffel Software implementation]] }} diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/differences-between-standard-ecma-367-and-eiffel-software-implementation.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/differences-between-standard-ecma-367-and-eiffel-software-implementation.wiki index f03a1acc..7bb94d8b 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/differences-between-standard-ecma-367-and-eiffel-software-implementation.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/differences-between-standard-ecma-367-and-eiffel-software-implementation.wiki @@ -1,4 +1,5 @@ [[Property:title|Differences between standard ECMA-367 and Eiffel Software implementation]] +[[Property:link_title|ECMA-367 vs implementation]] [[Property:weight|-10]] [[Property:uuid|0eb58761-5b06-585f-ea92-cab2b8cd74b2]] "ETL 2" refers to the book "Eiffel: The Language" (2nd printing), published by Prentice Hall. @@ -32,7 +33,7 @@ | infix "+" | Yes | No -| Yes +| Yes, marked as obsolete |- | Operator and bracket aliases | add alias "+" @@ -221,7 +222,7 @@ reattachment b: detachable ANY | No | Yes, attached by default -| Yes, default attachment status is controlled by option ''is_attached_by_default'' +| Yes, attached by default |- | Object test | attached {STRING} e as o