source: rtems/cpukit/librpc/ChangeLog @ 27a7805

4.104.114.84.95
Last change on this file since 27a7805 was 27a7805, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/03 at 07:49:21

2003-09-24 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in include/Makefile.am.
  • include/Makefile.am: Remove.
  • Property mode set to 100644
File size: 5.9 KB
Line 
12003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in include/Makefile.am.
4        * include/Makefile.am: Remove.
5
62003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove (Merged-in into ../configure.ac)
9        * Makefile.am, include/Makefile.am, src/Makefile.am,
10        src/rpc/Makefile.am, src/xdr/Makefile.am:
11         Reflect having merged configure.ac into ../configure.ac.
12
132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
16
172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: AC_PREREQ(2.57).
20
212002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Fix package name.
24
252002-11-04      Joel Sherrill <joel@OARcorp.com>
26
27        * src/rpc/pmap_rmt.c: Removed warnings.
28
292002-10-31      Joel Sherrill <joel@OARcorp.com>
30
31        * src/rpc/svc_run.c: Remove warning.
32
332002-10-28      Joel Sherrill <joel@OARcorp.com>
34
35        * src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c,
36        src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h>
37        to eliminate warning.
38        * src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate
39        warning.
40
412002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
44
452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * .cvsignore: Reformat.
48        Add autom4te*cache.
49        Remove autom4te.cache.
50
512002-08-20      Joel Sherrill <joel@OARcorp.com>
52
53        * src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h>
54        to avoid warning on ntohl().
55
562002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * src/rpc/rtems_portmapper.c: include <stdlib.h> (Get rid of gcc31
59        warnings about abort/exit).
60
612002-08-06      Joel Sherrill <joel@OARcorp.com>
62
63        * configure.ac: or32 does not currently support librpc.
64
652002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am.
68        * include/Makefile.am: Merge include/rpc/Makefile.am.
69        Merge include/rpcsvc/Makefile.am.
70        * include/rpc/Makefile.am: Remove.
71        * include/rpcsvc/Makefile.am: Remove.
72        * src/rpc/PSD.doc/Makefile.am: Remove.
73        * configure.ac: Remove duplicate AC_PROG_RANLIB.
74        Remove include/rpc/Makefile.
75        Remove include/rpcsvc/Makefile.
76        Remove src/rpc/PSD.doc/Makefile.
77
782002-07-23      Joel Sherrill <joel@OARcorp.com>
79
80        * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
81
822002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
86
872002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * src/xdr/Makefile.am: Eliminate LIBNAME.
90        * src/rpc/Makefile.am: Eliminate LIBNAME.
91
922002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: RTEMS_TOP(../..).
95
962002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Remove RTEMS_PROJECT_ROOT.
99
1002002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
103        Add AC_PROG_RANLIB.
104
1052002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: RTEMS_TOP(../../../..).
108        AC_CONFIG_AUX_DIR(../../../..).
109        Remove RTEMS_CANONICAL_HOST.
110        Use RTEMS_ENV_RTEMSCPU.
111        Add AC_PROG_RANLIB.
112        * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
113        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
114        * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
115        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
116        ACLOCAL_AMFLAGS = -I ../aclocal.
117        * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
118        * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
119        * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
120        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
121
1222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac:
125        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
126        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
127        * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
135
1362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
139        * configure.in: Remove.
140        * configure.ac: New file, generated from configure.in by autoupdate.
141
1422001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
145
1462001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
149        H_FILES.
150
1512000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
154
1552000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
158
1592000-10-30      Joel Sherrill <joel@OARcorp.com>
160
161        * POSIX include files merged into newlib.  This resulted in
162        some definitions moving to other files and thus some secondary
163        effects in RTEMS source code.
164        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
165        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
166        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
167        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
168        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
169        Use of _read, _write, and _close as macros conflicted with
170        newlib's use of these as routine names.  They were renamed to
171        include "_RPC_" prefix.
172
1732000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
176        Switch to GNU canonicalization.
177
1782000-09-22      Joel Sherrill <joel@OARcorp.com>
179
180        * src/xdr/xdr_float.c: Added A29K support.
181
1822000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
185
1862000-08-10      Joel Sherrill <joel@OARcorp.com>
187
188        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.