source: rtems/cpukit/librpc/ChangeLog @ 7094267

4.104.114.84.95
Last change on this file since 7094267 was 3ad34cad, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/08/03 at 17:02:24

2003-07-08 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove (Merged-in into ../configure.ac)
  • Makefile.am, include/Makefile.am, src/Makefile.am, src/rpc/Makefile.am, src/xdr/Makefile.am: Reflect having merged configure.ac into ../configure.ac.
  • Property mode set to 100644
File size: 5.8 KB
Line 
12003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove (Merged-in into ../configure.ac)
4        * Makefile.am, include/Makefile.am, src/Makefile.am,
5        src/rpc/Makefile.am, src/xdr/Makefile.am:
6         Reflect having merged configure.ac into ../configure.ac.
7
82003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
11
122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: AC_PREREQ(2.57).
15
162002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Fix package name.
19
202002-11-04      Joel Sherrill <joel@OARcorp.com>
21
22        * src/rpc/pmap_rmt.c: Removed warnings.
23
242002-10-31      Joel Sherrill <joel@OARcorp.com>
25
26        * src/rpc/svc_run.c: Remove warning.
27
282002-10-28      Joel Sherrill <joel@OARcorp.com>
29
30        * src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c,
31        src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h>
32        to eliminate warning.
33        * src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate
34        warning.
35
362002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
39
402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * .cvsignore: Reformat.
43        Add autom4te*cache.
44        Remove autom4te.cache.
45
462002-08-20      Joel Sherrill <joel@OARcorp.com>
47
48        * src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h>
49        to avoid warning on ntohl().
50
512002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * src/rpc/rtems_portmapper.c: include <stdlib.h> (Get rid of gcc31
54        warnings about abort/exit).
55
562002-08-06      Joel Sherrill <joel@OARcorp.com>
57
58        * configure.ac: or32 does not currently support librpc.
59
602002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am.
63        * include/Makefile.am: Merge include/rpc/Makefile.am.
64        Merge include/rpcsvc/Makefile.am.
65        * include/rpc/Makefile.am: Remove.
66        * include/rpcsvc/Makefile.am: Remove.
67        * src/rpc/PSD.doc/Makefile.am: Remove.
68        * configure.ac: Remove duplicate AC_PROG_RANLIB.
69        Remove include/rpc/Makefile.
70        Remove include/rpcsvc/Makefile.
71        Remove src/rpc/PSD.doc/Makefile.
72
732002-07-23      Joel Sherrill <joel@OARcorp.com>
74
75        * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
76
772002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
81
822002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * src/xdr/Makefile.am: Eliminate LIBNAME.
85        * src/rpc/Makefile.am: Eliminate LIBNAME.
86
872002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: RTEMS_TOP(../..).
90
912002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Remove RTEMS_PROJECT_ROOT.
94
952002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
98        Add AC_PROG_RANLIB.
99
1002002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: RTEMS_TOP(../../../..).
103        AC_CONFIG_AUX_DIR(../../../..).
104        Remove RTEMS_CANONICAL_HOST.
105        Use RTEMS_ENV_RTEMSCPU.
106        Add AC_PROG_RANLIB.
107        * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
108        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
109        * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
110        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
111        ACLOCAL_AMFLAGS = -I ../aclocal.
112        * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
113        * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
114        * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
115        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
116
1172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac:
120        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
121        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
122        * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
130
1312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
134        * configure.in: Remove.
135        * configure.ac: New file, generated from configure.in by autoupdate.
136
1372001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
140
1412001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
144        H_FILES.
145
1462000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
149
1502000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
153
1542000-10-30      Joel Sherrill <joel@OARcorp.com>
155
156        * POSIX include files merged into newlib.  This resulted in
157        some definitions moving to other files and thus some secondary
158        effects in RTEMS source code.
159        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
160        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
161        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
162        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
163        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
164        Use of _read, _write, and _close as macros conflicted with
165        newlib's use of these as routine names.  They were renamed to
166        include "_RPC_" prefix.
167
1682000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
171        Switch to GNU canonicalization.
172
1732000-09-22      Joel Sherrill <joel@OARcorp.com>
174
175        * src/xdr/xdr_float.c: Added A29K support.
176
1772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
180
1812000-08-10      Joel Sherrill <joel@OARcorp.com>
182
183        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.