source: rtems/cpukit/librpc/ChangeLog @ c9a4da01

4.104.114.84.95
Last change on this file since c9a4da01 was 77469f86, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/03 at 04:01:46

2003-10-21 Ralf Corsepius <corsepiu@…>

  • src/rpc/Makefile.am: Remove P from AM_CPPFLAGS. Rely on sys/cdefs.h providing it.
  • src/xdr/Makefile.am: Remove P from AM_CPPFLAGS. Rely on sys/cdefs.h providing it.
  • Property mode set to 100644
File size: 6.1 KB
Line 
12003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * src/rpc/Makefile.am: Remove __P from AM_CPPFLAGS.
4        Rely on sys/cdefs.h providing it.
5        * src/xdr/Makefile.am: Remove __P from AM_CPPFLAGS.
6        Rely on sys/cdefs.h providing it.
7
82003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * Makefile.am: Merge-in include/Makefile.am.
11        * include/Makefile.am: Remove.
12
132003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Remove (Merged-in into ../configure.ac)
16        * Makefile.am, include/Makefile.am, src/Makefile.am,
17        src/rpc/Makefile.am, src/xdr/Makefile.am:
18         Reflect having merged configure.ac into ../configure.ac.
19
202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
23
242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: AC_PREREQ(2.57).
27
282002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Fix package name.
31
322002-11-04      Joel Sherrill <joel@OARcorp.com>
33
34        * src/rpc/pmap_rmt.c: Removed warnings.
35
362002-10-31      Joel Sherrill <joel@OARcorp.com>
37
38        * src/rpc/svc_run.c: Remove warning.
39
402002-10-28      Joel Sherrill <joel@OARcorp.com>
41
42        * src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c,
43        src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h>
44        to eliminate warning.
45        * src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate
46        warning.
47
482002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
51
522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * .cvsignore: Reformat.
55        Add autom4te*cache.
56        Remove autom4te.cache.
57
582002-08-20      Joel Sherrill <joel@OARcorp.com>
59
60        * src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h>
61        to avoid warning on ntohl().
62
632002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * src/rpc/rtems_portmapper.c: include <stdlib.h> (Get rid of gcc31
66        warnings about abort/exit).
67
682002-08-06      Joel Sherrill <joel@OARcorp.com>
69
70        * configure.ac: or32 does not currently support librpc.
71
722002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am.
75        * include/Makefile.am: Merge include/rpc/Makefile.am.
76        Merge include/rpcsvc/Makefile.am.
77        * include/rpc/Makefile.am: Remove.
78        * include/rpcsvc/Makefile.am: Remove.
79        * src/rpc/PSD.doc/Makefile.am: Remove.
80        * configure.ac: Remove duplicate AC_PROG_RANLIB.
81        Remove include/rpc/Makefile.
82        Remove include/rpcsvc/Makefile.
83        Remove src/rpc/PSD.doc/Makefile.
84
852002-07-23      Joel Sherrill <joel@OARcorp.com>
86
87        * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
88
892002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
92        * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
93
942002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * src/xdr/Makefile.am: Eliminate LIBNAME.
97        * src/rpc/Makefile.am: Eliminate LIBNAME.
98
992002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: RTEMS_TOP(../..).
102
1032002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Remove RTEMS_PROJECT_ROOT.
106
1072002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
110        Add AC_PROG_RANLIB.
111
1122002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: RTEMS_TOP(../../../..).
115        AC_CONFIG_AUX_DIR(../../../..).
116        Remove RTEMS_CANONICAL_HOST.
117        Use RTEMS_ENV_RTEMSCPU.
118        Add AC_PROG_RANLIB.
119        * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
120        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
121        * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
122        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
123        ACLOCAL_AMFLAGS = -I ../aclocal.
124        * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
125        * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
126        * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
127        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
128
1292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac:
132        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
133        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
134        * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
142
1432001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
146        * configure.in: Remove.
147        * configure.ac: New file, generated from configure.in by autoupdate.
148
1492001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
152
1532001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
156        H_FILES.
157
1582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
161
1622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
165
1662000-10-30      Joel Sherrill <joel@OARcorp.com>
167
168        * POSIX include files merged into newlib.  This resulted in
169        some definitions moving to other files and thus some secondary
170        effects in RTEMS source code.
171        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
172        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
173        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
174        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
175        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
176        Use of _read, _write, and _close as macros conflicted with
177        newlib's use of these as routine names.  They were renamed to
178        include "_RPC_" prefix.
179
1802000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
183        Switch to GNU canonicalization.
184
1852000-09-22      Joel Sherrill <joel@OARcorp.com>
186
187        * src/xdr/xdr_float.c: Added A29K support.
188
1892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
192
1932000-08-10      Joel Sherrill <joel@OARcorp.com>
194
195        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.