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 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- This document was generated using DocBuilder 3.3.3 -->
<HTML>
<HEAD>
<TITLE>IDL Compiler 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 IDL Compiler Release Notes</H2>
<A NAME="1.1"><!-- Empty --></A>
<H3>1.1 IC 4.2.11</H3>
<A NAME="1.1.1"><!-- Empty --></A>
<H4>1.1.1 Improvements and New Features</H4>
<P>
<UL>
<LI>
Changed code generation to avoid warnings such as unused
variables.<BR>
Own Id: OTP-5930 Aux Id: <BR>
</LI>
</UL>
<A NAME="1.2"><!-- Empty --></A>
<H3>1.2 IC 4.2.10</H3>
<A NAME="1.2.1"><!-- Empty --></A>
<H4>1.2.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
The FD_SETSIZE limit has been increased to 2048 for
VxWorks/PPC603.<BR>
Own Id: OTP-5395 Aux Id: seq9751<BR>
</LI>
</UL>
<A NAME="1.3"><!-- Empty --></A>
<H3>1.3 IC 4.2.9</H3>
<A NAME="1.3.1"><!-- Empty --></A>
<H4>1.3.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
In C back-ends, the compiler crashed when generating C code
for error reports when a scoped name was used as a type
in a union.<BR>
Own Id: OTP-5375 Aux Id: seq9740 <BR>
</LI>
</UL>
<A NAME="1.4"><!-- Empty --></A>
<H3>1.4 IC 4.2.8</H3>
<A NAME="1.4.1"><!-- Empty --></A>
<H4>1.4.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
In C back-ends, when decoding a sequence of "small"
integers, which from Erlang is sent as a string (i.e.
each element between 0 and 255), each string element was
considered to be of signed character type. Each such
element is now correctly treated as an unsigned character
type.<BR>
Own Id: OTP-5205 Aux Id: seq9241 <BR>
</LI>
</UL>
<A NAME="1.5"><!-- Empty --></A>
<H3>1.5 IC 4.2.7</H3>
<A NAME="1.5.1"><!-- Empty --></A>
<H4>1.5.1 Improvements and New Features</H4>
<P>
<UL>
<LI>
A new compiler option <CODE>c_report</CODE> has been introduced
for C back-ends (client and server). If that option is
set, encoding/decoding errors will be reported to
<CODE>stderr</CODE>.<BR>
Own Id: OTP-4977<BR>
</LI>
</UL>
<A NAME="1.6"><!-- Empty --></A>
<H3>1.6 IC 4.2.6</H3>
<A NAME="1.6.1"><!-- Empty --></A>
<H4>1.6.1 Improvements and New Features</H4>
<P>
<UL>
<LI>
The size of modules, used then registering data in the
IFR DB (e.g., oe_MyModule:oe_register()), can be minimized
if the compile option light_ifr is used and Orber is
configured to use Light IFR. Requires that orber-3.5.1, or
later, is used.<BR>
Own Id: OTP-5036<BR>
</LI>
</UL>
<A NAME="1.6.2"><!-- Empty --></A>
<H4>1.6.2 Incompatibilities</H4>
<P>
<UL>
<LI>
The compile otion <CODE>multiple_be</CODE> is no longer supported.<BR>
Own Id: OTP-5049<BR>
</LI>
</UL>
<A NAME="1.7"><!-- Empty --></A>
<H3>1.7 IC 4.2.5</H3>
<A NAME="1.7.1"><!-- Empty --></A>
<H4>1.7.1 Improvements and New Features</H4>
<P>
<UL>
<LI>
Send and receive functions with timeouts have been added
to the C back-ends for the standard protocol (i.e. Erlang
distribution + gen_server protocol).<BR>
Accordingly a new compiler option <CODE>{c_timeout,
{SendTimeout, RecvTimeout}}</CODE> has been added. Timeouts
are specified in milliseconds.<BR>
A user that want to implement its own protocols with
function timeouts has to implement the following functions.<BR>
For C clients the functions <CODE>int
PFX_send_notification(CORBA_Environment *env, unsigned
int send_ms)</CODE>, and <CODE>int
PFX_send_request_and_receive_reply(CORBA_Environment
*env, unsigned int send_ms, unsigned int recv_ms)</CODE>
have to be additionally implemented, where PFX is the
user defined prefix.<BR>
For C servers no additional functions have to be
implemented, but a clone of the <CODE>int
oe_server_receive_tmo(CORBA_Environment *env, oe_map_t
*map, unsigned int send_ms, unsigned int recv_ms)</CODE>
might be handy.<BR>
Own Id: OTP-4972
<BR>
</LI>
</UL>
<A NAME="1.8"><!-- Empty --></A>
<H3>1.8 IC 4.2.4</H3>
<A NAME="1.8.1"><!-- Empty --></A>
<H4>1.8.1 Improvements and new features</H4>
<P>
<UL>
<LI>
The C back-ends has been opened up, so that a user can
define his own protocol, differing from the Erlang
distribution + gen_server protocol. <BR>
For C clients it means to replace the library functions
<CODE>int oe_prepare_notification_encoding(CORBA_Environment
*env)</CODE>, <CODE>int oe_send_notification(CORBA_Environment
*env)</CODE>, <CODE>int
oe_prepare_request_encoding(CORBA_Environment *env)</CODE>,
<CODE>int oe_send_request_and_receive_reply(CORBA_Environment
*env)</CODE>, and <CODE>int
oe_prepare_reply_decoding(CORBA_Environment *env)</CODE>,
with functions of the same signature, but with the prefix
"oe" replaced by a user defined prefix.
For C servers the functions <CODE>int
oe_prepare_request_decoding(CORBA_Environment *env)</CODE>,
and <CODE>int oe_prepare_reply_encoding(CORBA_Environment
*env)</CODE>, are similarly replaced.<BR>
The new compiler option <CODE>{user_protocol, Prefix}</CODE> has
been added.
<BR>
Own Id: OTP-4834
<BR>
</LI>
</UL>
<A NAME="1.9"><!-- Empty --></A>
<H3>1.9 IC 4.2.3</H3>
<A NAME="1.9.1"><!-- Empty --></A>
<H4>1.9.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
In generated code for the C server back-end, the naming scope
was in error for prototypes in C header files for interfaces
inheriting base interfaces.<BR>
Own Id: OTP-4881<BR>
</LI>
</UL>
<A NAME="1.10"><!-- Empty --></A>
<H3>1.10 IC 4.2.2</H3>
<A NAME="1.10.1"><!-- Empty --></A>
<H4>1.10.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
IDL long long and unsigned long long could not
be used in a struct for the Java backend.<BR>
All unsigned integer types for the Java backend
had broken marshalling for large values.<BR>
Own Id: OTP-4763<BR>
</LI>
</UL>
<A NAME="1.11"><!-- Empty --></A>
<H3>1.11 IC 4.2.1</H3>
<A NAME="1.11.1"><!-- Empty --></A>
<H4>1.11.1 Fixed Bugs and Malfunctions</H4>
<P>
<UL>
<LI>
A scoping problem (IC could not find typedefs contained
inherited interfaces) in the C-backend solved.<BR>
Own Id: OTP-4758<BR>
</LI>
</UL>
<A NAME="1.12"><!-- Empty --></A>
<H3>1.12 IC 4.2</H3>
<A NAME="1.12.1"><!-- Empty --></A>
<H4>1.12.1 Improvements and New Features</H4>
<P>
<UL>
<LI>
The CORBA stub/skeleton-files generated by IC have been improved,
i.e., depending on the IDL-files, reduced the size of the
erl- and beam-files and decreased dependencies off Orber's
Interface Repository. It is necessary to re-compile all IDL-files
and use COS-applications, including Orber, compiled with
IC-4.2.
<BR>
Own Id: OTP-4576<BR>
</LI>
</UL>
<CENTER>
<HR>
<SMALL>
Copyright © 1991-2006
<A HREF="http://www.erlang.se">Ericsson AB</A><BR>
</SMALL>
</CENTER>
</BODY>
</HTML>
|