1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- This document was generated using DocBuilder 3.3.3 -->
<HTML>
<HEAD>
<TITLE>Erl_interface Release Notes
</TITLE>
<SCRIPT type="text/javascript" src="../../../../doc/erlresolvelinks.js">
</SCRIPT>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#FF00FF"
ALINK="#FF0000">
<CENTER>
<A HREF="http://www.erlang.se"><IMG BORDER=0 ALT="[Ericsson AB]" SRC="min_head.gif"></A>
</CENTER>
<A NAME="1"><!-- Empty --></A>
<H2>1 Erl_interface Release Notes
</H2>
<P>This document describes the changes made to the Erl_interface application.
<A NAME="1.1"><!-- Empty --></A>
<H3>1.1 Erl_Interface 3.5.5.2</H3>
<A NAME="1.1.1"><!-- Empty --></A>
<H4>1.1.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
The combination of xeon processors with 64bit x86
extensions and a 32bit linux could cause ei_decode_long
and ei_decode_longlong to fail for the value LONG_MIN and
LONGLONG_MIN. The conversion is now made more portable.
<BR>
Own Id: OTP-6216
<BR>
</LI>
</UL>
<A NAME="1.2"><!-- Empty --></A>
<H3>1.2 Erl_Interface 3.5.5.1</H3>
<A NAME="1.2.1"><!-- Empty --></A>
<H4>1.2.1 Improvements and New Features</H4>
<P>
<UL>
<LI>
Portability enchancements.
<BR>
Own Id: OTP-6132
<BR>
</LI>
</UL>
<A NAME="1.3"><!-- Empty --></A>
<H3>1.3 Erl_Interface 3.5.5</H3>
<A NAME="1.3.1"><!-- Empty --></A>
<H4>1.3.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
Different (and old) <CODE>config.guess</CODE> files in the
<CODE>erts</CODE> and <CODE>erl_interface</CODE> applications would
cause build problems on the new Intel-based iMacs.
(Thanks to Sebastion Strollo.)
<BR>
Own Id: OTP-5967
<BR>
</LI>
<LI>
pthread header and library mismatch on linux systems (at
least some SuSE and Debian) with both NPTL and
Linuxthreads libraries installed.
<BR>
Own Id: OTP-5981
<BR>
</LI>
</UL>
<A NAME="1.3.2"><!-- Empty --></A>
<H4>1.3.2 Improvements and New Features</H4>
<P>
<UL>
<LI>
Support for a C node to connect to an Erlang node on a
standalone host has been added.
<BR>
Own Id: OTP-5883 Aux Id: seq10170
<BR>
</LI>
</UL>
<A NAME="1.4"><!-- Empty --></A>
<H3>1.4 Erl_interface 3.5.2</H3>
<A NAME="1.4.1"><!-- Empty --></A>
<H4>1.4.1 Improvements and New Features</H4>
<P>
<UL>
<LI>
A configuration test error caused erl_interface to be
built without support for threads. This has been
corrected.
<BR>
Own Id: OTP-5456
<BR>
</LI>
</UL>
<A NAME="1.5"><!-- Empty --></A>
<H3>1.5 Erl_interface 3.5.1</H3>
<A NAME="1.5.1"><!-- Empty --></A>
<H4>1.5.1 Improvements and New Features</H4>
<P>
<UL>
<LI>
Changes and improvements have been made to the build and
test environment to solve problems with failing
erl_interface test cases.
<BR>
Own Id: OTP-5295 Aux Id: OTP-5387
<BR>
</LI>
</UL>
<A NAME="1.6"><!-- Empty --></A>
<H3>1.6 Erl_interface 3.5</H3>
<A NAME="1.6.1"><!-- Empty --></A>
<H4>1.6.1 Improvements and New Features</H4>
<P>
<UL>
<LI>
Process identifiers and port identifiers have been
made more unique. Previously 18 bits were used as id in
the internal representation of process and port
identifiers. Now 28 bits are used. <BR>
The maximum
limit on the number of concurrently existing processes
due to the representation of pids has been increased to
268435456 processes. The same is true for ports. This
limit will at least on a 32-bit architecture be
impossible to reach due to memory shortage. <BR>
<STRONG>NOTE:</STRONG> By default, the <CODE>ERTS</CODE>, and the
<CODE>erl_interface</CODE>, <CODE>ei</CODE>, and <CODE>jinterface</CODE>
libraries are now only guaranteed to be compatible with
other Erlang/OTP components from the same release. It is
possible to set each component in compatibility mode of
an earlier release, though. See the documentation for
respective component on how to set it in compatibility
mode. <BR>
*** POTENTIAL INCOMPATIBILITY ***
<BR>
Own Id: OTP-4968 Aux Id: OTP-4196
<BR>
</LI>
</UL>
<A NAME="1.7"><!-- Empty --></A>
<H3>1.7 Erl_interface 3.4.5</H3>
<A NAME="1.7.1"><!-- Empty --></A>
<H4>1.7.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
Corrections for mistakes done for patch erl_605/OTP-4874.
<BR>
Own Id: OTP-4995 Aux Id: OTP-4874
<BR>
</LI>
</UL>
<A NAME="1.8"><!-- Empty --></A>
<H3>1.8 Erl_interface 3.4.4</H3>
<A NAME="1.8.1"><!-- Empty --></A>
<H4>1.8.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
A small optimization in ei_rpc*() was added and a bug in
ei_decode_longlong() was corrected.
<BR>
Own Id: OTP-4784
<BR>
</LI>
</UL>
<A NAME="1.9"><!-- Empty --></A>
<H3>1.9 Erl_interface 3.4.2</H3>
<A NAME="1.9.1"><!-- Empty --></A>
<H4>1.9.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
Strings longer than 65535 bytes were encoded wrong in
ei/erl_interface.
<BR>
Own Id: OTP-4865 Aux Id: EABln07451
<BR>
</LI>
</UL>
<A NAME="1.10"><!-- Empty --></A>
<H3>1.10 Erl_interface 3.4.1</H3>
<A NAME="1.10.1"><!-- Empty --></A>
<H4>1.10.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
erl_call -a parsed erlang terms incorrectly due to a bug
in ei_format, which is now corrected.
<BR>
Own Id: OTP-4777 Aux Id: seq8099
<BR>
</LI>
</UL>
<CENTER>
<HR>
<SMALL>
Copyright © 1991-2006
<A HREF="http://www.erlang.se">Ericsson AB</A><BR>
</SMALL>
</CENTER>
</BODY>
</HTML>
|