======================= ORBit2-2.14.5 ==========================
2007-01-11 Kjartan Maraas <
[email protected]>
* configure.in: Remove -std=gnu89 from the compiler flags since it
breaks on some compilers. Closes bug #393329.
2007-01-11 Kjartan Maraas <
[email protected]>
* src/idl/interop/conv_frame.new.idl:
Nuke this file since hasn't been distributed since the dawn of time.
2007-01-09 Tor Lillqvist <
[email protected]>
* src/idl/interop/CONV_FRAME.idl
* src/idl/interop/conv_frame.new.idl: Rename CONV_FRAME.idl to
conv_frame.new.idl. File names that differ only in case prevent
checking out from SVN on Windows. (In CVS there was just a
warning.) The CONV_FRAME.idl file wasn't used anywhere else, so
this should be safe. (conv_frame.idl, on the other hand, is
included from src/orb/orb-core/iop-defs.idl.) Actually, is this
file needed at all? It isn't even distriubted.
2007-01-02 Rodrigo Moya <
[email protected]>
Fixes #328701
* include/orbit/orb-core/corba-orb.h: removed #ifdef ORBIT2_EXTENSIONS
guard.
2006-12-20 Kjartan Maraas <
[email protected]>
* src/idl-compiler/orbit-idl-c-common.c: (cc_output_iargs),
(cc_output_method), (cc_output_base_itypes), (cc_output_itypes):
* src/idl-compiler/orbit-idl-c-typecode.c:
(orbit_output_tcstruct_name), (orbit_output_tcstruct_repo_id):
More constification fixes. Patch from Jody Goldberg. Closes
bug #81892.