source: rtems/cpukit/librpc/ChangeLog @ f6e7123d

4.104.114.84.95
Last change on this file since f6e7123d was f6e7123d, checked in by Joel Sherrill <joel.sherrill@…>, on 07/23/02 at 21:06:24

2002-07-23 Joel Sherrill <joel@…>

  • src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
  • Property mode set to 100644
File size: 3.7 KB
Line 
12002-07-23      Joel Sherrill <joel@OARcorp.com>
2
3        * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
4
52002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
9
102002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * src/xdr/Makefile.am: Eliminate LIBNAME.
13        * src/rpc/Makefile.am: Eliminate LIBNAME.
14
152002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: RTEMS_TOP(../..).
18
192002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Remove RTEMS_PROJECT_ROOT.
22
232002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
26        Add AC_PROG_RANLIB.
27
282002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: RTEMS_TOP(../../../..).
31        AC_CONFIG_AUX_DIR(../../../..).
32        Remove RTEMS_CANONICAL_HOST.
33        Use RTEMS_ENV_RTEMSCPU.
34        Add AC_PROG_RANLIB.
35        * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
36        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
37        * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
38        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
39        ACLOCAL_AMFLAGS = -I ../aclocal.
40        * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
41        * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
42        * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
43        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
44
452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac:
48        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
49        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
50        * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
58
592001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
62        * configure.in: Remove.
63        * configure.ac: New file, generated from configure.in by autoupdate.
64
652001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
68
692001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
72        H_FILES.
73
742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
77
782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
81
822000-10-30      Joel Sherrill <joel@OARcorp.com>
83
84        * POSIX include files merged into newlib.  This resulted in
85        some definitions moving to other files and thus some secondary
86        effects in RTEMS source code.
87        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
88        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
89        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
90        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
91        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
92        Use of _read, _write, and _close as macros conflicted with
93        newlib's use of these as routine names.  They were renamed to
94        include "_RPC_" prefix.
95
962000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
99        Switch to GNU canonicalization.
100
1012000-09-22      Joel Sherrill <joel@OARcorp.com>
102
103        * src/xdr/xdr_float.c: Added A29K support.
104
1052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
108
1092000-08-10      Joel Sherrill <joel@OARcorp.com>
110
111        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.