source: rtems/cpukit/librpc/ChangeLog @ 705a0701

4.104.114.84.95
Last change on this file since 705a0701 was 705a0701, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/05/02 at 15:55:09

2002-07-05 Ralf Corsepius <corsepiu@…>

  • configure.ac: RTEMS_TOP(../..).
  • Property mode set to 100644
File size: 3.3 KB
Line 
12002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: RTEMS_TOP(../..).
4
52002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove RTEMS_PROJECT_ROOT.
8
92002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
12        Add AC_PROG_RANLIB.
13
142002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: RTEMS_TOP(../../../..).
17        AC_CONFIG_AUX_DIR(../../../..).
18        Remove RTEMS_CANONICAL_HOST.
19        Use RTEMS_ENV_RTEMSCPU.
20        Add AC_PROG_RANLIB.
21        * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
22        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
23        * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
24        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
25        ACLOCAL_AMFLAGS = -I ../aclocal.
26        * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
27        * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
28        * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
29        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
30
312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac:
34        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
35        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
36        * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
44
452001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
48        * configure.in: Remove.
49        * configure.ac: New file, generated from configure.in by autoupdate.
50
512001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
54
552001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
58        H_FILES.
59
602000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
63
642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
67
682000-10-30      Joel Sherrill <joel@OARcorp.com>
69
70        * POSIX include files merged into newlib.  This resulted in
71        some definitions moving to other files and thus some secondary
72        effects in RTEMS source code.
73        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
74        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
75        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
76        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
77        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
78        Use of _read, _write, and _close as macros conflicted with
79        newlib's use of these as routine names.  They were renamed to
80        include "_RPC_" prefix.
81
822000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
85        Switch to GNU canonicalization.
86
872000-09-22      Joel Sherrill <joel@OARcorp.com>
88
89        * src/xdr/xdr_float.c: Added A29K support.
90
912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
94
952000-08-10      Joel Sherrill <joel@OARcorp.com>
96
97        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.