source: rtems/c/src/ChangeLog @ 6ff0190

Last change on this file since 6ff0190 was 6ff0190, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 19:09:30

2003-09-04 Joel Sherrill <joel@…>

  • support/version.c: URL for license changed.
  • Property mode set to 100644
File size: 9.0 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * support/version.c: URL for license changed.
4
52003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
8
92003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * wrapup/Makefile.am: Add libide.a.
12
132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Remove AC_CONFIG_AUX_DIR.
16
172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Add support/.
20        * support/.cvsignore: New.
21        * support/Makefile.am: New.
22        * support/version.c: New.
23        * wrapup/Makefile.am: Add support/libsupport.a.
24
252003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * wrapup/Makefile.am: Use SRC += instead of make-vars.
28
292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
32
332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: AC_PREREQ(2.57).
36
372003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40
412002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
44        Let all-local: depend on $(LIB).
45
462002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * wrapup/Makefile.am: Remove libmisc.
49
502002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Remove libmisc.
53
542002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
57        Resort cache-checking.
58
592002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
62
632002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
66        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
67        ac_configure_args.
68
692002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
72        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
73
742002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
77        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
78        Fix braino in comment on "exec".
79        Extend --enable-ada handling.
80
812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * .cvsignore: Reformat.
84        Add autom4te*cache.
85        Remove autom4te.cache.
86        * wrapup/.cvsignore: Remove autom4te.cache.
87
882002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
91
922002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Add ada-tests.
95
962002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Add preinstall-stamp.
99
1002002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        Posix-BSP-Hacks:
103        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
104        Pass RTEMS_HOST to make/bsp.mak
105        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
106        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
107
1082002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
111
1122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Add BSP_SUBDIRS.
115        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
116
1172002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
120        Cosmetic cleanups.
121
1222002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
125        ../libchip/serial/$(ARCH)/libserialio.a.
126
1272002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Add rtems_makedir.
130
1312002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Merge wrapup/configure.ac.
134        Cosmetic cleanups.
135        * Makefile.am: Add wrapup-SUBDIR.
136        * wrapup/ChangeLog: Remove.
137        * wrapup/configure.ac: Remove.
138
1392002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
142        creation (Make the bare BSP happy).
143        * configure.ac: Ditto.
144
1452002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Create make/@RTEMS_BSP@.cache.
148        Handle make/custom/*.cfgs.
149        Create make/custom/default.cfg.
150        * configure.ac: Add creation of make/custon/*.cfg.
151        Create make/${RTEMS_BSP}.cache.
152        Read make/${RTEMS_BSP}.cache
153
1542002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Clean $(PROJECT_RELEASE).
157
1582002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * acinclude.m4: Add test "$multilib" != "yes".
161        * config-ml.in: Remove.
162
1632002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * acinclude.m4: Cleanups.
166        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
167        ${srcdir}/exec/.
168        Further adaptations to autoconf >= 2.50.
169
1702002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * acinclude.m4: New.
173        * Makefile.am: Remove tar-installation.
174        Prepend @exec@ to SUBDIRS.
175        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
176        Add RTEMS_ENABLE_MULTIPROCESSING.
177        Add RTEMS_CONFIG_SUBDIR([exec]...).
178
1792002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Remove librpc.
182
1832002-06-25      Joel Sherrill <joel@OARcorp.com>
184
185        * Per PR233, moved librpc to exec.
186        * configure.ac, wrapup/Makefile.am: Modified.
187        * librpc, librpc/ChangeLog: Removed.
188
1892002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
192
1932002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Remove lib.
196
1972002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * config-ml.in: Take out arm and sh variants RTEMS does not support.
200
2012002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac:
204        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
205        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
206        * Makefile.am: Remove AUTOMAKE_OPTIONS.
207
2082002-02-28      Victor V. Vengerov <vvv@oktet.ru>
209
210        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
211        * configure.ac: Modified to reflect addition.
212
2132002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
216        AC_CONFIG_COMMANDS.
217
2182001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
221
2222001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
225        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
226        autoconf-2.52 happy.
227
2282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
231        * configure.in: Remove.
232        * configure.ac: New file, generated from configure.in by autoupdate.
233
2342001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
237
2382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
241
2422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
245
2462000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.in: Switch to GNU-canonicalization.
249        * Makefile.am: Reflect changes to configure.in.
250        * acinclude.m4: Remove.
251
2522000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.in: add lib/libbsp to the GNU canonicalized
255        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
256        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
257        * ChangeLog: Fix typos.
258
2592000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.in: add tests to the GNU canonicalized subdirectories.
262
2632000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
266
2672000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.in: add lib to the GNU canonicalized subdirectories,
270        make the lib directory before configuring lib/.
271
2722000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.in, Makefile.am: add exec to the GNU canonicalized
275        subdirectories.
276
2772000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
280
2812000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.in: add libnetworking, librpc and librdb to the GNU
284        canonicalized subdirectories.
285 
2862000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.in: add libmisc and libchip to the GNU canonicalized
289        subdirectories.
290
2912000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
294        canonicalization to libfs/.
295        The approach is currently a bit of a hack as GNU canonicalization
296        does not support the per-BSP build some of the other directories
297        require.  As more of the tree is converted, this will become less
298        of an issue.
299
3002000-10-18      Joel Sherrill <joel@OARcorp.com>
301
302        * wrapup/Makefile.am: Added libfs.
303
3042000-10-18       Chris Johns <ccj@acm.org>
305
306        * libfs created.
307        * configure.in: Added libfs subdirectory.
308
3092000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
312        RTEMS_CANONICALIZE_TOOLS.
313
3142000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * wrapup/Makefile.am: Include compile.am.
317
3182000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
321
3222000-08-10      Joel Sherrill <joel@OARcorp.com>
323
324        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.