source: rtems/c/src/lib/libbsp/m68k/idp/ChangeLog @ 95aa5e1

4.104.115
Last change on this file since 95aa5e1 was 95aa5e1, checked in by Joel Sherrill <joel.sherrill@…>, on 09/23/08 at 19:53:35

2008-09-23 Joel Sherrill <joel.sherrill@…>

  • configure.ac: Make letting boot_card() handle work area allocation mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
  • Property mode set to 100644
File size: 16.6 KB
Line 
12008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * configure.ac: Make letting boot_card() handle work area allocation
4        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
5        BSP_BOOTCARD_OPTIONS.
6
72008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * include/bsp.h: Remove unnecessary boilerplate comments. Eliminate use
10        of EXTERN.
11
122008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * Makefile.am, startup/linkcmds: Use top level shared
15        bsp_get_work_area() implementation.
16
172008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c,
20        startup/linkcmds: Add use of bsp_get_work_area() in its own file and
21        rely on BSP Framework to perform more initialization. Remove
22        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
23
242008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
27        phase, all prototypes were removed from bsp.h and empty
28        implementations were removed and made to use the shared stub.
29
302008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * clock/ckinit.c: The Shared Memory Driver no longer requires the
33        special IOCTL in Clock_control. This was a hack which has existed
34        since before the Classic API Timer Manager was implemented. All
35        implementations of and references to Clock_control were removed.
36
372008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * console/console.c, timer/timer.c: Convert to "bool".
40
412008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * timer/timer.c: Eliminate empty function from every benchmark timer
44        driver. Fix spelling.
45
462008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * timer/timer.c: Rename timer driver methods to follow RTEMS
49        programming conventions.
50
512008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * clock/ckinit.c, console/leds.c, console/mc68ec.c,
54        startup/bspstart.c, timer/timer.c: Add missing prototypes.
55
562008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * Makefile.am: Rework to avoid .rel files.
59
602008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * startup/bspstart.c: Refactored and renamed initialization routines to
63        rtems_initialize_data_structures, rtems_initialize_before_drivers,
64        rtems_initialize_device_drivers, and
65        rtems_initialize_start_multitasking. This opened the sequence up so
66        that bootcard() could provide a more robust and flexible framework
67        which is easier to explain and understand. This also lays the
68        groundwork for sharing the division of available memory between the
69        RTEMS workspace and heap and the C library initialization across all
70        BSPs.
71
722008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * startup/linkcmds: Add wildcard to gcc_except_table section so
75        programs compiled with gcc 4.3.x can link.
76
772008-02-15      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * clock/ckinit.c, console/duart.c, timer/timer.c: Reflect changes
80          to rtems/motorola/*.h.
81
822007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
85        of the Configuration Table. Use the RTEMS provided accessor macros to
86        obtain configuration fields.
87
882007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
91        from CPU Table to Configuration Table. Eliminate CPU Table from all
92        ports. Delete references to CPU Table in all forms.
93
942007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
97        Table fields to the Configuration Table. This included
98        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
99        do_zero_of_workspace, extra_mpci_receive_server_stack,
100        stack_allocate_hook, and stack_free_hook. As a side-effect of this
101        effort some multiprocessing code was made conditional and some style
102        clean up occurred.
103
1042007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
107        m68k CPU Table since it is never read.
108
1092007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * console/leds.c, console/mc68ec.c: Rename delay to rtems_bsp_delay to
112        avoid conflicts in application space.
113
1142007-05-03      Joel Sherrill <joel@OARcorp.com>
115
116        * startup/linkcmds: Handle .data.* sections
117
1182007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * bsp_specs: Remove qrtems_debug.
121
1222007-04-02      Joel Sherrill <joel@OARcorp.com>
123
124        * Makefile.am: Add dummy printk support so all tests link.
125
1262006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * configure.ac: New BUG-REPORT address.
129
1302006-11-15      Joel Sherrill <joel@OARcorp.com>
131
132        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
133        file and simplified initialization.
134
1352006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * Makefile.am: Remove superfluous -DASM.
138
1392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * configure.ac: Require autoconf-2.60. Require automake-1.10.
142
1432006-02-08      Joel Sherrill <joel@OARcorp.com>
144
145        * startup/linkcmds: Add sections required by newer gcc versions.
146
1472006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * Makefile.am: Add preinstall.am.
150
1512005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * include/bsp.h: New header guard.
154
1552005-05-20      Joel Sherrill <joel@OARcorp.com>
156
157        * console/duart.c: Remove warning.
158
1592005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
162
1632005-01-04      Joel Sherrill <joel@OARcorp.com>
164
165        * console/leds.c: Remove warnings.
166
1672005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        * Makefile.am: Remove build-variant support.
170
1712005-01-02      Ralf Corsepius <ralf_corsepius@rtems.org>
172
173        * console/leds.c: Fix prototype of led_putnum().
174
1752004-11-25      Joel Sherrill <joel@OARcorp.com>
176
177        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
178
1792004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
180
181        * configure.ac: Require automake > 1.9.
182
1832004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
184
185        PR 610/bsps
186        * Makefile.am: Add include/tm27.h, Cosmetics.
187        * include/tm27.h: Final cosmetics.
188
1892004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
190
191        * include/bsp.h: Split out tmtest27 support.
192        * include/tm27.h: New.
193
1942004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
195
196        PR 613/bsps
197        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
198
1992004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
200
201        PR 614/bsps
202        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
203
2042004-04-13      Ralf Corsepius <ralf_corsepius@rtems.org>
205
206        * include/bsp.h: Include <rtems/motorola/mc68230.h> instead of
207        <motorola/mc68230.h>.
208        * include/bsp.h: Include <rtems/motorola/mc68681.h> instead of
209        <motorola/mc68681.h>.
210
2112004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
212
213        * timer/timer.c: Include <rtems/rtems/motorola/mc68230.h> instead of
214        <motorola/mc68230.h>.
215
2162004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
217
218        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
219
2202004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
221
222        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
223        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
224        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
225        * console/duart.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
226
2272004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
228
229        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
230        using c99 fixed size types.
231
2322004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: Reflect changes to bsp.am.
235        Preinstall dist_project_lib*.
236
2372004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Reflect changes to bsp.am.
240
2412004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
244
2452004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Pickup files from ../../m68k/shared instead of
248        ../shared. Reformat.
249
2502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
253
2542004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
257        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
258        compilation rules.
259        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
260        timer/Makefile.am, wrapup/Makefile.am: Remove.
261        * configure.ac: Reflect changes above.
262
2632004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Add PREINSTALL_DIRS.
266        * wrapup/Makefile.am: Reflect changes to libcpu.
267
2682004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * wrapup/Makefile.am: Reflect changes to libcpu.
271
2722004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
275        Add PRE/TMPINSTALL_FILES to CLEANFILES.
276        * startup/Makefile.am: Ditto.
277
2782004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * start/Makefile.am: Remove.
281        * Makefile.am: Merge-in start/Makefile.am.
282        * configure.ac: Reflect changes above.
283
2842004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * wrapup/Makefile.am: Eliminate $(LIB).
287        Use noinst_DATA to trigger building libbsp.a.
288
2892003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
292        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
293
2942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
297        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
298
2992003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
302
3032003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * start/Makefile.am: Misc cleanups and fixes.
306        * startup/Makefile.am: Misc cleanups and fixes.
307        * wrapup/Makefile.am: Misc cleanups and fixes.
308
3092003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * Makefile.am: Add preinstallation dirstamp support.
312        * clock/Makefile.am: Cosmetics.
313        * console/Makefile.am: Cosmetics.
314        * startup/Makefile.am: Cosmetics.
315        * timer/Makefile.am: Cosmetics.
316        * wrapup/Makefile.am: Cosmetics.
317
3182003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * clock/Makefile.am: Remove all-local: $(ARCH).
321        * console/Makefile.am: Remove all-local: $(ARCH).
322        * start/Makefile.am: Remove all-local: $(ARCH).
323        * startup/Makefile.am: Remove all-local: $(ARCH).
324        * timer/Makefile.am: Remove all-local: $(ARCH).
325        * wrapup/Makefile.am: Remove all-local: $(ARCH).
326
3272003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Merge-in include/Makefile.am.
330        Reflect changes to bsp.am.
331        * include/Makefile.am: Remove.
332        * configure.ac: Reflect changes above.
333
3342003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * bsp_specs: Remove *lib:.
337
3382003-09-04      Joel Sherrill <joel@OARcorp.com>
339
340        * clock/ckinit.c, startup/bspstart.c, timer/timer.c, timer/timerisr.S:
341        URL for license changed.
342
3432003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Reflect having moved aclocal/.
346
3472003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Reflect having moved automake/.
350        * clock/Makefile.am: Reflect having moved automake/.
351        * console/Makefile.am: Reflect having moved automake/.
352        * include/Makefile.am: Reflect having moved automake/.
353        * start/Makefile.am: Reflect having moved automake/.
354        * startup/Makefile.am: Reflect having moved automake/.
355        * timer/Makefile.am: Reflect having moved automake/.
356        * wrapup/Makefile.am: Reflect having moved automake/.
357
3582003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        PR 452/bsps
361        * startup/Makefile.am: Remove USE_INIT_FINI.
362
3632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
366
3672003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        PR 445/bsps
370        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
371        Remove cpp, old_cpp (now unused).
372
3732003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac: Remove AC_CONFIG_AUX_DIR.
376
3772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
380
3812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac: AC_PREREQ(2.57).
384
3852003-01-20      Joel Sherrill <joel@OARcorp.com>
386
387        * startup/linkcmds*: Add FreeBSD sysctl() sections.
388
3892002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
392        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
393        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
394        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
395        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
396
3972002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * start/Makefile.am: Use install-data-local to install startfile.
400
4012002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
404
4052002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
408
4092002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * .cvsignore: Reformat.
412        Add autom4te*cache.
413        Remove autom4te.cache.
414
4152002-08-21      Joel Sherrill <joel@OARcorp.com>
416
417        * bsp_specs: Added support for -nostdlibs.
418
4192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
422        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
423        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
424        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
425        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
426        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
427
4282002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * start/Makefile.am: Eliminate PGM.
431        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
432
4332002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
436
4372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
440        Remove $(OBJS) from all-local.
441
4422002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
445
4462001-05-09      Joel Sherrill <joel@OARcorp.com>
447
448        * startup/linkcmds: In support of gcc 3.1, added one of more
449        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
450        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
451        and direction of segments to memory regions may also have been
452        addressed.  This was a sweep across all BSPs.
453 
4542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac:
457        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
458        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
459        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
460        * Makefile.am: Remove AUTOMAKE_OPTIONS.
461        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
462        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
463        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
464        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
466        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
467
4682001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
471
4722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
475        * configure.in: Remove.
476        * configure.ac: New file, generated from configure.in by autoupdate.
477
4782001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * include/Makefile.am: Use 'CLEANFILES ='.
481        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
482
4832001-06-19      Joel Sherrill <joel@OARcorp.com>
484
485        * include/Makefile.am: Fixed typo.
486
4872001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * configure.in: Add bspopts.h.
490        * include/.cvsignore: Add bspopts.h*, stamp-h*.
491        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
492        * include/bsp.h: Include bspopts.h.
493
4942001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
495
496        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
497
4982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
501
5022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
505
5062000-11-01      Joel Sherrill <joel@OARcorp.com>
507
508        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
509        and libcsupport.h moved from libc to lib/include/rtems and
510        now must be referenced as <rtems/XXX.h>.   Header file order
511        was cleaned up while doing this.
512
5132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
516        Switch to GNU canonicalization.
517
5182000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
519
520        * startup/linkcmds: Added lines so DWARF debug information
521        would be available.  Otherwise gdb complains that the offsets
522        for the debug info are incorrect and doesn't load the files.
523
5242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
527        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
528        compile.am
529
5302000-08-10      Joel Sherrill <joel@OARcorp.com>
531
532        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.