OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [tools/] [src/] [tools/] [Utils/] [ChangeLog] - Blame information for rev 578

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.