22 Apr 01:02
AdaSockets 1.8.5 is released
From: Samuel Tardieu <sam <at> rfc1149.net>
Subject: AdaSockets 1.8.5 is released
Newsgroups: gmane.comp.lang.ada.sockets
Date: 2007-04-21 23:03:17 GMT
Subject: AdaSockets 1.8.5 is released
Newsgroups: gmane.comp.lang.ada.sockets
Date: 2007-04-21 23:03:17 GMT
You can get it from the usual location: http://www.rfc1149.net/devel/adasockets Here are the changes since 1.8.5. Thanks to Karl A. Nyberg for helping prepare this release. * New in AdaSockets 1.8.5 Fix locking race condition in naming routines. Bug found and fix sent by Dmitriy Anisimkov <anisimkov <at> ada-ru.org>. Allow explicit interface selection for multicast sockets. Patch sent by Guillaume Foliard <guifo <at> wanadoo.fr>. Use inet_aton instead of inet_addr. Patch sent by Guillaume Foliard <guifo <at> wanadoo.fr>. Use -lresolv on Solaris for inet_aton. Update build process with latest autotools. Use stdlib.h and string.h in constants.c when appropriate. -- -- Samuel Tardieu -- sam <at> rfc1149.net -- http://www.rfc1149.net/ _______________________________________________ AdaSockets mailing list AdaSockets <at> lists.rfc1149.net http://lists.rfc1149.net/mailman/listinfo/adasockets(Continue reading)
)
> * New in AdaSockets 1.8.5
>
> Use inet_aton instead of inet_addr. Patch sent by Guillaume Foliard
> <guifo <at> wanadoo.fr>.
Why ? What's the interest in inet_aton in comparison with inet_addr ?
RSS Feed