source: rtems/cpukit/librpc/ChangeLog @ e6135837

4.104.114.84.95
Last change on this file since e6135837 was de48a0ea, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/30/03 at 17:35:46

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

  • Makefile.am: Add $(dirstamp) to compilation rules.
  • Property mode set to 100644
File size: 7.1 KB
Line 
12003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add $(dirstamp) to compilation rules.
4
52003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Add $(dirstamp) to preinstallation rules.
8
92003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * src/rpc/Makefile.am, src/xdr/Makefile.am, src/Makefile.am:
12        Removed.
13        * Makefile.am: Merge-in src/rpc/Makefile.am, src/xdr/Makefile.am,
14        src/Makefile.am.
15        Various fixes. Reformat.
16
172003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * include/rpc/rpc.hinclude/rpc/rpc.h: Rename struct
20        rtems_rpc_task_variables into struct _rtems_rpc_task_variables
21        (Avoid symbol conflict between struct and variable).
22        struct _rtems_rpc_task_variables *rtems_rpc_task_variables;
23        Reflect changes above.
24        * src/rpc/clnt_perror.c, src/rpc/clnt_raw.c, src/rpc/clnt_simple.c,
25        src/rpc/rpcdname.c, src/rpc/rtems_rpc.c, src/rpc/svc.c,
26        src/rpc/svc_auth.c, src/rpc/svc_raw.c, src/rpc/svc_simple.c:
27        Reflect changes above.
28
292003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * src/rpc/Makefile.am: Remove __P from AM_CPPFLAGS.
32        Rely on sys/cdefs.h providing it.
33        * src/xdr/Makefile.am: Remove __P from AM_CPPFLAGS.
34        Rely on sys/cdefs.h providing it.
35
362003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Merge-in include/Makefile.am.
39        * include/Makefile.am: Remove.
40
412003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Remove (Merged-in into ../configure.ac)
44        * Makefile.am, include/Makefile.am, src/Makefile.am,
45        src/rpc/Makefile.am, src/xdr/Makefile.am:
46         Reflect having merged configure.ac into ../configure.ac.
47
482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
51
522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: AC_PREREQ(2.57).
55
562002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Fix package name.
59
602002-11-04      Joel Sherrill <joel@OARcorp.com>
61
62        * src/rpc/pmap_rmt.c: Removed warnings.
63
642002-10-31      Joel Sherrill <joel@OARcorp.com>
65
66        * src/rpc/svc_run.c: Remove warning.
67
682002-10-28      Joel Sherrill <joel@OARcorp.com>
69
70        * src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c,
71        src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h>
72        to eliminate warning.
73        * src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate
74        warning.
75
762002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
79
802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * .cvsignore: Reformat.
83        Add autom4te*cache.
84        Remove autom4te.cache.
85
862002-08-20      Joel Sherrill <joel@OARcorp.com>
87
88        * src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h>
89        to avoid warning on ntohl().
90
912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * src/rpc/rtems_portmapper.c: include <stdlib.h> (Get rid of gcc31
94        warnings about abort/exit).
95
962002-08-06      Joel Sherrill <joel@OARcorp.com>
97
98        * configure.ac: or32 does not currently support librpc.
99
1002002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am.
103        * include/Makefile.am: Merge include/rpc/Makefile.am.
104        Merge include/rpcsvc/Makefile.am.
105        * include/rpc/Makefile.am: Remove.
106        * include/rpcsvc/Makefile.am: Remove.
107        * src/rpc/PSD.doc/Makefile.am: Remove.
108        * configure.ac: Remove duplicate AC_PROG_RANLIB.
109        Remove include/rpc/Makefile.
110        Remove include/rpcsvc/Makefile.
111        Remove src/rpc/PSD.doc/Makefile.
112
1132002-07-23      Joel Sherrill <joel@OARcorp.com>
114
115        * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
116
1172002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
120        * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
121
1222002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * src/xdr/Makefile.am: Eliminate LIBNAME.
125        * src/rpc/Makefile.am: Eliminate LIBNAME.
126
1272002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: RTEMS_TOP(../..).
130
1312002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Remove RTEMS_PROJECT_ROOT.
134
1352002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
138        Add AC_PROG_RANLIB.
139
1402002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: RTEMS_TOP(../../../..).
143        AC_CONFIG_AUX_DIR(../../../..).
144        Remove RTEMS_CANONICAL_HOST.
145        Use RTEMS_ENV_RTEMSCPU.
146        Add AC_PROG_RANLIB.
147        * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
148        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
149        * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
150        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
151        ACLOCAL_AMFLAGS = -I ../aclocal.
152        * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
153        * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
154        * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
155        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
156
1572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac:
160        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
161        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
162        * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
170
1712001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
174        * configure.in: Remove.
175        * configure.ac: New file, generated from configure.in by autoupdate.
176
1772001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
180
1812001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
184        H_FILES.
185
1862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
189
1902000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
193
1942000-10-30      Joel Sherrill <joel@OARcorp.com>
195
196        * POSIX include files merged into newlib.  This resulted in
197        some definitions moving to other files and thus some secondary
198        effects in RTEMS source code.
199        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
200        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
201        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
202        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
203        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
204        Use of _read, _write, and _close as macros conflicted with
205        newlib's use of these as routine names.  They were renamed to
206        include "_RPC_" prefix.
207
2082000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
211        Switch to GNU canonicalization.
212
2132000-09-22      Joel Sherrill <joel@OARcorp.com>
214
215        * src/xdr/xdr_float.c: Added A29K support.
216
2172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
220
2212000-08-10      Joel Sherrill <joel@OARcorp.com>
222
223        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.