source: rtems/cpukit/librpc/ChangeLog @ b71e8d0

4.104.114.84.95
Last change on this file since b71e8d0 was b71e8d0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/09/04 at 18:22:16

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

  • Makefile.am: Add libs to CLEANFILES Set lib*_g_a_SOURCES = lib*_a_SOURCES.
  • Property mode set to 100644
File size: 7.6 KB
Line 
12004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add libs to CLEANFILES
4        Set lib*_g_a_SOURCES = lib*_a_SOURCES.
5
62004-01-08  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Build lib*$(LIB_VARIANT).a instead of
9        $(ARCH)/lib*.a.
10
112004-01-07  Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
14
152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
18
192003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Add $(dirstamp) to compilation rules.
22
232003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Add $(dirstamp) to preinstallation rules.
26
272003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * src/rpc/Makefile.am, src/xdr/Makefile.am, src/Makefile.am:
30        Removed.
31        * Makefile.am: Merge-in src/rpc/Makefile.am, src/xdr/Makefile.am,
32        src/Makefile.am.
33        Various fixes. Reformat.
34
352003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * include/rpc/rpc.hinclude/rpc/rpc.h: Rename struct
38        rtems_rpc_task_variables into struct _rtems_rpc_task_variables
39        (Avoid symbol conflict between struct and variable).
40        struct _rtems_rpc_task_variables *rtems_rpc_task_variables;
41        Reflect changes above.
42        * src/rpc/clnt_perror.c, src/rpc/clnt_raw.c, src/rpc/clnt_simple.c,
43        src/rpc/rpcdname.c, src/rpc/rtems_rpc.c, src/rpc/svc.c,
44        src/rpc/svc_auth.c, src/rpc/svc_raw.c, src/rpc/svc_simple.c:
45        Reflect changes above.
46
472003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * src/rpc/Makefile.am: Remove __P from AM_CPPFLAGS.
50        Rely on sys/cdefs.h providing it.
51        * src/xdr/Makefile.am: Remove __P from AM_CPPFLAGS.
52        Rely on sys/cdefs.h providing it.
53
542003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Merge-in include/Makefile.am.
57        * include/Makefile.am: Remove.
58
592003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Remove (Merged-in into ../configure.ac)
62        * Makefile.am, include/Makefile.am, src/Makefile.am,
63        src/rpc/Makefile.am, src/xdr/Makefile.am:
64         Reflect having merged configure.ac into ../configure.ac.
65
662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
69
702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: AC_PREREQ(2.57).
73
742002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Fix package name.
77
782002-11-04      Joel Sherrill <joel@OARcorp.com>
79
80        * src/rpc/pmap_rmt.c: Removed warnings.
81
822002-10-31      Joel Sherrill <joel@OARcorp.com>
83
84        * src/rpc/svc_run.c: Remove warning.
85
862002-10-28      Joel Sherrill <joel@OARcorp.com>
87
88        * src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c,
89        src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h>
90        to eliminate warning.
91        * src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate
92        warning.
93
942002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
97
982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * .cvsignore: Reformat.
101        Add autom4te*cache.
102        Remove autom4te.cache.
103
1042002-08-20      Joel Sherrill <joel@OARcorp.com>
105
106        * src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h>
107        to avoid warning on ntohl().
108
1092002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * src/rpc/rtems_portmapper.c: include <stdlib.h> (Get rid of gcc31
112        warnings about abort/exit).
113
1142002-08-06      Joel Sherrill <joel@OARcorp.com>
115
116        * configure.ac: or32 does not currently support librpc.
117
1182002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am.
121        * include/Makefile.am: Merge include/rpc/Makefile.am.
122        Merge include/rpcsvc/Makefile.am.
123        * include/rpc/Makefile.am: Remove.
124        * include/rpcsvc/Makefile.am: Remove.
125        * src/rpc/PSD.doc/Makefile.am: Remove.
126        * configure.ac: Remove duplicate AC_PROG_RANLIB.
127        Remove include/rpc/Makefile.
128        Remove include/rpcsvc/Makefile.
129        Remove src/rpc/PSD.doc/Makefile.
130
1312002-07-23      Joel Sherrill <joel@OARcorp.com>
132
133        * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
134
1352002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
138        * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
139
1402002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * src/xdr/Makefile.am: Eliminate LIBNAME.
143        * src/rpc/Makefile.am: Eliminate LIBNAME.
144
1452002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: RTEMS_TOP(../..).
148
1492002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Remove RTEMS_PROJECT_ROOT.
152
1532002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
156        Add AC_PROG_RANLIB.
157
1582002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: RTEMS_TOP(../../../..).
161        AC_CONFIG_AUX_DIR(../../../..).
162        Remove RTEMS_CANONICAL_HOST.
163        Use RTEMS_ENV_RTEMSCPU.
164        Add AC_PROG_RANLIB.
165        * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
166        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
167        * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
168        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
169        ACLOCAL_AMFLAGS = -I ../aclocal.
170        * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
171        * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
172        * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
173        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
174
1752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac:
178        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
179        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
180        * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
185        * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
186        * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
187        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
188
1892001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
192        * configure.in: Remove.
193        * configure.ac: New file, generated from configure.in by autoupdate.
194
1952001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
198
1992001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
202        H_FILES.
203
2042000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
207
2082000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
211
2122000-10-30      Joel Sherrill <joel@OARcorp.com>
213
214        * POSIX include files merged into newlib.  This resulted in
215        some definitions moving to other files and thus some secondary
216        effects in RTEMS source code.
217        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
218        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
219        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
220        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
221        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
222        Use of _read, _write, and _close as macros conflicted with
223        newlib's use of these as routine names.  They were renamed to
224        include "_RPC_" prefix.
225
2262000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
229        Switch to GNU canonicalization.
230
2312000-09-22      Joel Sherrill <joel@OARcorp.com>
232
233        * src/xdr/xdr_float.c: Added A29K support.
234
2352000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
238
2392000-08-10      Joel Sherrill <joel@OARcorp.com>
240
241        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.