source: rtems/ChangeLog @ 08c6c10

4.104.114.84.95
Last change on this file since 08c6c10 was 08c6c10, checked in by Joel Sherrill <joel.sherrill@…>, on 02/07/03 at 00:00:40

2003-02-06 Joel Sherrill <joel@…>

  • README.configure: Updated to reflect new BSPs and deprecated targets.
  • Property mode set to 100644
File size: 31.4 KB
Line 
12003-02-06      Joel Sherrill <joel@OARcorp.com>
2
3        * README.configure: Updated to reflect new BSPs and deprecated
4        targets.
52003-01-28      Joel Sherrill <joel@OARcorp.com>
6
7        * VERSION: Updated to rtems-ss-20030128.
8
92003-01-28      Joel Sherrill <joel@OARcorp.com>
10
11        * aclocal/version.m4: Updated to rtems-ss-20030128.
12
132003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * automake/compile.am: Remove CLEAN_DEPEND (Unused).
16        Remove CLOBBER_DEPEND (Unused).
17
182003-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * automake/local.am: Remove distclean-local.
21
222001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
25        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
26
272002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * aclocal/prog-cxx.m4: Remove RTEMS_PROG_CXX.
30        Rework RTEMS_PROG_CXX_FOR_TARGET.
31
322002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * automake/compile.am: Remove creating $(ARCH) in compilation rules.
35
362002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Require autoconf >= 2.57 and automake-1.7.2.
39
402002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * aclocal/prog-cxx.m4: Swap RTEMS_CHECK_TOOL/AC_PROG_CXX.
43
442002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * bootstrap: Require autoconf 2.54 or 2.57.
47        Require automake-1.7.2.
48
492002-12-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * aclocal/bsp-configure.m4: Remove RTEMS_CHECK_BSP_CACHE.
52        * aclocal/env-rtemsbsp.m4: Add comments to AC_ARG_VARs.
53        Add AC_ARG_VAR(RTEMS_CPU_MODEL).
54
552002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
58
592002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * automake/compile.am: Remove hard-coded *_PROFILE_V.
62        Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V,
63        CFLAGS_PROFILE_V.
64        Remove CPPFLAGS_GCC.
65
662002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS,
69        CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V, RTEMS_BSP_FAMILY.
70        * aclocal/prog-cc.m4: Reworked CFLAGS handling.
71        * aclocal/prog-cxx.m4: Reworked CXXFLAGS handling.
72
732002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * aclocal/rtems-flags.m4: New.
76
772002-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * bootstrap: Allow autoconf-2.57.
80
812002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * aclocal/prog-cc.m4: Remove GCCSED.
84
852002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * automake/compile.am: Remove LDFLAGS_INCOMPLETE.
88        Remove LDFLAGS.
89        Add CCAS, CCASCOMPILE.
90        Remove compilation rules for *.cpp, *.cxx, *.C.
91        Use CCASCOMPILE to compile *.S.
92        Add -pg to RTEMS_CFLAGS_PROFILE_V.
93
942002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Remove c/make.
97
982002-11-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * aclocal/prog-ccas.m4: New.
101        * aclocal/check-custom-bsp.m4: New, split out from check-bsps.m4.
102        * aclocal/check-bsps.m4: Split out RTEMS_CHECK_CUSTOM_BSP.
103        * aclocal/canonicalize-tools.m4: Remove RTEMS_GCC_PRINT.
104
1052002-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * acinclude.m4: Conditionally append --target=.
108
1092002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * aclocal/quoting.m4: Reworked (Part of fix to PR 312).
112
1132002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * automake/compile.am: Remove LD_PATHS (Unused).
116        * aclocal/check-newlib.m4: Adaptation to autoconf-2.5x (AC_TRY_LINK
117        is announced obsolete).
118
1192002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Reflect having removed aclocal/sysv-ipc.m4.
122
1232002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * aclocal/sysv-ipc.m4: Remove (Unused).
126        * aclocal/target.m4: Sync with acinclude.m4 (Part of fix to PR 312).
127
1282002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * acinclude.m4: Lots of changes addressing PR 312.
131
1322002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * aclocal/target.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE (Part of fix
135        to PR 312).
136
1372002-11-18      Joel Sherrill <joel@OARcorp.com>
138
139        * VERSION: Updated to rtems-ss-20021118.
140
1412002-11-18      Joel Sherrill <joel@OARcorp.com>
142
143        * aclocal/version.m4: Updated to rtems-ss-20021118.
144
1452002-11-17      Joel Sherrill <joel@OARcorp.com>
146
147        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for
148        Motorola MTX603e.
149
1502002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * aclocal/target.m4: Use RTEMS_CONFIGURE_ARGS_QUOTE.
153
1542002-11-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * acinclude.m4: Use AS_IF instead of if/then/else/endif.
157        * configure.ac: Ditto.
158
1592002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V,
162        CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT.
163        Support @CFLAGS@, @CXXFLAGS@.
164
1652002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * bootstrap: Allow autoconf-2.56.
168
1692002-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*.
172        Fix stupid typo (continue/configure).
173        * aclocal/prog-cc.m4: Remove obsolete comments.
174        Acknowledge CFLAGS.
175
1762002-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the
179        end of the args passed to sub-configure-scripts. (Reported by
180        Wulf Hofbauer <wh73@cornell.edu>)
181
1822002-11-12      Joel Sherrill <joel@OARcorp.com>
183
184        * configure.ac: Remove make/compilers/Makefile.
185
1862002-11-11      Joel Sherrill <joel@OARcorp.com>
187
188        * VERSION: Updated to rtems-ss-20021111.
189
1902002-11-11      Joel Sherrill <joel@OARcorp.com>
191
192        * aclocal/version.m4: Updated to rtems-ss-20021111.
193
1942002-11-11      Joel Sherrill <joel@OARcorp.com>
195
196        * VERSION: Updated to rtems-ss-20021111.
197
1982002-11-11      Joel Sherrill <joel@OARcorp.com>
199
200        * aclocal/version.m4: Updated to rtems-ss-20021111.
201
2022002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * automake/compile.am: Remove rel rule.
205
2062002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * bootstrap: Allow autoconf > 2.52, automake > 1.6.
209
2102002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Remove make/Templates/Makefile.
213        * README.configure: Minor massaging.
214
2152002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        Further preparations for autoconf > 2.52:
218        * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
219        * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
220        * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
221
2222002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * acinclude.m4: Adapations to autoconf > 2.52.
225
2262002-11-01      Joel Sherrill <joel@OARcorp.com>
227
228        * ChangeLog: Corrected.
229
2302002-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * bootstrap: Add generate_bspdir_acinclude to automatically update
233        c/src/lib/libbsp/<cpu>/acinclude.m4.
234        Use #! /bin/sh instead of #!/bin/sh.
235        Remove autom4te*.cache during ./bootstrap --clean.
236
2372002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
240        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
241        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
242        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
243        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
244        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
245        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
246        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
247        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
248        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
249        (autoconf > 2.54 seems to have problems with the old form of
250        quoting).
251
2522002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR
255        (autoconf > 2.54 complains about).
256
2572002-10-21      Joel Sherrill <joel@OARcorp.com>
258
259        * VERSION: Updated to rtems-20021021-test.
260
2612002-10-21      Joel Sherrill <joel@OARcorp.com>
262
263        * aclocal/version.m4: Updated to rtems-20021021-test.
264
2652002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * .cvsignore: Reformat.
268        Add autom4te*cache.
269        Remove autom4te.cache.
270
2712002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
274
2752002-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE).
278        * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
279
2802002-10-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * bootstrap: Add autoconf/automake version checks by popular demand.
283        [FWIW: I dislike this.]
284
2852002-10-07      Joel Sherrill <joel@OARcorp.com>
286
287        * VERSION: Updated to rtems-ss-20021007.
288
2892002-10-07      Joel Sherrill <joel@OARcorp.com>
290
291        * aclocal/version.m4: Updated to rtems-ss-20021007.
292
2932002-10-04      Joel Sherrill <joel@OARcorp.com>
294
295        * VERSION: Updated to rtems-JUNK.
296
2972002-10-04      Joel Sherrill <joel@OARcorp.com>
298
299        * aclocal/version.m4: Updated to rtems-JUNK.
300
3012002-10-04      Joel Sherrill <joel@OARcorp.com>
302
303        * VERSION: Updated to rtems-ss-20021004.
304
3052002-10-04      Joel Sherrill <joel@OARcorp.com>
306
307        * aclocal/version.m4: Updated to rtems-ss-20021004.
308
3092002-08-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out
312        autoconf-2.53 PACKAGE crap.
313
3142002-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * aclocal/prog-gnat.m4: New.
317
3182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * aclocal/bsp-configure.m4: Fix small typo in comment.
321
3222002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
325
3262002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting
329        rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V,
330        RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
331
3322002-08-07      Joel Sherrill <joel@OARcorp.com>
333
334        * aclocal/version.m4: Updated to rtems-ss-20020807.
335
3362002-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
339
3402002-07-31      Joel Sherrill <joel@OARcorp.com>
341
342        * aclocal/rtems-cpu-subdirs.m4:  Removed the or16 port
343        was just a stub and only the OR32 port is getting worked on.
344
3452002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * aclocal/subdirs.m4: Remove.
348        * acinclude.m4: New (Replaces aclocal/subdirs.m4).
349
3502002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
353        exec/score/cpu.
354
3552002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * aclocal/bsp-configure.m4: Add RTEMS_CHECK_MULTIPROCESSING.
358        * automake/compile.am: Add test -d $(ARCH) || mkdir $(ARCH) to all
359        compilation rules (Work-around to an automake bug).
360        * automake/lib.am: Add test -d $(ARCH) || mkdir $(ARCH) to
361        make-library.
362
3632002-07-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac: Activate cpukit. Remove references to c/src/exec.
366
3672002-07-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * aclocal/env-rtemsbsp.m4: Add libdir, bsplibdir.
370
3712002-07-17      Joel Sherrill <joel@OARcorp.com>
372
373        * aclocal/version.m4: Updated to rtems-ss-20020717.
374
3752002-07-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * config-ml.in: Imported from gcc-3.1.
378        Change to match c/src/config-ml.in.
379
3802002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * aclocal/check-multiprocessing.m4: Reworked.
383        * aclocal/enable-multiprocessing.m4: Remove RTEMS_HAS_MULTIPROCESSING.
384
3852002-06-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * automake/multilib.am: Remove.
388        * Makefile.am: Reflect change above.
389
3902002-06-28      Joel Sherrill <joel@OARcorp.com>
391
392        * aclocal/version.m4: Updated to rtems-ss-20020628.
393
3942002-06-27      Joel Sherrill <joel@OARcorp.com>
395
396        * tools/Makefile.am: Build the cpu dependent tools as well.
397
3982002-06-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * aclocal/env-rtemscpu.m4: Remove.
401        * aclocal/multi.m4: Remove.
402        * aclocal/multilib: Remove RTEMS_ENABLE_MULTILIB_MASTER.
403
4042002-05-28      Joel Sherrill <joel@OARcorp.com>
405
406        * aclocal/version.m4: Updated to rtems-ss-20020528.
407
4082002-04-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * aclocal/prog-cc.m4: Remove GCC272 support.
411        Remove ENABLE_LIBCDIR.
412        * aclocal/prog-cxx.m4: Ditto.
413        * aclocal/enable-gcc28.m4: Remove.
414        * aclocal/enable-libcdir.m4: Ditto.
415
4162002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove
419        ENABLE_GCC28.
420
4212002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * automake/compile.am: Remove GCC272 support.
424        Remove *.sh rule (unused).
425        * configure.ac: Remove ENABLE_GCC28.
426        Remove ENABLE_LIBCDIR.
427
4282002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * .cvsignore: Added mdate-sh and texinfo.tex.
431
4322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * aclocal/version.m4: New file.
435        * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
436        aclocal/version.m4.
437        * bootstrap: Use aclocal/version.m4 instead of VERSION.
438        * configure.ac: Use aclocal/version.m4 instead of VERSION.
439
4402002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.ac:
443        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
444        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
445        * Makefile.am: Remove AUTOMAKE_OPTIONS.
446        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
447
4482002-03-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * aclocal/env-rtemscpu.m4: automake-1.6 preparations:
451        Add AM_CONDITIONAL([RTEMS_CONFIG_PER_BSP],[false]).
452
4532002-03-08      Joel Sherrill <joel@OARcorp.com>
454
455        * VERSION: Updated to rtems-mg5-20020808.
456
4572002-03-01      Joel Sherrill <joel@OARcorp.com>
458
459        * VERSION: Updated to rtems-ss-20020301.
460
4612002-02-15      Joel Sherrill <joel@OARcorp.com>
462
463        * VERSION: Updated to rtems-ss-20020215.
464
4652002-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * aclocal/subdirs.m4: Propagate the current $prefix to the
468        sub-configures.
469
4702002-02-05      Joel Sherrill <joel@OARcorp.com>
471
472        * VERSION: Updated to rtems-ss-20020205.
473
4742002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * aclocal/sysv-ipc.m4: Use 3-args AC_DEFINE for autoconf-2.5x
477        compatibility.
478        * bootstrap: Let --clean remove texinfo.tex.
479
4802002-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * aclocal/env-rtemsbsp.m4: Use ${RTEMS_BSP} to setup includedir.
483
4842002-01-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: Add --enable-docs support. Add
487        RTEMS_HOST_CONFIG_SUBDIRS(doc). Remove doc/Makefile.
488        * Makefile.am: Add HOST_SUBDIRS to SUBDIRS. Remove doc from
489        hard-coded SUBDIRS.
490        * README.configure: Added a bit of information on this new option.
491
4922002-01-18      Joel Sherrill <joel@OARcorp.com>
493
494        * VERSION: Updated to rtems-ss-20020118.
495
4962002-01-18      Joel Sherrill <joel@OARcorp.com>
497
498        * VERSION: Updated to rtems-20020118.
499
5002002-01-17      Joel Sherrill <joel@OARcorp.com>
501
502        * VERSION: Updated to rtems-ss-20020717.
503
5042002-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * aclocal/check-tool.m4: Remove AC_CHECK_TOOL_PREFIX, conditionalize
507        check upon host_alias != build_alias.
508
5092002-01-07      Joel Sherrill <joel@OARcorp.com>
510
511        * automake/compile.am (LINK_LIB_RTEMS): Removed line continuation for
512        last line to eliminate 100's of warnings.
513
5142002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * aclocal/check-newlib.m4: Apply AS_IF.
517        * aclocal/config-subdirs.m4: Remove _RTEMS_PUSH_BUILDDIR,
518        _RTEMS_POP_BUILDDIR, _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
519        * aclocal/subdirs.m4: Fix comments, apply AS_IF.
520        * aclocal/sysv-ipc.m4: Reflect autoconf-2.5x canonicalization
521        changes.
522        * aclocal/target.m4: Add _RTEMS_PUSH_BUILDDIR, _RTEMS_POP_BUILDDIR,
523        _RTEMS_GIVEN_INSTALL, _RTEMS_SUB_SRCDIR.
524        * automake/compile.am: Remove librtemsall from LINK_FILES.
525
5262001-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * configure.ac: Reworked for multilibs, reflect changes to aclocal/*.m4.
529        * aclocal/subdirs.m4: New file.
530        * aclocal/multi.m4: New file, adopted from autoconf-2.52 w/
531        modifications.
532        * aclocal/check-posix.m4: Apply AS_IF.
533        * aclocal/config-subdirs.m4: Reflect changes to other m4-macros.
534        * aclocal/env-rtemsbsp.m4: Add PROJECT_INCLUDE, PROJECT_RELEASE.
535        Add AM_CONDITIONAL(MULTILIB). Adapt GCC_SPECS to multilibs.
536        * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP. Add support for
537        MULTIBUILDTOP, MULTISUBDIR. Adapt GCC_SPECS to multilibs.
538        Add PROJECT_INCLUDE, PROJECT_RELEASE, includedir, libdir.
539        * aclocal/multilib.m4: Fix m4-quoting, adopt automake-1.5's
540        OUTPUT_COMMANDS.
541        * aclocal/project-root.m4: Remove PROJECT_INCLUDE, PROJECT_RELEASE.
542        * aclocal/rtems-debug.m4: Minor cleanups.
543        * aclocal/rtems-top.m4: Minor cleanups.
544        * automake/compile.am: Further steps towards automake's rules.
545
5462001-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * automake/multilib.am: include @RTEMS_BSP@.cfg, cleanup.
549        * automake/lib.am: Add MULTISUBDIR.
550
5512001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * bootstrap: Run autoheader when configure.ac contains
554        RTEMS_BSP_CONFIGURE. Remove bspopts.h* files.
555
5562001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * aclocal/bsp-configure.m4: New file.
559        * Makefile.am: Add aclocal/bsp-configure.m4.
560
5612001-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * Makefile.am: Add automake/force-preinstall.am,
564        aclocal/ppc.am, remove ACLOCAL_M4.
565
5662001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * aclocal/bsp-alias.m4: Remove score603e_g1.
569        * aclocal/check-bsps.m4: Remove score603e_g1.
570        * aclocal/prog-cc.m4: Apply m4_if.
571
572
5732001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * automake/force-preinstall.am: New file.
576        * aclocal/ppc.m4: New file.
577
5782001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * aclocal/check-bsps.m4: Reworked.
581        * aclocal/bsp-alias.m4: Add score603e_g1, apply m4sugar.
582
5832001-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * aclocal/bspopts.m4: New file.
586
5872001-11-13      Joel Sherrill <joel@OARcorp.com>
588
589        * COPYING: Test of $Id$ -> $RTEMS$.
590
5912001-11-08      Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
592
593        This modification is part of the submitted modifications necessary to
594        support the IBM PPC405 family.  This submission was reviewed by
595        Thomas Doerfler <Thomas.Doerfler@imd-systems.de> who ensured it did
596        not negatively impact the ppc403 BSPs.  The submission and tracking
597        process was captured as PR50.
598        * README.configure: Added gen405 BSP.
599
6002001-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * Adopt more automake rules:
603        * automake/compile.am: Add LINK, CXXLINK, AS, ASCOMPILE;
604        Remove ARFLAGS, LINK.c, COMPILE.S, LINK.cc;
605        Add CPU_CFLAGS to CXXFLAGS, CFLAGS, ASFLAGS;
606        * automake/leaf.am: Add CXXLINK_APP, LINK_APP, make-exe, apply
607        CXXLINK_APP in make-cxx-exe.
608        * automake/lib.am: Add ARFLAGS.
609
6102001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * aclocal/check-rdbg.m4: Fix latent bug exposed by removal of
613        config.cache's which prevented powerpc targets librdbg from building.
614
6152001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * aclocal/rtems-cpu-subdirs.m4: Add PREFIX arg to RTEMS_CPU_SUBDIRS,
618        add 2nd arg to _RTEMS_CPU_SUBDIR.
619        * aclocal/target.m4: Replace ac_configure_args with
620        rtems_configure_args, add rtems_configure_args to INIT-CMDS.
621        * Makefile.am: Require automake-1.5.
622
6232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
626        * configure.in: Remove.
627        * configure.ac: New file, generated from configure.in by autoupdate.
628
6292001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
630
631        * aclocal/rtems-cpu-subdirs.m4: New file.
632
6332001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * automake/compile.am: Fundamentally reworked compilation rules for
636        closer adaptation to automake's behavior.
637
6382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
639
640        * automake/lib.am: Comment out LD.
641        * Makefile.am: Use ACLOCAL_FILES = to make automake-1.5 happy; Add
642        automake/leaf.am to AUTOMAKE_FILES.
643
6442001-09-27      Joel Sherrill <joel@OARcorp.com>
645
646        * config.guess: No longer in CVS since installed by bootstrap.
647
6482001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
649
650        * bootstrap: remove/add automake added files.
651        * .cvsignore: reflect changes to bootstrap.
652
6532001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
654
655        * automake/leaf.am: New file.
656
6572001-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
658
659        * aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
660        of AC_CANONICAL_SYSTEM.
661        * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of
662        mkinstalldirs and mkdir.
663        * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS,
664        hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce
665        _RTEMS_OUTPUT_BUILD_SUBDIRS.
666       
6672001-09-13      Joel Sherrill <joel@OARcorp.com>
668
669        * missing: Updated to latest version.
670
6712001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * configure.in: autoupdate to autoconf-2.52.
674        * bootstrap: Add handling for configure.ac, make autoheader verbose,
675        fix auto*tool invocation order.
676        * aclocal/rtems-test-no-pause.m4: Introduce AC_HELP_STRING.
677        * aclocal/enable-bare.m4: Introduce AC_HELP_STRING.
678        * aclocal/enable-cxx.m4: Introduce AC_HELP_STRING.
679        * aclocal/enable-gcc28: Introduce AC_HELP_STRING.
680        * aclocal/enable-inlines.m4: Introduce AC_HELP_STRING.
681        * aclocal/enable-itron.m4: Introduce AC_HELP_STRING.
682        * aclocal/enable-libcdir.m4: Introduce AC_HELP_STRING.
683        * aclocal/enable-multiprocessing.m4: Introduce AC_HELP_STRING.
684        * aclocal/enable-networking.m4: Introduce AC_HELP_STRING.
685        * aclocal/enable-posix.m4: Introduce AC_HELP_STRING.
686        * aclocal/enable-rdbg.m4: Introduce AC_HELP_STRING.
687        * aclocal/enable-rtemsbsp.m4: Introduce AC_HELP_STRING.
688        * aclocal/enable-tests.m4: Introduce AC_HELP_STRING.
689        * aclocal/env-rtemsbsp.m4: Add AC_ARC_VAR(RTEMS_BSP), apply true in
690        RTEMS_CONFIG_PER_BSP conditional.
691        * aclocal/multilib.m4: Introduce AC_HELP_STRING.
692        * aclocal/rtems-debug.m4: Introduce AC_HELP_STRING.
693        * aclocal/rtems-top.m4: Add AC_PREFIX_DEFAULT(/opt/rtems).
694
6952001-05-25      Joel Sherrill <joel@OARcorp.com>
696
697        * README.configure: Corrected the name of the MRM332 BSP.
698        Strengthened the distinction between what the target
699        and the BSP each select.  Added more targets to list.
700
7012001-05-25      Joel Sherrill <joel@OARcorp.com>
702
703        * README.configure: Updated the list of BSPs.
704
7052001-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * canonical-target-name.m4: Fix m4-quoting for autoconf-2.49f.
708        * aclocal/config-subdirs.m: Fix m4-quoting for autoconf-2.49f,
709        Add support for DOS-drive-letters.
710
7112001-04-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
712
713        * aclocal/prog-cc.m4: Add CPPFLAGS and CFLAGS handling to
714        RTEMS_PROG_CC_FOR_TARGET.
715
7162001-04-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
717
718        * README.cdn-X: Update.
719        * automake/compile.am: Remove -ansi -fasm from CFLAGS_DEFAULT, add
720        @CPPFLAGS@ to CPPFLAGS.
721
7222001-04-20      Eric Valette <valette@crf.canon.fr>
723
724        * aclocal/check-rdbg.m4: Added check to determine which PowerPC
725        BSPs support the new exception processing model and
726        consequently, librdbg.
727
7282001-02-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
729
730        * configure.in: Reworked for Canadian Cross support.
731        * Makefile.am: Reflect changes to configure.in.
732        * config.guess, config.sub: Update from subversions.gnu.org.
733        * README.cdn-X: New file.
734        * tools/Makefile.am: Remove build, tools from SUBDIRS.
735
7362001-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
737
738        * aclocal/config-subdirs.m4: Let CC default to $host_alias-gcc in
739        TARGET_CONFIG_SUBDIRS.
740        * aclocal/enable-bsp.m4: fix quoting.
741        * aclocal/check-bsps.m4, aclocal/bsp-alias.m4: Add pc386dx.
742
7432001-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * aclocal/config-subdirs.m4: New file.
746        * aclocal/target.m4: Use macros from config-subdirs.m4.
747
7482001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
749
750        * aclocal/env-rtemsbsp.m4, aclocal/env-rtemscpu.m4:
751        Add -B$(PROJECT_ROOT)/ to GCC_SPECS.
752
7532001-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
754
755        * configure.in: Fix AM_INIT_AUTOMAKE.
756        * aclocal/bsp-arg-enable.m4: Extend comments.
757        * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
758        the default clause.
759
7602001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
761
762        * aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
763        RTEMS_ENV_RTEMSCPU.
764        * aclocal/env-rtemsbsp.m4: New file for RTEMS_ENV_RTEMSBSP, add
765        special treatment for GCC_SPECS.
766        * aclocal/env-rtemscpu.m4: New file for RTEMS_ENV_RTEMSCPU, add
767        special treatment for GCC_SPECS.
768        * aclocal/bsp-enable-arg.m4: New file, introduce RTEMS_BSP_ARG_ENABLE.
769        * aclocal/prog-cc.m4: Add AC_PROG_CPP, use build_os in GCCSED hack.
770        * automake/compile.am: New treatment of CPP, GCCSPECS, use `..`
771        instead of $(shell ..) for LIBC_LIB*.
772
7732001-01-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
774
775        * aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and
776        simsh7045.
777
7782001-01-03      Emmanuel Raguet <raguet@crf.canon.fr>
779
780        * automake/compile.am: Add LD.
781
7822000-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
783
784        * config.guess, config.sub: Update from CVS-autoconf to pick
785        up new features (e.g. CC_FOR_BUILD in config.guess) but is
786        necessary anyway to use autoconf-versions > 2.13.
787
7882000-11-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
789
790        * aclocal/canonical-host.m4: Abandon changequotes (autoconf-2.49b).
791        * aclocal/check-newlib.m4: Let check message refer to RTEMS newlib.
792        * aclocal/rtems-debug.m4: Fix formating and contents of the check's
793        help string.
794        * aclocal/rtems-top.m4: Remove AC_ARG_WITH(target-subdir).
795
7962000-11-13      Jiri Gaisler <jgais@ws.estec.esa.nl>
797
798        * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
799        Modified to reflect addition of LEON BSPs as well as the
800        no-FP ERC32 variant.
801
8022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
803
804        * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
805        standard).
806        * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
807        standard).
808        * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX).
809        * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b).
810        * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf
811        standard), replace CC_FOR_TARGET with CC (BUG-FIX).
812
8132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b).
816        * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use
817        $host instead of $target (BUG-FIX).
818        * configure.in: Use $target and $host instead of $target_alias and
819        $host_alias (autoconf-2.49b).
820        * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX)
821        * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX)
822
823        NOTES:
824        * autoconf-2.49b depredicates using changequotes.
825        * The changes to configure.in are due to cleanups in
826        autoconf-2.49b's implemention of canonicalization. With
827        autoconf-2.1x it wasn't always clear, when to use $xxx or
828        $xxx_alias. Now this is clear.
829
8302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
831
832        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
833
8342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
835
836        * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4,
837        aclocal/prog-cc.m4, aclocal/prog-cxx.m4:  Replace AC_CHECK_TOOL
838        with an RTEMS specific but more restrictive autoconf macro.
839
8402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
841
842        * automake/lib.am: Add LD.
843
8442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
845
846        * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
847        AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
848
8492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
850 
851        * aclocal/*: Replace with contents of macros/*.m4
852        * macros/: Remove.
853        * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove.
854        * Makefile.am: Reflect changes to aclocal/ and macros/.
855
8562000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
857
858        * configure.in: New, Cygnus/GNU style configuration.
859        * Makefile.am: Add macros/, reflect new configure.in,
860        ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
861        * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
862        * automake/lib.am: Remove RTEMS_CANONICALIZATION.
863        * macros/tool-prefix.m4: Remove.
864        * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
865        * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting
866        RTEMS_ROOT.
867        * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
868        * macros/multilib.m4: Various minor fixes.
869        * macros/project-root.m4: Remove setting PROJECT_TOPdir,
870        PROJECT_ROOT, RTEMS_ROOT.
871        * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS;
872        Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
873
8742000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
875
876        * automake/multilib.am: New file.
877        * Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
878        the automake/ directory.
879
8802000-10-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
881
882        * macros/enable-hwapi.m4: Removed.
883        * aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
884        A small cleanup step towards gnu-canonicalization.
885
8862000-09-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
887
888        * macros: New directory.
889        * macros/bsp-alias.m4: new file.
890        * macros/canonical-host.m4: new file.
891        * macros/canonical-target-name.m4: new file.
892        * macros/canonicalize-tools.m4: new file.
893        * macros/check-bsp-cache.m4: new file.
894        * macros/check-bsps.m4: new file.
895        * macros/check-cpu.m4: new file.
896        * macros/rtems-debug.m4: new file.
897        * macros/check-cxx.m4: new file.
898        * macros/check-itron.m4: new file.
899        * macros/check-multiprocessing.m4: new file.
900        * macros/check-networking.m4: new file.
901        * macros/check-newlib.m4: new file.
902        * macros/check-posix.m4: new file.
903        * macros/check-rdbg.m4: new file.
904        * macros/enable-bare.m4: new file.
905        * macros/enable-cxx.m4: new file.
906        * macros/enable-gcc28.m4: new file.
907        * macros/enable-inlines.m4: new file.
908        * macros/enable-itron.m4: new file.
909        * macros/enable-libcdir.m4: new file.
910        * macros/enable-multiprocessing.m4: new file.
911        * macros/enable-networking.m4: new file.
912        * macros/enable-posix.m4: new file.
913        * macros/enable-rdbg.m4: new file.
914        * macros/enable-rtemsbsp.m4: new file.
915        * macros/enable-tests.m4: new file.
916        * macros/gcc-pipe.m4: new file.
917        * macros/gcc-specs.m4: new file.
918        * macros/i386-gas-code16.m4: new file.
919        * macros/path-ksh.m4: new file.
920        * macros/path-perl.m4: new file.
921        * macros/prog-cc.m4: new file.
922        * macros/prog-cxx.m4: new file.
923        * macros/project-root.m4: new file.
924        * macros/rtems-top.m4: new file.
925        * macros/sysv-ipc.m4: new file.
926        * macros/target.m4: new file.
927        * macros/rtems-test-no-pause.m4: new file.
928        * macros/multilib.m4: new file.
929        * macros/tool-paths.m4: new file.
930        * macros/tool-prefix.m4: new file.
931
9322000-09-14      Joel Sherrill <joel@OARcorp.com>
933
934        * Makefile.am: Referenceed aclocal/enable-hwapi.m4 that was removed.
935
9362000-09-14      Joel Sherrill <joel@OARcorp.com>
937
938        * aclocal/enable-hwapi.m4: Now longer used and removed.
939
9402000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941
942        * automake/lib.am: Remove leaf.cfg.
943
9442000-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
945
946        * aclocal/rtems-top.m4: Add ENDIF-hack.
947        * automake/compile.am: Add include $(DEPENDS) + ENDIF-hack.
948
9492000-09-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
950
951        * aclocal/check-cxx.m4: Add AC_SUBST(CPLUS_LD_LIBS)
952        * aclocal/prog-cc.m4: Cleanup comments, require RTEMS_ENABLE_GCC28,
953        add automake conditionals RTEMS_USE_GCC, RTEMS_USE_GCC272.
954        * automake/compile.am: Replaced.
955        * automake/local.am: Remove building variant handling.
956
9572000-09-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
958
959        * aclocal/enable-rtemsbsp.m4: Add RTEMS_ENABLE_BARE,
960        AC_SUBST(BARE_CPU_MODEL),AC_SUBST(BARE_CPU_CFLAGS).
961        * aclocal/i386-gas-code16.m4: AC_DEFINE NEW_GAS.
962        * aclocal/target.m4: Cleanup comments
963        * Automake/compile.am: Add DEFS support to keep building happy.
964
9652000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
966
967        * aclocal/project-root.m4: Introduce PROJECT_TOPdir, add comments.
968
9692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
970
971        * automake/compile.am: New file
972        * ChangeLog: Fix email addresses
973
9742000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
975
976        * LICENSE.NET, README, README.configure: Spelling corrections.
977
9782000-09-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
979
980        * aclocal/check-bsps.m4: Fix c4* and sim68000 entries
981
9822000-08-30      Joel Sherrill <joel@OARcorp.com>
983
984        * LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
985
9862000-08-25      Joel Sherrill <joel.sherrill@OARcorp.com>
987
988        * ChangeLog: Moved incorrect entries to make/ChangeLog.
989
9902000-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
991
992        * aclocal/check-bsps.h:
993          - Add pck6-BSP
994          - Exclude ChangeLog from being picked up as BSP
995        * aclocal/bsp-alias.m4: Add pck6-BSP
996
9972000-08-10      Joel Sherrill <joel@OARcorp.com>
998
999        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.