source: rtems/c/src/lib/libbsp/sh/ChangeLog @ 0f24a9ed

4.104.114.84.95
Last change on this file since 0f24a9ed was fcb0cd46, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:06:55

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require autoconf-2.60. Require automake-1.10.
8
92005-10-16      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Merge-in shared/Makefile.am.
12        * ChangeLog: Merge-in shared/ChangeLog.
13        * configure.ac: Remove shared/Makefile.am.
14
152004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * configure.ac: Require automake > 1.9.
18
192004-04-20      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * shared/Makefile.am: Remove C_FILES (Unused).
22
232004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
24
25        * shared/console.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
26
272004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
30        * acinclude.m4: Regenerate.
31
322004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
35        $(RTEMS_BSP_FAMILY).
36
372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
40
412003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * shared/Makefile.am: Cosmetics.
44
452003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * acinclude.m4: Reflect changes to bootstrap.
48        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
49
502003-09-04      Joel Sherrill <joel@OARcorp.com>
51
52        * shared/console.c, shared/setvec.c: URL for license changed.
53
542003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Reflect having moved aclocal/.
57
582003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am, shared/Makefile.am: Reflect having moved automake/.
61
622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Use rtems-bugs@rtems.com as bug report email
65        address.
66
672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac: Remove AC_CONFIG_AUX_DIR.
70
712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
74        * configure.ac: AC_PREREQ(2.57).
75
762003-02-03      Joel Sherrill <joel@OARcorp.com>
77
78        PR 338/filesystem
79        * shared/console.c: Side-effect of fixing reentrancy problem with
80        rtems_io_lookup_name() (API change).
81
822002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
85
862002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
89
902002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am, shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
94        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
95
962001-10-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * acinclude.m4: Add gensh4 and simsh4.
99
1002001-10-12      Joel Sherrill <joel@OARcorp.com>
101
102        * shared/console.c, shared/setvec.c: Fixed typo.
103
1042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
107        * configure.ac: New file, generated from configure.in by autoupdate.
108        * configure.in: Remove.
109
1102001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * acinclude.m4: New file.
113        * configure.in: Use RTEMS_BSP_SUBDIR.
114
1152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
118
1192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
122        $(RTEMS_TOPdir)/aclocal.
123
1242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
127        GNU canonicalization.
128
1292000-08-10      Joel Sherrill <joel@OARcorp.com>
130
131        * ChangeLog, shared/ChangeLog: New file.
132
Note: See TracBrowser for help on using the repository browser.