source: rtems/c/src/ChangeLog @ 37f09415

Last change on this file since 37f09415 was 201f1c03, checked in by Joel Sherrill <joel.sherrill@…>, on 10/15/04 at 14:28:36

Remove bad entry.

  • Property mode set to 100644
File size: 9.3 KB
Line 
12004-08-17      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * acinclude.m4 (_RTEMS_CONFIG_SUBDIR): Quote ac_popdir uses.
4
52003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * support/Makefile.am: Pass @RTEMS_BSP@ to AM_CPPFLAGS.
8
92003-09-04      Joel Sherrill <joel@OARcorp.com>
10
11        * support/version.c: URL for license changed.
12
132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
16
172003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * wrapup/Makefile.am: Add libide.a.
20
212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Remove AC_CONFIG_AUX_DIR.
24
252003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Add support/.
28        * support/.cvsignore: New.
29        * support/Makefile.am: New.
30        * support/version.c: New.
31        * wrapup/Makefile.am: Add support/libsupport.a.
32
332003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * wrapup/Makefile.am: Use SRC += instead of make-vars.
36
372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
40
412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: AC_PREREQ(2.57).
44
452003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48
492002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
52        Let all-local: depend on $(LIB).
53
542002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Remove libmisc.
57
582002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Remove libmisc.
61
622002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
65        Resort cache-checking.
66
672002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
70
712002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
74        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
75        ac_configure_args.
76
772002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
80        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
81
822002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
85        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
86        Fix braino in comment on "exec".
87        Extend --enable-ada handling.
88
892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * .cvsignore: Reformat.
92        Add autom4te*cache.
93        Remove autom4te.cache.
94        * wrapup/.cvsignore: Remove autom4te.cache.
95
962002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
99
1002002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Add ada-tests.
103
1042002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Add preinstall-stamp.
107
1082002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        Posix-BSP-Hacks:
111        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
112        Pass RTEMS_HOST to make/bsp.mak
113        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
114        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
115
1162002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
119
1202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Add BSP_SUBDIRS.
123        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
124
1252002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
128        Cosmetic cleanups.
129
1302002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
133        ../libchip/serial/$(ARCH)/libserialio.a.
134
1352002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Add rtems_makedir.
138
1392002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Merge wrapup/configure.ac.
142        Cosmetic cleanups.
143        * Makefile.am: Add wrapup-SUBDIR.
144        * wrapup/ChangeLog: Remove.
145        * wrapup/configure.ac: Remove.
146
1472002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
150        creation (Make the bare BSP happy).
151        * configure.ac: Ditto.
152
1532002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Create make/@RTEMS_BSP@.cache.
156        Handle make/custom/*.cfgs.
157        Create make/custom/default.cfg.
158        * configure.ac: Add creation of make/custon/*.cfg.
159        Create make/${RTEMS_BSP}.cache.
160        Read make/${RTEMS_BSP}.cache
161
1622002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Clean $(PROJECT_RELEASE).
165
1662002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * acinclude.m4: Add test "$multilib" != "yes".
169        * config-ml.in: Remove.
170
1712002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * acinclude.m4: Cleanups.
174        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
175        ${srcdir}/exec/.
176        Further adaptations to autoconf >= 2.50.
177
1782002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * acinclude.m4: New.
181        * Makefile.am: Remove tar-installation.
182        Prepend @exec@ to SUBDIRS.
183        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
184        Add RTEMS_ENABLE_MULTIPROCESSING.
185        Add RTEMS_CONFIG_SUBDIR([exec]...).
186
1872002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Remove librpc.
190
1912002-06-25      Joel Sherrill <joel@OARcorp.com>
192
193        * Per PR233, moved librpc to exec.
194        * configure.ac, wrapup/Makefile.am: Modified.
195        * librpc, librpc/ChangeLog: Removed.
196
1972002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
200
2012002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Remove lib.
204
2052002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * config-ml.in: Take out arm and sh variants RTEMS does not support.
208
2092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac:
212        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
213        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
214        * Makefile.am: Remove AUTOMAKE_OPTIONS.
215
2162002-02-28      Victor V. Vengerov <vvv@oktet.ru>
217
218        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
219        * configure.ac: Modified to reflect addition.
220
2212002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
224        AC_CONFIG_COMMANDS.
225
2262001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
229
2302001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
233        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
234        autoconf-2.52 happy.
235
2362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
239        * configure.in: Remove.
240        * configure.ac: New file, generated from configure.in by autoupdate.
241
2422001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
245
2462000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
249
2502000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
253
2542000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.in: Switch to GNU-canonicalization.
257        * Makefile.am: Reflect changes to configure.in.
258        * acinclude.m4: Remove.
259
2602000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.in: add lib/libbsp to the GNU canonicalized
263        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
264        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
265        * ChangeLog: Fix typos.
266
2672000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.in: add tests to the GNU canonicalized subdirectories.
270
2712000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
274
2752000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.in: add lib to the GNU canonicalized subdirectories,
278        make the lib directory before configuring lib/.
279
2802000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.in, Makefile.am: add exec to the GNU canonicalized
283        subdirectories.
284
2852000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
288
2892000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.in: add libnetworking, librpc and librdb to the GNU
292        canonicalized subdirectories.
293 
2942000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.in: add libmisc and libchip to the GNU canonicalized
297        subdirectories.
298
2992000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
302        canonicalization to libfs/.
303        The approach is currently a bit of a hack as GNU canonicalization
304        does not support the per-BSP build some of the other directories
305        require.  As more of the tree is converted, this will become less
306        of an issue.
307
3082000-10-18      Joel Sherrill <joel@OARcorp.com>
309
310        * wrapup/Makefile.am: Added libfs.
311
3122000-10-18       Chris Johns <ccj@acm.org>
313
314        * libfs created.
315        * configure.in: Added libfs subdirectory.
316
3172000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
320        RTEMS_CANONICALIZE_TOOLS.
321
3222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * wrapup/Makefile.am: Include compile.am.
325
3262000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
329
3302000-08-10      Joel Sherrill <joel@OARcorp.com>
331
332        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.