================================ 2.14.13 ============================ 2008-05-29 Christian Persch * src/idl-compiler/orbit-idl-backend.h: * src/services/imodule/orbit-imodule.h: * include/orbit/util/basic_types.h: Include instead of single headers. Bug #535474. 2008-05-25 Tor Lillqvist * src/orb/poa/poa.c: Include before checking HAVE_UNISTD_H. * src/orb/orbit-init.c * src/orb/poa/poa.c * src/orb/util/genrand.c: Windows does have a getpid() in its C library. It's just declared in and not (which doesn't even exist with MSVC), so include on Windows instead of using a #define getpid() GetCurrentProcessId(). 2008-05-20 Tor Lillqvist Bug 524058 - Patch: fix ORBit2 idl-compiler so it compiles with MSVC. * src/idl-compiler/orbit-idl-c-backend.h * src/idl-compiler/orbit-idl-c-skelimpl.c * src/idl-compiler/orbit-idl-main.c * src/idl-compiler/orbit-idl3-types.h: Patch by Marcelo Vanzin. Remove unnecessary inclusions of . Surround those left with ifdefs. 2008-05-19 Tor Lillqvist Bug 524061 - Patch: fix ORBit2 so it compiles with MSVC. * src/orb/poa/poa.c * src/orb/poa/orbit-adaptor.c * src/orb/orbit-init.c * src/orb/orb-core/orbhttp.c' * src/orb/orb-core/orbit-small.c * util/genrand.c * GIOP/giop-connection.c: Patch by Marcelo Vanzin. Add HAVE_UNISTD_H and HAVE_SYS_TIME_H ifdefs. Define replacements for getpid() and pid_t. 2008-05-08 Tor Lillqvist * src/orb/orb-core/orbit-trace.c (ORBit_trace_value) * src/orb/GIOP/giop.c (giop_thread_free): Re-indent Michael's changes from yesterday. 8-column tab stops are used here. 2008-05-07 Michael Meeks * src/orb/orb-core/orbit-trace.c (ORBit_trace_value): slow down, but substantially improve string printing in debugging, and add ORBIT2_DEBUG_STRMAX for long strings. * src/orb/GIOP/giop.c (giop_thread_free): armour against double thingits; and NULL the giop_main_thread as we free it: from nasty problems having shut-down the 'main' thread in yast, and started doing calls from another non-main thread. 2008-04-24 Jules Colding * test/timeout-client.c (object_ref_from_file): Add terminating null character to IOR string. Furthermore corrected the name of the IOR file. 2008-02-01 Kjartan Maraas * test/poa/poatest-exception.h: Fix warning from gcc 4.3. ========================== 2.14.12 ========================