source: rtems/c/src/lib/libbsp/i386/ts_386ex/tools/network_ada/adasockets/NEWS @ 2490f92

Last change on this file since 2490f92 was 1d4048b2, checked in by Joel Sherrill <joel.sherrill@…>, on 08/11/99 at 23:45:57

Patch from Tony R. Ambardar <tonya@…>:

I'm attaching a big patch for the ts_386ex BSP which adds and includes
the following:

1) Conversion to ELF format + minor code cleanups + documentation.

2) An Ada95 binding to FreeBSD sockets, based on Samuel Tardieu's

adasockets-0.1.3 package. This includes some sample applications.

3) Some Ada and C interfaces to add serial-port debugging to

programs. Comes with examples, too; the Ada one shows how
transparent adding the support can be. Note that Rosimildo sent me
the original C code.

The network stuff is not BSP specific, and could be added to your Ada
code collection. The debugging stuff is specific to the i386. Right
now, everything sits in my "tools" directory.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1-*- outline -*-
2
3* New in AdaSockets 0.1.3
4
5** Support for IP multicast
6
7The package Sockets.Multicast can be used to create Multicast
8interfaces on machine that support it.
9
10** Interface changes
11
12Some functions have been transformed into procedures to ease the
13addition of multicast sockets.
14
15** New example
16
17The multi example can be used as both a multicast sender and receiver.
18
19* New in AdaSockets 0.1.2
20
21** Warning suppressed
22
23Some versions of GNAT were detecting incorrectly a missing raise in
24some cases. Signaled by Nicolas Ollinger <Nicolas.Ollinger@ens-lyon.fr>.
25
26** New example
27
28A listener example which is only a server has been added to avoid any
29confusion between clients and servers. Suggestion by Scott Moody
30<scott@plato.ds.boeing.com>.
31
32* New in AdaSockets 0.1.1
33
34** `aux' -> `support'
35
36The subdirectory `aux' in the distribution has been renamed into
37`support' to avoid a name clash on Windows NT with the standard
38peripherical `aux'. Suggestion from Juanma Barranquero
39<barranquero@laley-actualidad.es>.
40
41** Better error messages
42
43Exception raised during the connection now have messages in many cases
44explaining why the connexion could not be made.
Note: See TracBrowser for help on using the repository browser.