source: rtems/cpukit/librpc/ChangeLog @ 69a6204c

4.104.114.84.95
Last change on this file since 69a6204c was 69a6204c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/27/03 at 14:29:34

2003-11-27 Ralf Corsepius <corsepiu@…>

  • src/rpc/Makefile.am, src/xdr/Makefile.am, src/Makefile.am: Removed.
  • Makefile.am: Merge-in src/rpc/Makefile.am, src/xdr/Makefile.am, src/Makefile.am. Various fixes. Reformat.
  • Property mode set to 100644
File size: 6.9 KB
Line 
12003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * src/rpc/Makefile.am, src/xdr/Makefile.am, src/Makefile.am:
4        Removed.
5        * Makefile.am: Merge-in src/rpc/Makefile.am, src/xdr/Makefile.am,
6        src/Makefile.am.
7        Various fixes. Reformat.
8
92003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * include/rpc/rpc.hinclude/rpc/rpc.h: Rename struct
12        rtems_rpc_task_variables into struct _rtems_rpc_task_variables
13        (Avoid symbol conflict between struct and variable).
14        struct _rtems_rpc_task_variables *rtems_rpc_task_variables;
15        Reflect changes above.
16        * src/rpc/clnt_perror.c, src/rpc/clnt_raw.c, src/rpc/clnt_simple.c,
17        src/rpc/rpcdname.c, src/rpc/rtems_rpc.c, src/rpc/svc.c,
18        src/rpc/svc_auth.c, src/rpc/svc_raw.c, src/rpc/svc_simple.c:
19        Reflect changes above.
20
212003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * src/rpc/Makefile.am: Remove __P from AM_CPPFLAGS.
24        Rely on sys/cdefs.h providing it.
25        * src/xdr/Makefile.am: Remove __P from AM_CPPFLAGS.
26        Rely on sys/cdefs.h providing it.
27
282003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Merge-in include/Makefile.am.
31        * include/Makefile.am: Remove.
32
332003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Remove (Merged-in into ../configure.ac)
36        * Makefile.am, include/Makefile.am, src/Makefile.am,
37        src/rpc/Makefile.am, src/xdr/Makefile.am:
38         Reflect having merged configure.ac into ../configure.ac.
39
402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
43
442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: AC_PREREQ(2.57).
47
482002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Fix package name.
51
522002-11-04      Joel Sherrill <joel@OARcorp.com>
53
54        * src/rpc/pmap_rmt.c: Removed warnings.
55
562002-10-31      Joel Sherrill <joel@OARcorp.com>
57
58        * src/rpc/svc_run.c: Remove warning.
59
602002-10-28      Joel Sherrill <joel@OARcorp.com>
61
62        * src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c,
63        src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h>
64        to eliminate warning.
65        * src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate
66        warning.
67
682002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
71
722002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * .cvsignore: Reformat.
75        Add autom4te*cache.
76        Remove autom4te.cache.
77
782002-08-20      Joel Sherrill <joel@OARcorp.com>
79
80        * src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h>
81        to avoid warning on ntohl().
82
832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * src/rpc/rtems_portmapper.c: include <stdlib.h> (Get rid of gcc31
86        warnings about abort/exit).
87
882002-08-06      Joel Sherrill <joel@OARcorp.com>
89
90        * configure.ac: or32 does not currently support librpc.
91
922002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am.
95        * include/Makefile.am: Merge include/rpc/Makefile.am.
96        Merge include/rpcsvc/Makefile.am.
97        * include/rpc/Makefile.am: Remove.
98        * include/rpcsvc/Makefile.am: Remove.
99        * src/rpc/PSD.doc/Makefile.am: Remove.
100        * configure.ac: Remove duplicate AC_PROG_RANLIB.
101        Remove include/rpc/Makefile.
102        Remove include/rpcsvc/Makefile.
103        Remove src/rpc/PSD.doc/Makefile.
104
1052002-07-23      Joel Sherrill <joel@OARcorp.com>
106
107        * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
108
1092002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
113
1142002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * src/xdr/Makefile.am: Eliminate LIBNAME.
117        * src/rpc/Makefile.am: Eliminate LIBNAME.
118
1192002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: RTEMS_TOP(../..).
122
1232002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Remove RTEMS_PROJECT_ROOT.
126
1272002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
130        Add AC_PROG_RANLIB.
131
1322002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: RTEMS_TOP(../../../..).
135        AC_CONFIG_AUX_DIR(../../../..).
136        Remove RTEMS_CANONICAL_HOST.
137        Use RTEMS_ENV_RTEMSCPU.
138        Add AC_PROG_RANLIB.
139        * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
140        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
141        * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
142        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
143        ACLOCAL_AMFLAGS = -I ../aclocal.
144        * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
145        * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
146        * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
147        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
148
1492002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac:
152        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
153        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
154        * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
162
1632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
166        * configure.in: Remove.
167        * configure.ac: New file, generated from configure.in by autoupdate.
168
1692001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
172
1732001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
176        H_FILES.
177
1782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
181
1822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
185
1862000-10-30      Joel Sherrill <joel@OARcorp.com>
187
188        * POSIX include files merged into newlib.  This resulted in
189        some definitions moving to other files and thus some secondary
190        effects in RTEMS source code.
191        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
192        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
193        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
194        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
195        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
196        Use of _read, _write, and _close as macros conflicted with
197        newlib's use of these as routine names.  They were renamed to
198        include "_RPC_" prefix.
199
2002000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
203        Switch to GNU canonicalization.
204
2052000-09-22      Joel Sherrill <joel@OARcorp.com>
206
207        * src/xdr/xdr_float.c: Added A29K support.
208
2092000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
212
2132000-08-10      Joel Sherrill <joel@OARcorp.com>
214
215        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.