source: rtems/cpukit/librpc/ChangeLog @ e312d85

4.104.114.84.95
Last change on this file since e312d85 was e312d85, checked in by Joel Sherrill <joel.sherrill@…>, on 10/31/02 at 20:17:37

2002-10-31 Joel Sherrill <joel@…>

  • src/rpc/svc_run.c: Remove warning.
  • Property mode set to 100644
File size: 5.2 KB
Line 
12002-10-31      Joel Sherrill <joel@OARcorp.com>
2
3        * src/rpc/svc_run.c: Remove warning.
4
52002-10-28      Joel Sherrill <joel@OARcorp.com>
6
7        * src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c,
8        src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h>
9        to eliminate warning.
10        * src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate
11        warning.
12
132002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
16
172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * .cvsignore: Reformat.
20        Add autom4te*cache.
21        Remove autom4te.cache.
22
232002-08-20      Joel Sherrill <joel@OARcorp.com>
24
25        * src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h>
26        to avoid warning on ntohl().
27
282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * src/rpc/rtems_portmapper.c: include <stdlib.h> (Get rid of gcc31
31        warnings about abort/exit).
32
332002-08-06      Joel Sherrill <joel@OARcorp.com>
34
35        * configure.ac: or32 does not currently support librpc.
36
372002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am.
40        * include/Makefile.am: Merge include/rpc/Makefile.am.
41        Merge include/rpcsvc/Makefile.am.
42        * include/rpc/Makefile.am: Remove.
43        * include/rpcsvc/Makefile.am: Remove.
44        * src/rpc/PSD.doc/Makefile.am: Remove.
45        * configure.ac: Remove duplicate AC_PROG_RANLIB.
46        Remove include/rpc/Makefile.
47        Remove include/rpcsvc/Makefile.
48        Remove src/rpc/PSD.doc/Makefile.
49
502002-07-23      Joel Sherrill <joel@OARcorp.com>
51
52        * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
53
542002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
58
592002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * src/xdr/Makefile.am: Eliminate LIBNAME.
62        * src/rpc/Makefile.am: Eliminate LIBNAME.
63
642002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: RTEMS_TOP(../..).
67
682002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Remove RTEMS_PROJECT_ROOT.
71
722002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
75        Add AC_PROG_RANLIB.
76
772002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: RTEMS_TOP(../../../..).
80        AC_CONFIG_AUX_DIR(../../../..).
81        Remove RTEMS_CANONICAL_HOST.
82        Use RTEMS_ENV_RTEMSCPU.
83        Add AC_PROG_RANLIB.
84        * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
85        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
86        * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
87        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
88        ACLOCAL_AMFLAGS = -I ../aclocal.
89        * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
90        * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
91        * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
92        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
93
942002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac:
97        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
98        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
99        * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
107
1082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
111        * configure.in: Remove.
112        * configure.ac: New file, generated from configure.in by autoupdate.
113
1142001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
117
1182001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
121        H_FILES.
122
1232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
126
1272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
130
1312000-10-30      Joel Sherrill <joel@OARcorp.com>
132
133        * POSIX include files merged into newlib.  This resulted in
134        some definitions moving to other files and thus some secondary
135        effects in RTEMS source code.
136        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
137        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
138        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
139        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
140        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
141        Use of _read, _write, and _close as macros conflicted with
142        newlib's use of these as routine names.  They were renamed to
143        include "_RPC_" prefix.
144
1452000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
148        Switch to GNU canonicalization.
149
1502000-09-22      Joel Sherrill <joel@OARcorp.com>
151
152        * src/xdr/xdr_float.c: Added A29K support.
153
1542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
157
1582000-08-10      Joel Sherrill <joel@OARcorp.com>
159
160        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.