date 2004.02.11.22.33.00; author rmoore1; state Exp;

This commit is contained in:
aystarik 2005-07-09 08:42:27 +00:00
parent b1e7c2a248
commit bed5d105ec

View File

@ -1,3 +1,24 @@
----------------------------------------
11 February 2004. Summary of changes for version 20040211:
1) ACPI CA Core Subsystem:
Completed investigation and implementation of the call-by-reference mechanism for control method arguments.
Fixed a problem where a store of an object into an indexed package could fail if the store occurs within a different method than the method that created the package.
Fixed a problem where the ToDecimal operator could return incorrect results.
Fixed a problem where the CopyObject operator could fail on some of the more obscure objects (e.g., Reference objects.)
Improved the output of the Debug object to display buffer, package, and index objects.
Fixed a problem where constructs of the form “RefOf (ArgX)” did not return the expected result.
Added permanent ACPI_REPORT_ERROR macros for all instances of the ACPI_AML_INTERNAL exception.
Integrated latest version of acfreebsd.h
----------------------------------------
16 January 2004. Summary of changes for version 20040116: