source: rtems/cpukit/librpc/ChangeLog @ 42e768c

4.104.114.84.95
Last change on this file since 42e768c was e5fc1df, checked in by Joel Sherrill <joel.sherrill@…>, on 08/20/02 at 15:56:25

2002-08-20 Joel Sherrill <joel@…>

  • src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h> to avoid warning on ntohl().
  • Property mode set to 100644
File size: 4.6 KB
Line 
12002-08-20      Joel Sherrill <joel@OARcorp.com>
2
3        * src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h>
4        to avoid warning on ntohl().
5
62002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * src/rpc/rtems_portmapper.c: include <stdlib.h> (Get rid of gcc31
9        warnings about abort/exit).
10
112002-08-06      Joel Sherrill <joel@OARcorp.com>
12
13        * configure.ac: or32 does not currently support librpc.
14
152002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am.
18        * include/Makefile.am: Merge include/rpc/Makefile.am.
19        Merge include/rpcsvc/Makefile.am.
20        * include/rpc/Makefile.am: Remove.
21        * include/rpcsvc/Makefile.am: Remove.
22        * src/rpc/PSD.doc/Makefile.am: Remove.
23        * configure.ac: Remove duplicate AC_PROG_RANLIB.
24        Remove include/rpc/Makefile.
25        Remove include/rpcsvc/Makefile.
26        Remove src/rpc/PSD.doc/Makefile.
27
282002-07-23      Joel Sherrill <joel@OARcorp.com>
29
30        * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
31
322002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
36
372002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * src/xdr/Makefile.am: Eliminate LIBNAME.
40        * src/rpc/Makefile.am: Eliminate LIBNAME.
41
422002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: RTEMS_TOP(../..).
45
462002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Remove RTEMS_PROJECT_ROOT.
49
502002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
53        Add AC_PROG_RANLIB.
54
552002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: RTEMS_TOP(../../../..).
58        AC_CONFIG_AUX_DIR(../../../..).
59        Remove RTEMS_CANONICAL_HOST.
60        Use RTEMS_ENV_RTEMSCPU.
61        Add AC_PROG_RANLIB.
62        * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
63        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
64        * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
65        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
66        ACLOCAL_AMFLAGS = -I ../aclocal.
67        * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
68        * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
69        * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
70        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
71
722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac:
75        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
76        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
77        * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
85
862001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
89        * configure.in: Remove.
90        * configure.ac: New file, generated from configure.in by autoupdate.
91
922001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
95
962001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
99        H_FILES.
100
1012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
104
1052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
108
1092000-10-30      Joel Sherrill <joel@OARcorp.com>
110
111        * POSIX include files merged into newlib.  This resulted in
112        some definitions moving to other files and thus some secondary
113        effects in RTEMS source code.
114        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
115        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
116        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
117        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
118        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
119        Use of _read, _write, and _close as macros conflicted with
120        newlib's use of these as routine names.  They were renamed to
121        include "_RPC_" prefix.
122
1232000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
126        Switch to GNU canonicalization.
127
1282000-09-22      Joel Sherrill <joel@OARcorp.com>
129
130        * src/xdr/xdr_float.c: Added A29K support.
131
1322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
135
1362000-08-10      Joel Sherrill <joel@OARcorp.com>
137
138        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.