From 55b4f4f9ba8a87c19d82c40a5f7043d78242f8a9 Mon Sep 17 00:00:00 2001 From: alexk Date: Mon, 28 Nov 2011 10:47:37 +0000 Subject: [PATCH] Mentioned changes to argument parser. Author:alexk Date:2011-11-28T10:47:37.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1024 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../release-notes-eiffelstudio-70.wiki | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/release-notes-eiffelstudio-70.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/release-notes-eiffelstudio-70.wiki index dc75377c..034f5628 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/release-notes-eiffelstudio-70.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/release-notes-eiffelstudio-70.wiki @@ -47,7 +47,7 @@ * Fixed {IMMUTABLE_STRING_XX}.shared_substring which would not be properly processed by many string operations (e.g. item, item_code, code, ...) * Changed the behavior of {STRING_XX}.twin to create a new string where the capacity is set to the count of the twined strings and not to its capacity. In scenarios where a large buffer is used but a frequent twin is used it has a big impact on speed and memory usage. * Fixed an issue with {FILE}.read_to_string which would not change the hash_code of the string given as argument. -* Improved speed of HASH_TABLE lookups. +* Improved speed of HASH_TABLE lookups. * Added {POINTER}.is_default_pointer. * Excluded class BIT_REF from the default setup. In order to use type BIT one has to define a variable USE_BIT. @@ -63,6 +63,8 @@ * Added support for GUID type * Added support of DECIMAL type. +===Argument parser=== +* Made feature {ARGUMENT_BASE_PARSER}.copyright deferred. [[EiffelStudio release notes|Click here to check out what was new in other versions]]