Added missing changes of the command line compiler

Author:manus
Date:2010-08-12T16:35:11.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@651 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
manus
2010-08-12 16:35:11 +00:00
parent a6fb8e275a
commit 4f7a40a4d3

View File

@@ -12,6 +12,8 @@ No major improvements in 6.5 as this release was mostly focused on quality impro
==Changes==
* All the void-safe project configuration files have been removed from the non-experimental version. The rationale is that the usage of ARRAY and SPECIAL would not be void-safe and you need to switch to the experimental version to ensure complete void-safety.
* The command line compilation has been fixed to use the current working directory unless -project_path is specified (restoring pre-ecf behavior)
* When an ecf file has been specified with -config, the previously compiled target is chosen as the first option in the compilable target list.
==Bug fixes==