mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 07:12:25 +01:00
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
This commit is contained in:
@@ -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 <e>HASH_TABLE</e> lookups.
|
||||
* Added <e>{POINTER}.is_default_pointer</e>.
|
||||
* Excluded class <e>BIT_REF</e> from the default setup. In order to use type <e>BIT</e> one has to define a variable <code>USE_BIT</code>.
|
||||
|
||||
@@ -63,6 +63,8 @@
|
||||
* Added support for GUID type
|
||||
* Added support of DECIMAL type.
|
||||
|
||||
===Argument parser===
|
||||
* Made feature <e>{ARGUMENT_BASE_PARSER}.copyright</e> deferred.
|
||||
|
||||
[[EiffelStudio release notes|Click here to check out what was new in other versions]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user