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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [host/] [tools/] [Utils/] [ChangeLog] - Blame information for rev 790

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

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

powered by: WebSVN 2.1.0

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