Author:jfiat

Date:2011-11-28T09:34:18.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1022 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
alexk
2011-11-28 09:53:27 +00:00
parent ba18b34b32
commit f7f866ed35
2 changed files with 7 additions and 1 deletions

View File

@@ -3,3 +3,7 @@
[[Property:uuid|4377d765-8664-ee0c-5d5b-e42fd7d172c3]] [[Property:uuid|4377d765-8664-ee0c-5d5b-e42fd7d172c3]]
Check the following page for the EiffelStudio's limitation regarding the Eiffel Debugger. Check the following page for the EiffelStudio's limitation regarding the Eiffel Debugger.
The latest version has the same limitations as [[Debugging limitations - 6.4, 6.5]]

View File

@@ -9,6 +9,7 @@
* Debian packages available for downloads * Debian packages available for downloads
* Added external contributions: Decimal library, Json parser, arbitrary precision mathematics, encryption (SHA1, MD5, x509, ...) * Added external contributions: Decimal library, Json parser, arbitrary precision mathematics, encryption (SHA1, MD5, x509, ...)
* Added previews of libraries: sqlite3, regular expression, ... * Added previews of libraries: sqlite3, regular expression, ...
* Added a command line option "-tests" to run all associated Autotest tests from the command line
===Improvements=== ===Improvements===
* Better integration to the latest Linux Desktop environments: Unity from Ubuntu and KDE 4.0. * Better integration to the latest Linux Desktop environments: Unity from Ubuntu and KDE 4.0.
@@ -47,7 +48,8 @@
* 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. * 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. * 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 * 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>.
===EiffelVision2=== ===EiffelVision2===
* [[Revisions and Bug Fixes|Click here for EiffelVision2 release notes.]] * [[Revisions and Bug Fixes|Click here for EiffelVision2 release notes.]]