source: rtems/cpukit/librpc/ChangeLog @ 9a87463

4.104.114.84.95
Last change on this file since 9a87463 was 8956e27, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 05:31:43

2004-01-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Re-add dirstamps to PREINSTALL_FILES. Add PREINSTALL_FILES to CLEANFILES.
  • Property mode set to 100644
File size: 7.9 KB
Line 
12004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
4        Add PREINSTALL_FILES to CLEANFILES.
5
62004-01-11  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Include compile.am, again.
9        Put man-pages into EXTRA_DIST to work around automake not
10        distributing conditionally installed *_MANS.
11        Distribute include/rpcsvc.
12
132004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Add libs to CLEANFILES
16        Set lib*_g_a_SOURCES = lib*_a_SOURCES.
17
182004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Build lib*$(LIB_VARIANT).a instead of
21        $(ARCH)/lib*.a.
22
232004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
26
272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
30
312003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Add $(dirstamp) to compilation rules.
34
352003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Add $(dirstamp) to preinstallation rules.
38
392003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * src/rpc/Makefile.am, src/xdr/Makefile.am, src/Makefile.am:
42        Removed.
43        * Makefile.am: Merge-in src/rpc/Makefile.am, src/xdr/Makefile.am,
44        src/Makefile.am.
45        Various fixes. Reformat.
46
472003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * include/rpc/rpc.hinclude/rpc/rpc.h: Rename struct
50        rtems_rpc_task_variables into struct _rtems_rpc_task_variables
51        (Avoid symbol conflict between struct and variable).
52        struct _rtems_rpc_task_variables *rtems_rpc_task_variables;
53        Reflect changes above.
54        * src/rpc/clnt_perror.c, src/rpc/clnt_raw.c, src/rpc/clnt_simple.c,
55        src/rpc/rpcdname.c, src/rpc/rtems_rpc.c, src/rpc/svc.c,
56        src/rpc/svc_auth.c, src/rpc/svc_raw.c, src/rpc/svc_simple.c:
57        Reflect changes above.
58
592003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * src/rpc/Makefile.am: Remove __P from AM_CPPFLAGS.
62        Rely on sys/cdefs.h providing it.
63        * src/xdr/Makefile.am: Remove __P from AM_CPPFLAGS.
64        Rely on sys/cdefs.h providing it.
65
662003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Merge-in include/Makefile.am.
69        * include/Makefile.am: Remove.
70
712003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Remove (Merged-in into ../configure.ac)
74        * Makefile.am, include/Makefile.am, src/Makefile.am,
75        src/rpc/Makefile.am, src/xdr/Makefile.am:
76         Reflect having merged configure.ac into ../configure.ac.
77
782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
81
822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: AC_PREREQ(2.57).
85
862002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Fix package name.
89
902002-11-04      Joel Sherrill <joel@OARcorp.com>
91
92        * src/rpc/pmap_rmt.c: Removed warnings.
93
942002-10-31      Joel Sherrill <joel@OARcorp.com>
95
96        * src/rpc/svc_run.c: Remove warning.
97
982002-10-28      Joel Sherrill <joel@OARcorp.com>
99
100        * src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c,
101        src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h>
102        to eliminate warning.
103        * src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate
104        warning.
105
1062002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
109
1102002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * .cvsignore: Reformat.
113        Add autom4te*cache.
114        Remove autom4te.cache.
115
1162002-08-20      Joel Sherrill <joel@OARcorp.com>
117
118        * src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h>
119        to avoid warning on ntohl().
120
1212002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * src/rpc/rtems_portmapper.c: include <stdlib.h> (Get rid of gcc31
124        warnings about abort/exit).
125
1262002-08-06      Joel Sherrill <joel@OARcorp.com>
127
128        * configure.ac: or32 does not currently support librpc.
129
1302002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am.
133        * include/Makefile.am: Merge include/rpc/Makefile.am.
134        Merge include/rpcsvc/Makefile.am.
135        * include/rpc/Makefile.am: Remove.
136        * include/rpcsvc/Makefile.am: Remove.
137        * src/rpc/PSD.doc/Makefile.am: Remove.
138        * configure.ac: Remove duplicate AC_PROG_RANLIB.
139        Remove include/rpc/Makefile.
140        Remove include/rpcsvc/Makefile.
141        Remove src/rpc/PSD.doc/Makefile.
142
1432002-07-23      Joel Sherrill <joel@OARcorp.com>
144
145        * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
146
1472002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
150        * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
151
1522002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * src/xdr/Makefile.am: Eliminate LIBNAME.
155        * src/rpc/Makefile.am: Eliminate LIBNAME.
156
1572002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: RTEMS_TOP(../..).
160
1612002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Remove RTEMS_PROJECT_ROOT.
164
1652002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
168        Add AC_PROG_RANLIB.
169
1702002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: RTEMS_TOP(../../../..).
173        AC_CONFIG_AUX_DIR(../../../..).
174        Remove RTEMS_CANONICAL_HOST.
175        Use RTEMS_ENV_RTEMSCPU.
176        Add AC_PROG_RANLIB.
177        * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
178        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
179        * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
180        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
181        ACLOCAL_AMFLAGS = -I ../aclocal.
182        * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
183        * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
184        * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
185        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
186
1872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac:
190        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
191        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
192        * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
193        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
194        * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
195        * Makefile.am: Remove AUTOMAKE_OPTIONS.
196        * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
197        * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
198        * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
199        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
200
2012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
204        * configure.in: Remove.
205        * configure.ac: New file, generated from configure.in by autoupdate.
206
2072001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
210
2112001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
214        H_FILES.
215
2162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
219
2202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
223
2242000-10-30      Joel Sherrill <joel@OARcorp.com>
225
226        * POSIX include files merged into newlib.  This resulted in
227        some definitions moving to other files and thus some secondary
228        effects in RTEMS source code.
229        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
230        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
231        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
232        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
233        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
234        Use of _read, _write, and _close as macros conflicted with
235        newlib's use of these as routine names.  They were renamed to
236        include "_RPC_" prefix.
237
2382000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
241        Switch to GNU canonicalization.
242
2432000-09-22      Joel Sherrill <joel@OARcorp.com>
244
245        * src/xdr/xdr_float.c: Added A29K support.
246
2472000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
250
2512000-08-10      Joel Sherrill <joel@OARcorp.com>
252
253        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.