]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - tools/src/tools/configtool/standalone/common/ChangeLog
Initial revision
[karo-tx-redboot.git] / tools / src / tools / configtool / standalone / common / ChangeLog
1 2003-02-12  Bart Veer  <bartv@ecoscentric.com>
2
3         * Makefile.in, configure:
4         Regenerate after acinclude.m4 update
5
6 2003-02-11  Bart Veer  <bartv@ecoscentric.com>
7
8         * ecosconfig.cxx:
9         With tcl 8.4 on a windows platform it is now necessary to call
10         Tcl_FindExecutable(). Otherwise Tcl does not get properly
11         initialized, and can end up indirecting through a NULL function
12         pointer.
13
14 2002-02-05  Bart Veer  <bartv@redhat.com>
15
16         * cdl_exec.cxx, cdl_exec.hxx, ecosconfig.cxx:
17         Add new options --enable-debug and --disable-debug
18
19 2002-01-14  Bart Veer  <bartv@redhat.com>
20
21         * cdl_exec.cxx:
22         Add missing <sys/param.h> under cygwin, needed for MAXPATHLEN.
23         Reported by Jifl.
24
25 2001-12-29  Bart Veer  <bartv@redhat.com>
26
27         * ecosconfig.cxx, cdl_exec.cxx, cdl_exec.hxx
28         Add new option -n to suppress modifications to the file system,
29         especially ecos.ecc. Suggested by Patrick Doyle
30         (wpd@delcomsys.com)
31
32 2001-12-06  Bart Veer  <bartv@redhat.com>
33
34         * cdl_exec.cxx (report_conflicts):
35         Report possible solutions correctly (bug 56232).
36
37 2001-10-25  Julian Smart  <julians@redhat.com>
38
39         * cdl_exec.cxx: added calls to mount -f /ecos-x under Cygwin,
40     in tree command. This, along with use of /ecos-x paths in the
41     makefiles, ensures that compilation is done in text mode.
42
43 2001-06-20  Bart Veer  <bartv@redhat.com>
44
45         * cdl_exec.cxx (set_verbose_mode):
46         Make the ecosconfig -v verbosity flag control libcdl database
47         verbosity as well.
48
49 2001-05-16  Bart Veer  <bartv@redhat.com>
50
51         * ecosconfig.cxx: clean up cygwin->windows path translations
52
53         * Makefile.am: use new compiler flag support
54
55         * configure, Makefile.in, testsuite/Makefile.in: regenerate
56
57 2001-04-27  Bart Veer  <bartv@redhat.com>
58
59         * cdl_exec.cxx (cdl_exec::cmd_new):
60         Make sure transactions get cleaned up properly if a CDL script
61         fails to load.
62
63 2000-07-07  Bart Veer  <bartv@redhat.com>
64
65         * cdl_exec.cxx (transaction_callback):
66         Output the correct value irrespective of the option flavor.
67
68 2000-06-28  Bart Veer  <bartv@redhat.com>
69
70         * cdl_exec.cxx, cdl_exec.hxx, ecosconfig.cxx:
71         Fix up the reporting of conflicts, inference engine changes, etc. 
72
73 2000-04-10  Bart Veer  <bartv@redhat.com>
74
75         * cdl_exec.cxx:
76         Add diagnostic callbacks to database initialization.
77
78 2000-03-08  Bart Veer  <bartv@redhat.com>
79
80         * configure.in (cyg_ac_infra_libdir):
81         Fix typo detected by Solaris build
82
83 2000-01-20  Bart Veer  <bartv@redhat.com>
84
85         * cdl_exec.cxx:
86         Allow for libcdl interface change to CdlConfigurationBody::add()
87
88 1999-11-11  Bart Veer  <bartv@redhat.co.uk>
89
90         * configure.in
91         * configure
92         * Makefile.am
93         * Makefile
94         Fixed VC++ build problems
95
96 1999-11-10  Bart Veer  <bartv@redhat.co.uk>
97
98         * acinclude.m4
99         * configure.in
100         * Makefile.am
101         * aclocal.m4
102         * configure
103         * Makefile.in
104         Created
105
106         * ChangeLog
107         Created