]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - tools/src/tools/Utils/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / tools / src / tools / Utils / ChangeLog
1 2003-02-12  Bart Veer  <bartv@ecoscentric.com>
2
3         * common/configure, common/Makefile.in:
4         Regenerate after acinclude.m4 update
5
6 2003-01-25  John Dallaway  <jld@ecoscentric.com>
7
8         * common/Collections.cpp: #include <winsock2.h> early for Cygwin
9         builds to eliminate fd_set compiler warning
10
11         * common/eCosSocket.cpp: Add newline at end of file to eliminate
12         compiler warning
13
14
15 2003-01-20  John Dallaway  <jld@ecoscentric.com>
16
17         * common/eCosThreadUtils.cpp:
18         Use "try" rather than "__try" for Cygwin builds.
19
20         * common/eCosStd.h:
21         #include winsock2.h and process.h for Cygwin builds.
22
23         * common/Properties.cpp:
24         Use MIN macro rather than min() for portability.
25
26 2002-08-03  Bart Veer  <bartv@ecoscentric.com>
27
28         * common/Makefile.am, common/configure.in, common/acinclude.m4:
29         Rework host-side autoconf support
30
31 2000-09-15  Jesper Skov  <jskov@redhat.com>
32
33         * common/Makefile.in: Regenerated.
34         * common/configure: Ditto.
35
36         * common/eCosSocket.h: Made SSReadResult enum public.
37
38         * common/Makefile.am: Added autoconf/make support.
39         * common/Makefile.in: Ditto.
40         * common/configure: Ditto.
41         * common/configure.in: Ditto.
42         * common/acinclude.m4: Ditto.
43         * common/aclocal.m4: Ditto.
44
45         * common/wcharunix.h (_tperror): Make putenv convert String to
46         char*.
47
48 2000-08-01  Jonathan Larmour  <jlarmour@redhat.co.uk>
49
50         * common/eCosSerial.h: 
51         * common/eCosSerial.cpp:
52         Add support for setting RTSCTS, DSRDTR and XONXOFF flow control
53         for both win32 and unix
54
55 2000-04-14 Simon FitzMaurice <sdf@redhat.co.uk>
56   * common\Subprocess.cpp
57     common\Subprocess.h
58
59   Always attempt to kill a process explicitly (don't let Cygwin processes linger)
60
61 2000-04-13 Simon FitzMaurice <sdf@redhat.co.uk>
62   * common\eCosSerial.cpp
63     common\eCosSocket.cpp
64     common\eCosTrace.cpp
65
66   Tidy up timestamp output.
67     
68 2000-04-11 Simon FitzMaurice <sdf@redhat.co.uk>
69   * common\Collections.cpp
70     common\Collections.h
71     common\Properties.cpp
72     common\Properties.h
73     common\eCosStd.h
74     common\eCosThreadUtils.cpp
75     common\eCosThreadUtils.h
76     common\eCosTrace.cpp
77     common\eCosTrace.h
78     common\wcharunix.h
79     win32\CTUtils.cpp
80
81   General tidy-up.  
82
83 2000-03-13 Simon FitzMaurice <sdf@redhat.co.uk>
84   * common\Collections.cpp
85     common\Properties.cpp
86     common\eCosStd.cpp
87     common\eCosStd.h
88     common\eCosThreadUtils.cpp
89     common\eCosThreadUtils.h
90     common\eCosTrace.cpp
91
92         Mark UNIX sections of code as such.
93         Correct bug in GetBuffer() - always allow enough space for allocation of *old* string.
94
95 2000-03-10 Simon FitzMaurice <sdf@redhat.co.uk>
96   * common\eCosStd.cpp
97     common\eCosStd.h
98     common\eCosThreadUtils.cpp
99
100         Move CeCosTrace class to its own file
101
102   * win32\IntegerEdit.cpp
103
104   Eliminate compilation warning
105     
106         *       win32\SubProcess.cpp
107
108         Start on UNIX implementation
109
110 2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>
111   * common\eCosThreadUtils.cpp
112
113   Correct compilation problem on UNIX.
114         
115 2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>
116   * common\eCosThreadUtils.cpp
117     common\eCosThreadUtils.h
118
119   Add name argument to RunThread calls for debugging.
120
121 2000-03-08 Simon FitzMaurice <sdf@redhat.co.uk>
122   * common\eCosStd.cpp
123     common\eCosStd.h
124     common\eCosThreadUtils.cpp
125     common\eCosThreadUtils.h
126
127         Avoid potential race condition in RunThread.
128
129 2000-03-07 Simon FitzMaurice <sdf@redhat.co.uk>
130   * common\Collections.cpp
131     common\Collections.h
132     common\Properties.cpp
133     common\eCosStd.cpp
134     common\eCosStd.h
135     common\eCosThreadUtils.cpp
136     win32\SubProcess.cpp
137     win32\SubProcess.h
138
139         Use std::vector directly instead of StringArray, PtrArray
140         Introduce common command-line processing to CeCosTestUtils
141         Tidy output and trace functions and move to CeCosTrace
142         CSubprocess Run functions now return thread id and pass instead of this pointer to message callbacks.
143
144 2000-03-03 Simon FitzMaurice <sdf@redhat.co.uk>
145   * common\Collections.cpp
146     common\Collections.h
147     common\Properties.cpp
148     common\Properties.h
149   
150   Thread-related eCosTest code extracted to new class CeCosThreadUtils  
151
152 2000-03-02 Simon FitzMaurice <sdf@redhat.co.uk>
153   * common\Properties.cpp
154     common\Properties.h
155     win32\SubProcess.cpp
156     win32\SubProcess.h
157
158   Migrate more classes to Utils from eCosTest.
159   Use common CSubprocess class implementation.
160
161 2000-02-29 Simon FitzMaurice <sdf@redhat.co.uk>
162   * common\Properties.h : CeCosTestUtils::String->String
163
164   * win32\CSHDialog.cpp
165     win32\CSHPropertyPage.cpp
166     win32\CSHPropertySheet.cpp : guard against unexpected rclick position
167
168   * win32\FileName.cpp : eliminate compilation warnings
169
170 2000-02-25 Simon FitzMaurice <sdf@redhat.co.uk>
171   * common\Properties.cpp
172     common\Properties.h
173
174  Allow prefix to be supplied to support serialization chaining.
175
176 2000-02-22 Simon FitzMaurice <sdf@redhat.co.uk>
177   * win32\IntegerEdit.cpp
178     win32\IntegerEdit.h
179
180   Keep spin control sized according to parent.
181
182 2000-02-21 Simon FitzMaurice <sdf@redhat.co.uk>
183   * win32/MultiLineEditDialog.cpp
184
185   Add WS_TABSTOP to controls.
186
187 2000-02-21 Simon FitzMaurice <sdf@redhat.co.uk>
188   * win32/IntegerEdit.cpp
189
190   Do not allow thousands in spin ctrl.
191
192 2000-02-18 Simon FitzMaurice <sdf@redhat.co.uk>
193   * common\Properties.h
194
195   CreateKey should be Win32-only
196
197 2000-02-16 Simon FitzMaurice <sdf@redhat.co.uk>
198   * common\Properties.cpp
199     common\Properties.h
200
201   Add support for defining platforms.
202
203 2000-02-15 Simon FitzMaurice <sdf@redhat.co.uk>
204   * win32\CSHPropertyPage.cpp
205     win32\CSHPropertySheet.cpp
206
207   Prevent recursion via OnWndMsg
208
209   * win32\FileName.cpp
210     win32\FileName.h
211
212   Add bFailIfAlreadyExists parameter to CreateDirectory()
213