source: rtems/c/src/lib/libbsp/i386/pc386/tools/ChangeLog @ 1792c7a

4.104.115
Last change on this file since 1792c7a was 1792c7a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/10/09 at 10:27:37

2009-02-10 Ralf Corsépius <ralf.corsepius@…>

  • bin2boot.c: Use stdint/inttypes to workaround build warnings on 64bit hosts.
  • Property mode set to 100644
File size: 3.3 KB
Line 
12009-02-10      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bin2boot.c: Use stdint/inttypes to workaround build warnings on
4          64bit hosts.
5
62008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * bin2boot.c: Fix uninitialized variable warning.
9
102008-07-29      Chris Johns <chrisj@rtems.org>
11
12        * configure.ac: Add CFLAGS to workaround building errors on
13        a 64bit AMD host.
14
152007-01-26      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Use MKDIR_P instead of mkdir_p.
18
192006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * configure.ac: New BUG-REPORT address.
22
232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: Require autoconf-2.60. Require automake-1.10.
26
272004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
28
29        * configure.ac: Require automake > 1.9.
30
312004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
34        Add PRE/TMPINSTALL_FILES to CLEANFILES.
35
362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Reworked.
39
402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
43
442003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: More hacks to keep this crap alive.
47
482003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Reflect having moved aclocal/.
51
522003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Reflect having moved automake/.
55
562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
59
602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove AC_CONFIG_AUX_DIR.
63
642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
67
682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: AC_PREREQ(2.57).
71
722002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * bin2boot.c: #include POSIX compliant <string.h> instead of BSD
75        proprietary memory.h.
76
772002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * .cvsignore: Reformat.
80        Add autom4te*cache.
81        Remove autom4te.cache.
82
832002-07-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Add transform and bsptools_bindir hacks.
86
872002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Remove AC_EXEEXT (obsolete).
90
912002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac:
94        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
95        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
96        * Makefile.am: Remove AUTOMAKE_OPTIONS.
97
982001-11-13      Joel Sherrill <joel@OARcorp.com>
99
100        * Makefile.am: Made to compile again.
101
1022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
105        * configure.in: Remove.
106        * configure.ac: New file, generated from configure.in by autoupdate.
107
1082001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Use 'PREINSTALL_FILES ='.
111
1122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
115
1162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
119
1202000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
123        Switch to GNU canonicalization.
124
1252000-08-10      Joel Sherrill <joel@OARcorp.com>
126
127        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.