source: rtems/cpukit/librpc/ChangeLog @ 5c8b6b6

4.104.114.84.95
Last change on this file since 5c8b6b6 was f8cb04a5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:04:36

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

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-20      Joel Sherrill <joel@OARcorp.com>
8
9        * src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h>
10        to avoid warning on ntohl().
11
122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * src/rpc/rtems_portmapper.c: include <stdlib.h> (Get rid of gcc31
15        warnings about abort/exit).
16
172002-08-06      Joel Sherrill <joel@OARcorp.com>
18
19        * configure.ac: or32 does not currently support librpc.
20
212002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am.
24        * include/Makefile.am: Merge include/rpc/Makefile.am.
25        Merge include/rpcsvc/Makefile.am.
26        * include/rpc/Makefile.am: Remove.
27        * include/rpcsvc/Makefile.am: Remove.
28        * src/rpc/PSD.doc/Makefile.am: Remove.
29        * configure.ac: Remove duplicate AC_PROG_RANLIB.
30        Remove include/rpc/Makefile.
31        Remove include/rpcsvc/Makefile.
32        Remove src/rpc/PSD.doc/Makefile.
33
342002-07-23      Joel Sherrill <joel@OARcorp.com>
35
36        * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
37
382002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
41        * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
42
432002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * src/xdr/Makefile.am: Eliminate LIBNAME.
46        * src/rpc/Makefile.am: Eliminate LIBNAME.
47
482002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: RTEMS_TOP(../..).
51
522002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Remove RTEMS_PROJECT_ROOT.
55
562002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
59        Add AC_PROG_RANLIB.
60
612002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: RTEMS_TOP(../../../..).
64        AC_CONFIG_AUX_DIR(../../../..).
65        Remove RTEMS_CANONICAL_HOST.
66        Use RTEMS_ENV_RTEMSCPU.
67        Add AC_PROG_RANLIB.
68        * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
69        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
70        * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
71        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
72        ACLOCAL_AMFLAGS = -I ../aclocal.
73        * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
74        * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
75        * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
76        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
77
782002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac:
81        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
82        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
83        * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
91
922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
95        * configure.in: Remove.
96        * configure.ac: New file, generated from configure.in by autoupdate.
97
982001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
101
1022001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
105        H_FILES.
106
1072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
110
1112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
114
1152000-10-30      Joel Sherrill <joel@OARcorp.com>
116
117        * POSIX include files merged into newlib.  This resulted in
118        some definitions moving to other files and thus some secondary
119        effects in RTEMS source code.
120        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
121        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
122        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
123        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
124        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
125        Use of _read, _write, and _close as macros conflicted with
126        newlib's use of these as routine names.  They were renamed to
127        include "_RPC_" prefix.
128
1292000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
132        Switch to GNU canonicalization.
133
1342000-09-22      Joel Sherrill <joel@OARcorp.com>
135
136        * src/xdr/xdr_float.c: Added A29K support.
137
1382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
141
1422000-08-10      Joel Sherrill <joel@OARcorp.com>
143
144        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.