[kaffe] Kaffe CVS: kaffe dalibor

2003-06-24 Thread Kaffe CVS

CVSROOT:/cvs/kaffe
Module name:kaffe
Changes by: dalibor 03/06/24 01:18:01

Modified files:
.  : ChangeLog aclocal.m4 configure herrno.m4 
 in6addr.m4 sockaddrin6.m4 sockinttypes.m4 
config : config.h.in 
include: dummyin6.h 
replace: dummyin6.c getaddrinfo.c 
Removed files:
developers : getaddrinfo-socketinttypes-glibc2.diff 

Log message:
2003-06-24  Dalibor Topic [EMAIL PROTECTED]

* herrno.m4, in6addr.m4, include/dummyin6.h, replace/dummyin6.c,
replace/getaddrinfo.c, replace/memset.c, sockaddrin6.m4,
sockinttypes.m4: updated to getaddrinfo 1.6.

Reported by:  Ito Kazumitsu [EMAIL PROTECTED]


___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-06-24 Thread Dalibor Topic

--- Ito Kazumitsu [EMAIL PROTECTED] wrote:
 
 In message Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be
 compiled on old Linux
 on 03/06/17, Ito Kazumitsu [EMAIL PROTECTED] writes:

 And now
 http://www.sra.co.jp/people/m-kasahr/getaddrinfo/getaddrinfo-1.6.tar.gz
 has been released.  From the release news:

 Dalibor,  could you update the files?

done! thanks for the notice.

cheers,
dalibor topic


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe


Re: [kaffe] #if 0

2003-06-24 Thread Greg Wooledge
Rob Gonzalez ([EMAIL PROTECTED]) wrote:

 In kaffe/kaffevm/exceptions.c, around throwOutOfMemory there is a #if
 0 preprocessing block...what exactly does #if 0 mean?

Everything between #if 0 and #endif (or #else) will be ignored
by the C compiler.  It's a common way to comment out a huge block
of code, even if that block contains /* comments */ of its own.

-- 
Greg Wooledge  |   Truth belongs to everybody.
[EMAIL PROTECTED]  |- The Red Hot Chili Peppers
http://wooledge.org/~greg/ |


pgp0.pgp
Description: PGP signature


Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old Linux

2003-06-24 Thread Ito Kazumitsu

In message Re: [kaffe] libraries/clib/net/InetAddressImpl.c cannot be compiled on old 
Linux
on 03/06/24, Dalibor Topic [EMAIL PROTECTED] writes:

 done! thanks for the notice.

Thank you.

But unfortunately, after ./configure I get:

$ grep in_port_t config/config.h
   `in_port_t'. */
#define in_port_t unsigned unknown

With the original getaddrinfo-1.6,  I get a good definition:

$ grep in_port_t Makefile
DEFS = -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ -DPACKAGE_VERSION=\\ 
-DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STDLIB_H=1 -DHAVE_MEMCPY=1 -DHAVE_MEMSET=1 -Din_port_t=unsigned\ short 
-DH_ERRNO_DECLARED=1 -DHAVE_GETADDRINFO=1 -DHAVE_LIBRESOLV=1 -DHAVE_LIBNSL=1

I think I will study what makes in_port_t unsigned unknown.

___
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe