source: rtems/cpukit/librpc/ChangeLog @ 53a8958

4.104.114.84.95
Last change on this file since 53a8958 was 53a8958, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 13:39:43

2003-12-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • Property mode set to 100644
File size: 7.2 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
4
52003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Add $(dirstamp) to compilation rules.
8
92003-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Add $(dirstamp) to preinstallation rules.
12
132003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * src/rpc/Makefile.am, src/xdr/Makefile.am, src/Makefile.am:
16        Removed.
17        * Makefile.am: Merge-in src/rpc/Makefile.am, src/xdr/Makefile.am,
18        src/Makefile.am.
19        Various fixes. Reformat.
20
212003-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * include/rpc/rpc.hinclude/rpc/rpc.h: Rename struct
24        rtems_rpc_task_variables into struct _rtems_rpc_task_variables
25        (Avoid symbol conflict between struct and variable).
26        struct _rtems_rpc_task_variables *rtems_rpc_task_variables;
27        Reflect changes above.
28        * src/rpc/clnt_perror.c, src/rpc/clnt_raw.c, src/rpc/clnt_simple.c,
29        src/rpc/rpcdname.c, src/rpc/rtems_rpc.c, src/rpc/svc.c,
30        src/rpc/svc_auth.c, src/rpc/svc_raw.c, src/rpc/svc_simple.c:
31        Reflect changes above.
32
332003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * src/rpc/Makefile.am: Remove __P from AM_CPPFLAGS.
36        Rely on sys/cdefs.h providing it.
37        * src/xdr/Makefile.am: Remove __P from AM_CPPFLAGS.
38        Rely on sys/cdefs.h providing it.
39
402003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Merge-in include/Makefile.am.
43        * include/Makefile.am: Remove.
44
452003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Remove (Merged-in into ../configure.ac)
48        * Makefile.am, include/Makefile.am, src/Makefile.am,
49        src/rpc/Makefile.am, src/xdr/Makefile.am:
50         Reflect having merged configure.ac into ../configure.ac.
51
522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
55
562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AC_PREREQ(2.57).
59
602002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Fix package name.
63
642002-11-04      Joel Sherrill <joel@OARcorp.com>
65
66        * src/rpc/pmap_rmt.c: Removed warnings.
67
682002-10-31      Joel Sherrill <joel@OARcorp.com>
69
70        * src/rpc/svc_run.c: Remove warning.
71
722002-10-28      Joel Sherrill <joel@OARcorp.com>
73
74        * src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/pmap_rmt.c,
75        src/rpc/rtime.c, src/rpc/svc_tcp.c: Add include of <sys/select.h>
76        to eliminate warning.
77        * src/rpc/rpcdname.c: Add prototype of getdomainname() to eliminate
78        warning.
79
802002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
83
842002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * .cvsignore: Reformat.
87        Add autom4te*cache.
88        Remove autom4te.cache.
89
902002-08-20      Joel Sherrill <joel@OARcorp.com>
91
92        * src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h>
93        to avoid warning on ntohl().
94
952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * src/rpc/rtems_portmapper.c: include <stdlib.h> (Get rid of gcc31
98        warnings about abort/exit).
99
1002002-08-06      Joel Sherrill <joel@OARcorp.com>
101
102        * configure.ac: or32 does not currently support librpc.
103
1042002-07-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am.
107        * include/Makefile.am: Merge include/rpc/Makefile.am.
108        Merge include/rpcsvc/Makefile.am.
109        * include/rpc/Makefile.am: Remove.
110        * include/rpcsvc/Makefile.am: Remove.
111        * src/rpc/PSD.doc/Makefile.am: Remove.
112        * configure.ac: Remove duplicate AC_PROG_RANLIB.
113        Remove include/rpc/Makefile.
114        Remove include/rpcsvc/Makefile.
115        Remove src/rpc/PSD.doc/Makefile.
116
1172002-07-23      Joel Sherrill <joel@OARcorp.com>
118
119        * src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
120
1212002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
124        * src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
125
1262002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * src/xdr/Makefile.am: Eliminate LIBNAME.
129        * src/rpc/Makefile.am: Eliminate LIBNAME.
130
1312002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: RTEMS_TOP(../..).
134
1352002-07-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Remove RTEMS_PROJECT_ROOT.
138
1392002-06-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Use AC_CONFIG_AUX_DIR(../..).
142        Add AC_PROG_RANLIB.
143
1442002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: RTEMS_TOP(../../../..).
147        AC_CONFIG_AUX_DIR(../../../..).
148        Remove RTEMS_CANONICAL_HOST.
149        Use RTEMS_ENV_RTEMSCPU.
150        Add AC_PROG_RANLIB.
151        * include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
152        * include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
153        * include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
154        * Makefile.am: Include $(top_srcdir)/../automake/*.am.
155        ACLOCAL_AMFLAGS = -I ../aclocal.
156        * src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
157        * src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
158        * src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
159        * src/Makefile.am: Include $(top_srcdir)/../automake/*.am.
160
1612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac:
164        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
165        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
166        * include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
173        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
174
1752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
178        * configure.in: Remove.
179        * configure.ac: New file, generated from configure.in by autoupdate.
180
1812001-09-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.
184
1852001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * include/rpc/Makefile.am: Apply include_*HEADERS instead of
188        H_FILES.
189
1902000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
193
1942000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
197
1982000-10-30      Joel Sherrill <joel@OARcorp.com>
199
200        * POSIX include files merged into newlib.  This resulted in
201        some definitions moving to other files and thus some secondary
202        effects in RTEMS source code.
203        * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
204        src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
205        src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
206        src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
207        src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
208        Use of _read, _write, and _close as macros conflicted with
209        newlib's use of these as routine names.  They were renamed to
210        include "_RPC_" prefix.
211
2122000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
215        Switch to GNU canonicalization.
216
2172000-09-22      Joel Sherrill <joel@OARcorp.com>
218
219        * src/xdr/xdr_float.c: Added A29K support.
220
2212000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am
224
2252000-08-10      Joel Sherrill <joel@OARcorp.com>
226
227        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.