source: rtems/cpukit/librpc/ChangeLog @ 92b671dd

4.104.114.84.95
Last change on this file since 92b671dd was 92b671dd, checked in by Joel Sherrill <joel.sherrill@…>, on 08/06/02 at 20:18:32

2002-08-06 Joel Sherrill <joel@…>

  • configure.ac: or32 does not currently support librpc.
  • Property mode set to 100644
File size: 4.3 KB
Line 
12002-08-06      Joel Sherrill <joel@OARcorp.com>
2
3        * configure.ac: or32 does not currently support librpc.
4
52002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am.
8        * include/Makefile.am: Merge include/rpc/Makefile.am.
9        Merge include/rpcsvc/Makefile.am.
10        * include/rpc/Makefile.am: Remove.
11        * include/rpcsvc/Makefile.am: Remove.
12        * src/rpc/PSD.doc/Makefile.am: Remove.
13        * configure.ac: Remove duplicate AC_PROG_RANLIB.
14        Remove include/rpc/Makefile.
15        Remove include/rpcsvc/Makefile.
16        Remove src/rpc/PSD.doc/Makefile.
17
182002-07-23      Joel Sherrill <joel@OARcorp.com>
19
20        * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
21
222002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
26
272002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * src/xdr/Makefile.am: Eliminate LIBNAME.
30        * src/rpc/Makefile.am: Eliminate LIBNAME.
31
322002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: RTEMS_TOP(../..).
35
362002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove RTEMS_PROJECT_ROOT.
39
402002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
43        Add AC_PROG_RANLIB.
44
452002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: RTEMS_TOP(../../../..).
48        AC_CONFIG_AUX_DIR(../../../..).
49        Remove RTEMS_CANONICAL_HOST.
50        Use RTEMS_ENV_RTEMSCPU.
51        Add AC_PROG_RANLIB.
52        * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
53        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
54        * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
55        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
56        ACLOCAL_AMFLAGS = -I ../aclocal.
57        * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
58        * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
59        * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
60        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
61
622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac:
65        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
66        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
67        * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
75
762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
79        * configure.in: Remove.
80        * configure.ac: New file, generated from configure.in by autoupdate.
81
822001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
85
862001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
89        H_FILES.
90
912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
94
952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
98
992000-10-30      Joel Sherrill <joel@OARcorp.com>
100
101        * POSIX include files merged into newlib.  This resulted in
102        some definitions moving to other files and thus some secondary
103        effects in RTEMS source code.
104        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
105        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
106        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
107        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
108        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
109        Use of _read, _write, and _close as macros conflicted with
110        newlib's use of these as routine names.  They were renamed to
111        include "_RPC_" prefix.
112
1132000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
116        Switch to GNU canonicalization.
117
1182000-09-22      Joel Sherrill <joel@OARcorp.com>
119
120        * src/xdr/xdr_float.c: Added A29K support.
121
1222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
125
1262000-08-10      Joel Sherrill <joel@OARcorp.com>
127
128        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.