]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - tools/src/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / tools / src / ChangeLog
1 2003-02-12  Bart Veer  <bartv@ecoscentric.com>
2
3         * Makefile.in: Regenerate after acinclude.m4 update
4
5 2002-08-03  Bart Veer  <bartv@ecoscentric.com>
6
7         * acinclude.m4, configure.in, Makefile.am:
8         Rework host-side autoconf support
9
10 2001-10-15  Julian Smart <julians@redhat.com>
11
12     * Mounts /ecos-x now, not /x
13     * Fixed invocation of 'mount' when about to build
14
15 2001-07-26  Julian Smart <julians@redhat.com>
16
17     * Only use Registry functions if building a GUI Configtool.
18     * ecosconfig.exe doesn't now get built when building the GUI
19       Configtool.
20
21 2001-07-09  Julian Smart <julians@redhat.com>
22
23     * Fixed (I hope) a long-term bug in both versions of the Configtool,
24     whereby conflicts involving bool-data values weren't
25     resolved.
26
27 2001-06-18  Julian Smart <julians@redhat.com>
28
29     * Added possible fix for Tcl crash bug under Windows 9x, by
30     using the wxWindows Mkdir function instead of Tcl's mkdir.
31
32 2001-06-04  Julian Smart <julians@redhat.com>
33
34     * Changed cygpath in build.cxx to use /cygdrive notation,
35     checking in the registry first in case the user has customized
36     the /cygdrive mount point.
37
38 2001-05-23  Julian Smart <julians@redhat.com>
39
40     * Added Srdjan Sobajic's most excellent host/README improvements,
41     and listed the directories more clearly with a brief reference
42     to the new Configtool and its own readme.
43
44 2001-05-16  Bart Veer  <bartv@redhat.com>
45
46         * acinclude.m4 :
47         Update compiler flag handling with g++ to use -O0 rather than
48         -O2. The extra run-time performance is not worth the build
49         overheads. Also sort out the Tcl macro for VC++ builds.
50
51         * configure.in : clean up some old cruft
52
53         aclocal.m4, configure, Makefile.in: regenerate
54
55 2001-01-29  Andreas Schuldei  <andreas@schuldei.org>
56
57         * acinclude.m4 (CYG_AC_PATH_TCL): Simplify Tcl installation searching
58
59 2000-10-23  Jesper Skov  <jskov@redhat.com>
60
61         * configure: Disable ser_filter magic for now - properly this time!
62         * configure.in: Ditto.
63
64 2000-10-17  Jesper Skov  <jskov@redhat.com>
65
66         * configure: Disable ser_filter magic for now.
67         * configure.in: Ditto.
68
69 2000-09-15  Jesper Skov  <jskov@redhat.com>
70
71         * Makefile.in: Added ser_filter rules.
72         * configure: Ditto.
73         * configure.in: Ditto.
74
75 2000-09-12  Bart Veer  <bartv@redhat.com>
76
77         * README
78         Clarify which configure script should be used.
79
80 2000-08-18  Bart Veer  <bartv@redhat.com>
81
82         * configure.in:
83         Allow cross-compilation
84
85         * Makefile.in, configure:
86         Regenerate
87
88 2000-03-13  John Dallway  <jld@cygnus.co.uk>
89
90         * README:
91         Mention use of the short form of the path to the configure
92         script under Windows.
93
94 2000-03-12  Bart Veer  <bartv@redhat.com>
95
96         * acinclude.m4, and lots of other files:
97         Change the CYG_AC_PATH_TCL macro to use tclConfig.sh, make
98         appropriate adjustments elsewhere. Also, add dependencies
99         such that the commands now depend on the libraries.
100
101 2000-03-08  Bart Veer  <bartv@redhat.com>
102
103         * README:
104         Updated.
105
106         * configure.in (ECOS_DIRS):
107         Use the infrastructure and Tcl macros at the toplevel, so that
108         configure --help gives the right information.
109         
110         * configure.in (ECOS_DIRS):
111         Look for the file tools/ecostest/common/configure, rather than
112         just the directory.
113
114 2000-03-01  Bart Veer  <bartv@redhat.com>
115
116         * Create toplevel ChangeLog for the eCos host-side.
117
118 //####COPYRIGHTBEGIN####
119 //                                                                          
120 // ----------------------------------------------------------------------------
121 // Copyright (C) 2000, 2001 Red Hat, Inc.
122 //
123 // This file is part of the eCos host tools.
124 //
125 // This program is free software; you can redistribute it and/or modify it 
126 // under the terms of the GNU General Public License as published by the Free 
127 // Software Foundation; either version 2 of the License, or (at your option) 
128 // any later version.
129 // 
130 // This program is distributed in the hope that it will be useful, but WITHOUT 
131 // ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
132 // FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for 
133 // more details.
134 // 
135 // You should have received a copy of the GNU General Public License along with
136 // this program; if not, write to the Free Software Foundation, Inc., 
137 // 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
138 //
139 // ----------------------------------------------------------------------------
140 //                                                                          
141 //####COPYRIGHTEND####