RE: Deprecated glib functions.
- From: Mark McLoughlin <mark skynet ie>
- To: Shivram U <shivaram upadhyayula wipro com>
- Cc: <orbit-list gnome org>
- Subject: RE: Deprecated glib functions.
- Date: Mon, 4 Feb 2002 14:45:01 +0000 (GMT)
Hi,
On Mon, 4 Feb 2002, Shivram U wrote:
> Hi Mark,
> Attached the patch with the mail.
> The patches are for the following source directories.
> 1. libIDL-diff - libIDL/
> 2. ORBit2-idl-compiler-diff - ORBit2/src/idl-complier
> 3. ORBit-orb-core-diff - ORBit2/orb/orb-core/
Great stuff :-). I've committed the patches with ChangeLogs.
Just one comment ...
--- libIDL/util.h Wed Aug 2 23:08:55 2000
+++ Ported/libIDL/util.h Mon Feb 4 07:10:04 2002
@@ -97,6 +97,7 @@
extern void __IDL_lex_init (void);
extern void __IDL_lex_cleanup (void);
+extern int __IDL_lex (void);
What's this for? I haven't committed this.
Cheers,
Mark.
2002-02-04 Shivram U <shivaram.upadhyayula@wipro.com>
reviewed by: Mark McLoughlin <mark@skynet.ie>
* src/idl-compiler/orbit-idl-c-demarshal.c:
* src/idl-compiler/orbit-idl-c-marshal.c:
* src/idl-compiler/orbit-idl-c-skelimpl.c:
* src/idl-compiler/orbit-idl-c-stubs.c:
* src/idl-compiler/orbit-idl-c-typecode.c:
* src/idl-compiler/orbit-idl-c-utils.c:
* src/idl-compiler/orbit-idl-utils.c:
* src/orb/orb-core/corba-object.c:
Remove deprecated glib functions.
s/g_string_sprintf/g_string_printf/
s/g_string_sprintfa/g_string_append_printf/
s/g_main_iteration/g_main_context_iteration/.
2002-02-04 Shivram U <shivaram.upadhyayula@wipro.com>
reviewed by: Mark McLoughlin <mark@skynet.ie>
* parser.y:
* util.c: remove deprecated glib functions.
s/g_string_sprintf/g_string_printf/ and
s/g_strcasecmp/g_ascii_strcasecmp/.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]