source: rtems/cpukit/librpc/ChangeLog @ 07347cb

4.104.114.84.95
Last change on this file since 07347cb was 07347cb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/04 at 17:48:16

2004-01-07 Ralf Corsepius <corsepiu@…>

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