minor formatting changes

Author:halw
Date:2013-02-06T15:34:14.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1216 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2013-02-06 15:34:14 +00:00
parent fb490b8aa0
commit 95e573a2f8

View File

@@ -18,7 +18,7 @@ N/A
N/A N/A
===Compiler issues=== ===Compiler issues===
* Fixed bug#18309: Refreezing system with no changes causes all C compilations to be redone * Fixed bug#18309: Refreezing system with no changes causes all C compilations to be redone.
* Fixed eweasel test#valid278 and test#term188 (bug#18281 and bug#1984) by ensuring that the type used in the objectless call is full valid. * Fixed eweasel test#valid278 and test#term188 (bug#18281 and bug#1984) by ensuring that the type used in the objectless call is full valid.
===SCOOP issues=== ===SCOOP issues===
@@ -27,7 +27,7 @@ N/A
===Runtime/code generation issues=== ===Runtime/code generation issues===
* Fixed bug#18299 and eweasel test#exec351 where copying nested expanded would cause a memory corruption. * Fixed bug#18299 and eweasel test#exec351 where copying nested expanded would cause a memory corruption.
* Fixed eweasel test#thread024 where mutltithreaded projects could crash during a GC cycle. * Fixed eweasel test#thread024 where mutltithreaded projects could crash during a GC cycle.
* Fixed an issue with EIF_INITIALIZE_AUX_THREAD that would not work properly in workbench mode because it forgot to initialize the interpreter side by calling `xinitint'. * Fixed an issue with <e>EIF_INITIALIZE_AUX_THREAD</e> that would not work properly in workbench mode because it forgot to initialize the interpreter side by calling `<e>xinitint</e>'.
* Fixed a bug during debugging that causes a GC corruption due to the insertion of expanded objects located on the stack in the hector stack which is not allowed. * Fixed a bug during debugging that causes a GC corruption due to the insertion of expanded objects located on the stack in the hector stack which is not allowed.