source: rtems/c/src/ChangeLog @ fff840e

4.104.114.84.95
Last change on this file since fff840e was c1a72962, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/08/03 at 12:26:14

2003-07-08 Ralf Corsepius <corsepiu@…>

  • support/version.c: Reflect having remove "rtems-" from RTEMS_VERSION.
  • Property mode set to 100644
File size: 9.0 KB
Line 
12003-07-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * support/version.c: Reflect having remove "rtems-" from
4        RTEMS_VERSION.
5
62003-06-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove support for profile-variant.
9
102003-04-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Add libide.a.
13
142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Remove AC_CONFIG_AUX_DIR.
17
182003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Add support/.
21        * support/.cvsignore: New.
22        * support/Makefile.am: New.
23        * support/version.c: New.
24        * wrapup/Makefile.am: Add support/libsupport.a.
25
262003-03-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * wrapup/Makefile.am: Use SRC += instead of make-vars.
29
302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
33
342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: AC_PREREQ(2.57).
37
382003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41
422002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * wrapup/Makefile.am: Use install-data-local to install librtemsbsp.a.
45        Let all-local: depend on $(LIB).
46
472002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Remove libmisc.
50
512002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove libmisc.
54
552002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Append RTEMS_CPU_MODEL to ac_configure_args.
58        Resort cache-checking.
59
602002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Expand RTEMS_CHECK_BSP_CACHE.
63
642002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Append CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
67        CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY to
68        ac_configure_args.
69
702002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
73        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
74
752002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Use "'"-quotes to pass args to bsp.mak.
78        * configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
79        Fix braino in comment on "exec".
80        Extend --enable-ada handling.
81
822002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * .cvsignore: Reformat.
85        Add autom4te*cache.
86        Remove autom4te.cache.
87        * wrapup/.cvsignore: Remove autom4te.cache.
88
892002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
92
932002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Add ada-tests.
96
972002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Add preinstall-stamp.
100
1012002-08-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        Posix-BSP-Hacks:
104        * configure.ac: Add AM_CONDITIONAL(LIBCHIP).
105        Pass RTEMS_HOST to make/bsp.mak
106        * Makefile.am: Pass RTEMS_HOST to make/bsp.mak.
107        * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
108
1092002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
112
1132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Add BSP_SUBDIRS.
116        * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.
117
1182002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup).
121        Cosmetic cleanups.
122
1232002-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and
126        ../libchip/serial/$(ARCH)/libserialio.a.
127
1282002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Add rtems_makedir.
131
1322002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Merge wrapup/configure.ac.
135        Cosmetic cleanups.
136        * Makefile.am: Add wrapup-SUBDIR.
137        * wrapup/ChangeLog: Remove.
138        * wrapup/configure.ac: Remove.
139
1402002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Append BARE_CPU_MODEL to make/@RTEMS_BSP@.cache
143        creation (Make the bare BSP happy).
144        * configure.ac: Ditto.
145
1462002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Create make/@RTEMS_BSP@.cache.
149        Handle make/custom/*.cfgs.
150        Create make/custom/default.cfg.
151        * configure.ac: Add creation of make/custon/*.cfg.
152        Create make/${RTEMS_BSP}.cache.
153        Read make/${RTEMS_BSP}.cache
154
1552002-08-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Clean $(PROJECT_RELEASE).
158
1592002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * acinclude.m4: Add test "$multilib" != "yes".
162        * config-ml.in: Remove.
163
1642002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * acinclude.m4: Cleanups.
167        * configure.ac: Build ${srcdir}/../../cpukit/ as ./exec/ instead of
168        ${srcdir}/exec/.
169        Further adaptations to autoconf >= 2.50.
170
1712002-07-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * acinclude.m4: New.
174        * Makefile.am: Remove tar-installation.
175        Prepend @exec@ to SUBDIRS.
176        * configure.ac: Switch to AC_CONFIG_SRCDIR([optman]).
177        Add RTEMS_ENABLE_MULTIPROCESSING.
178        Add RTEMS_CONFIG_SUBDIR([exec]...).
179
1802002-06-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Remove librpc.
183
1842002-06-25      Joel Sherrill <joel@OARcorp.com>
185
186        * Per PR233, moved librpc to exec.
187        * configure.ac, wrapup/Makefile.am: Modified.
188        * librpc, librpc/ChangeLog: Removed.
189
1902002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Remove CONFIG_SUBDIRS libblock, libfs.
193
1942002-05-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove lib.
197
1982002-05-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * config-ml.in: Take out arm and sh variants RTEMS does not support.
201
2022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac:
205        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
206        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
207        * Makefile.am: Remove AUTOMAKE_OPTIONS.
208
2092002-02-28      Victor V. Vengerov <vvv@oktet.ru>
210
211        * DOS filesystem including FAT12, FAT16, and FAT32 support submitted.
212        * configure.ac: Modified to reflect addition.
213
2142002-01-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Add AC_CONFIG_SUBDIRS(optman). Remove
217        AC_CONFIG_COMMANDS.
218
2192001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * config-ml.in: New file. Imported from gcc and modified for RTEMS.
222
2232001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Use SUBDIRS = @subdirs@, require automake-1.5.
226        * configure.ac: Replace hst_subdirs with AC_CONFIG_SUBDIRS to make
227        autoconf-2.52 happy.
228
2292001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
232        * configure.in: Remove.
233        * configure.ac: New file, generated from configure.in by autoupdate.
234
2352001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: install to $(exec_prefix)/@RTEMS_BSP@.
238
2392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
242
2432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
246
2472000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.in: Switch to GNU-canonicalization.
250        * Makefile.am: Reflect changes to configure.in.
251        * acinclude.m4: Remove.
252
2532000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.in: add lib/libbsp to the GNU canonicalized
256        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
257        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
258        * ChangeLog: Fix typos.
259
2602000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.in: add tests to the GNU canonicalized subdirectories.
263
2642000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
267
2682000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.in: add lib to the GNU canonicalized subdirectories,
271        make the lib directory before configuring lib/.
272
2732000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.in, Makefile.am: add exec to the GNU canonicalized
276        subdirectories.
277
2782000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.in: add librtems++ to the GNU canonicalized subdirectories.
281
2822000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.in: add libnetworking, librpc and librdb to the GNU
285        canonicalized subdirectories.
286 
2872000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.in: add libmisc and libchip to the GNU canonicalized
290        subdirectories.
291
2922000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am, acinclude.m4, configure.in: Introduce GNU
295        canonicalization to libfs/.
296        The approach is currently a bit of a hack as GNU canonicalization
297        does not support the per-BSP build some of the other directories
298        require.  As more of the tree is converted, this will become less
299        of an issue.
300
3012000-10-18      Joel Sherrill <joel@OARcorp.com>
302
303        * wrapup/Makefile.am: Added libfs.
304
3052000-10-18       Chris Johns <ccj@acm.org>
306
307        * libfs created.
308        * configure.in: Added libfs subdirectory.
309
3102000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET,
313        RTEMS_CANONICALIZE_TOOLS.
314
3152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * wrapup/Makefile.am: Include compile.am.
318
3192000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * configure.in: Add lib/libcpu and lib/libbsp to cfg_subdirs.
322
3232000-08-10      Joel Sherrill <joel@OARcorp.com>
324
325        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.