From 4a5a75811e2cd590b5c94f71864a5245fd511ccf Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 24 May 2011 13:16:24 +0200 Subject: Prepare release --- lib/erl_interface/doc/src/notes.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'lib/erl_interface/doc') diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index d83a8307e4..7055fcd5c9 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -30,6 +30,42 @@

This document describes the changes made to the Erl_interface application.

+
Erl_Interface 3.7.4 + +
Fixed Bugs and Malfunctions + + +

+ Fix using sizeof() for array given as function argument

+

+ When using the sizeof() operator for an array given as + function argument it returns the size of the pointer. In + this case, the affected function hex(char digest[16], + char buff[33]) will just print 4 or 8 byte instead of the + full length of 16 bytes, on 32bit and 64bit systems + respectively. (Thanks to Cristian greco)

+

+ Own Id: OTP-9151

+
+ +

+ Initialize to and to_name in + erl_receive_msg. (Thanks to Göran Larsson)

+

+ Own Id: OTP-9241

+
+ +

+ erl_interface: fix compile error(Thanks to Michael + Santos)

+

+ Own Id: OTP-9252

+
+
+
+ +
+
Erl_Interface 3.7.3
Fixed Bugs and Malfunctions -- cgit v1.2.3