source: rtems/cpukit/librpc/ChangeLog @ 3d1de20

4.104.114.84.95
Last change on this file since 3d1de20 was 3d1de20, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/19/04 at 07:29:05

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

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