source: rtems/c/src/exec/librpc/ChangeLog @ 57cfaad

4.104.114.84.95
Last change on this file since 57cfaad was 57cfaad, checked in by Joel Sherrill <joel.sherrill@…>, on 10/31/00 at 16:39:06

2000-10-30 Joel Sherrill <joel@…>

  • POSIX include files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code.
  • src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c, src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c, src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c, src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c, src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c: Use of _read, _write, and _close as macros conflicted with newlib's use of these as routine names. They were renamed to include "_RPC_" prefix.
  • Property mode set to 100644
File size: 1.1 KB
Line 
12000-10-30      Joel Sherrill <joel@OARcorp.com>
2
3        * POSIX include files merged into newlib.  This resulted in
4        some definitions moving to other files and thus some secondary
5        effects in RTEMS source code.
6        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
7        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
8        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
9        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
10        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
11        Use of _read, _write, and _close as macros conflicted with
12        newlib's use of these as routine names.  They were renamed to
13        include "_RPC_" prefix.
14
152000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
18        Switch to GNU canonicalization.
19
202000-09-22      Joel Sherrill <joel@OARcorp.com>
21
22        * src/xdr/xdr_float.c: Added A29K support.
23
242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
27
282000-08-10      Joel Sherrill <joel@OARcorp.com>
29
30        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.