From bf41cb46438199cc241f105e5ac786d68d6ae320 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Mon, 28 May 2018 19:32:12 +0000 Subject: [PATCH] code style Updated wikipage Release notes for EiffelStudio 18.05. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2035 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../Release-notes-for-EiffelStudio-18.05.wiki | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/Release-notes-for-EiffelStudio-18.05.wiki b/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/Release-notes-for-EiffelStudio-18.05.wiki index 9b7282e8..a05fc3e8 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/Release-notes-for-EiffelStudio-18.05.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/Release-notes-for-EiffelStudio-18.05.wiki @@ -24,11 +24,11 @@ ==Libraries== * EiffelBase: -** Added EXECUTION_ENVIRONMENT.available_cpu_count -** Relaxed a precondition of {ARRAY}.subarray to allow for calling it on empty arrays. +** Added `{EXECUTION_ENVIRONMENT}.available_cpu_count`. +** Relaxed a precondition of `{ARRAY}.subarray` to allow for calling it on empty arrays. **Marked many features of Base library as class ones to make them usable for non-object calls. -**Added a feature {ARRAY}.force_and_fill that works like {ARRAY}.force, but fills previously unoccupied positions with the specified value rather than with a default one. -* EiffelProcess: Marked features of BASE_PROCESS_FACTORY, PROCESS_FACTORY, and PROCESS_INFO as class ones to make them usable for non-object calls. +**Added a feature `{ARRAY}.force_and_fill` that works like `{ARRAY}.force`, but fills previously unoccupied positions with the specified value rather than with a default one. +* EiffelProcess: Marked features of `BASE_PROCESS_FACTORY`, `PROCESS_FACTORY`, and `PROCESS_INFO` as class ones to make them usable for non-object calls. * Encoding: Use a default console code page on Windows if the current one cannot be retrieved that may happen for GUI applications.