OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [librpc/] [ChangeLog] - Blame information for rev 1771

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-08-06      Joel Sherrill 
2
 
3
        * configure.ac: or32 does not currently support librpc.
4
 
5
2002-07-29      Ralf Corsepius 
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
 
18
2002-07-23      Joel Sherrill 
19
 
20
        * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
21
 
22
2002-07-22      Ralf Corsepius 
23
 
24
        * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
25
        * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
26
 
27
2002-07-22      Ralf Corsepius 
28
 
29
        * src/xdr/Makefile.am: Eliminate LIBNAME.
30
        * src/rpc/Makefile.am: Eliminate LIBNAME.
31
 
32
2002-07-05      Ralf Corsepius 
33
 
34
        * configure.ac: RTEMS_TOP(../..).
35
 
36
2002-07-01      Ralf Corsepius 
37
 
38
        * configure.ac: Remove RTEMS_PROJECT_ROOT.
39
 
40
2002-06-27      Ralf Corsepius 
41
 
42
        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
43
        Add AC_PROG_RANLIB.
44
 
45
2002-06-25      Ralf Corsepius 
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
 
62
2002-03-27      Ralf Corsepius 
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
 
76
2001-10-11      Ralf Corsepius 
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
 
82
2001-09-28      Ralf Corsepius 
83
 
84
        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
85
 
86
2001-02-03      Ralf Corsepius 
87
 
88
        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
89
        H_FILES.
90
 
91
2000-11-09      Ralf Corsepius 
92
 
93
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
94
 
95
2000-11-02      Ralf Corsepius 
96
 
97
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
98
 
99
2000-10-30      Joel Sherrill 
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
 
113
2000-10-25      Ralf Corsepius 
114
 
115
        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
116
        Switch to GNU canonicalization.
117
 
118
2000-09-22      Joel Sherrill 
119
 
120
        * src/xdr/xdr_float.c: Added A29K support.
121
 
122
2000-09-04      Ralf Corsepius 
123
 
124
        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
125
 
126
2000-08-10      Joel Sherrill 
127
 
128
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.