source: rtems/cpukit/librpc/ChangeLog @ d16b2d3

4.104.114.84.95
Last change on this file since d16b2d3 was d16b2d3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/27/03 at 09:35:40

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

  • include/rpc/rpc.hinclude/rpc/rpc.h: Rename struct rtems_rpc_task_variables into struct _rtems_rpc_task_variables (Avoid symbol conflict between struct and variable). struct _rtems_rpc_task_variables *rtems_rpc_task_variables; Reflect changes above.
  • src/rpc/clnt_perror.c, src/rpc/clnt_raw.c, src/rpc/clnt_simple.c, src/rpc/rpcdname.c, src/rpc/rtems_rpc.c, src/rpc/svc.c, src/rpc/svc_auth.c, src/rpc/svc_raw.c, src/rpc/svc_simple.c: Reflect changes above.
  • Property mode set to 100644
File size: 6.6 KB
Line 
12003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * include/rpc/rpc.hinclude/rpc/rpc.h: Rename struct
4        rtems_rpc_task_variables into struct _rtems_rpc_task_variables
5        (Avoid symbol conflict between struct and variable).
6        struct _rtems_rpc_task_variables *rtems_rpc_task_variables;
7        Reflect changes above.
8        * src/rpc/clnt_perror.c, src/rpc/clnt_raw.c, src/rpc/clnt_simple.c,
9        src/rpc/rpcdname.c, src/rpc/rtems_rpc.c, src/rpc/svc.c,
10        src/rpc/svc_auth.c, src/rpc/svc_raw.c, src/rpc/svc_simple.c:
11        Reflect changes above.
12
132003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * src/rpc/Makefile.am: Remove __P from AM_CPPFLAGS.
16        Rely on sys/cdefs.h providing it.
17        * src/xdr/Makefile.am: Remove __P from AM_CPPFLAGS.
18        Rely on sys/cdefs.h providing it.
19
202003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Merge-in include/Makefile.am.
23        * include/Makefile.am: Remove.
24
252003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Remove (Merged-in into ../configure.ac)
28        * Makefile.am, include/Makefile.am, src/Makefile.am,
29        src/rpc/Makefile.am, src/xdr/Makefile.am:
30         Reflect having merged configure.ac into ../configure.ac.
31
322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
35
362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: AC_PREREQ(2.57).
39
402002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Fix package name.
43
442002-11-04      Joel Sherrill <joel@OARcorp.com>
45
46        * src/rpc/pmap_rmt.c: Removed warnings.
47
482002-10-31      Joel Sherrill <joel@OARcorp.com>
49
50        * src/rpc/svc_run.c: Remove warning.
51
522002-10-28      Joel Sherrill <joel@OARcorp.com>
53
54        * src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c,
55        src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h>
56        to eliminate warning.
57        * src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate
58        warning.
59
602002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
63
642002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * .cvsignore: Reformat.
67        Add autom4te*cache.
68        Remove autom4te.cache.
69
702002-08-20      Joel Sherrill <joel@OARcorp.com>
71
72        * src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h>
73        to avoid warning on ntohl().
74
752002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * src/rpc/rtems_portmapper.c: include <stdlib.h> (Get rid of gcc31
78        warnings about abort/exit).
79
802002-08-06      Joel Sherrill <joel@OARcorp.com>
81
82        * configure.ac: or32 does not currently support librpc.
83
842002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am.
87        * include/Makefile.am: Merge include/rpc/Makefile.am.
88        Merge include/rpcsvc/Makefile.am.
89        * include/rpc/Makefile.am: Remove.
90        * include/rpcsvc/Makefile.am: Remove.
91        * src/rpc/PSD.doc/Makefile.am: Remove.
92        * configure.ac: Remove duplicate AC_PROG_RANLIB.
93        Remove include/rpc/Makefile.
94        Remove include/rpcsvc/Makefile.
95        Remove src/rpc/PSD.doc/Makefile.
96
972002-07-23      Joel Sherrill <joel@OARcorp.com>
98
99        * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
100
1012002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
105
1062002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * src/xdr/Makefile.am: Eliminate LIBNAME.
109        * src/rpc/Makefile.am: Eliminate LIBNAME.
110
1112002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: RTEMS_TOP(../..).
114
1152002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Remove RTEMS_PROJECT_ROOT.
118
1192002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
122        Add AC_PROG_RANLIB.
123
1242002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: RTEMS_TOP(../../../..).
127        AC_CONFIG_AUX_DIR(../../../..).
128        Remove RTEMS_CANONICAL_HOST.
129        Use RTEMS_ENV_RTEMSCPU.
130        Add AC_PROG_RANLIB.
131        * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
132        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
133        * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
134        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
135        ACLOCAL_AMFLAGS = -I ../aclocal.
136        * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
137        * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
138        * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
139        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
140
1412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac:
144        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
145        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
146        * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
154
1552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
158        * configure.in: Remove.
159        * configure.ac: New file, generated from configure.in by autoupdate.
160
1612001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
164
1652001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
168        H_FILES.
169
1702000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
173
1742000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
177
1782000-10-30      Joel Sherrill <joel@OARcorp.com>
179
180        * POSIX include files merged into newlib.  This resulted in
181        some definitions moving to other files and thus some secondary
182        effects in RTEMS source code.
183        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
184        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
185        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
186        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
187        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
188        Use of _read, _write, and _close as macros conflicted with
189        newlib's use of these as routine names.  They were renamed to
190        include "_RPC_" prefix.
191
1922000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
195        Switch to GNU canonicalization.
196
1972000-09-22      Joel Sherrill <joel@OARcorp.com>
198
199        * src/xdr/xdr_float.c: Added A29K support.
200
2012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
204
2052000-08-10      Joel Sherrill <joel@OARcorp.com>
206
207        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.