-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
367 lines (281 loc) · 13.5 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
2010-11-30 Charles Wilson <cwilso11@users.sourceforge.net>
Work around optimization bug when compiling reimp
* configure.ac: Make a copy of CFLAGS.
* reimp/Makefile.am: Override CFLAGS with -O0.
* NEWS: Update documentation.
2010-11-30 Volker Grabsch <vog@users.sourceforge.net>
Portability fix for the reimp tool of mingw-utils
* reimp/reimp.c (do_import, read_link_member, extract_member):
Use standard [u]intNN_t types throughout.
* reimp/reimp.h: Include stdint.h. Don't define custom [u]intNN
types. Use standard [u]intNN_t types throughout. Correct signature
for spawnvp on non-win32.
* reimp/util.c: Include unistd.h. Use standard [u]intNN_t types
throughout. Correct signature for spawnvp.
2009-09-15 Charles Wilson <cwilso11@users.sourceforge.net>
Release 0.4
* README: Update.
* Makefile.am: Ensure AC_CONFIG_MACRO_DIR is distributed,
even if empty.
* configure.ac: Update.
2009-09-14 Charles Wilson <cwilso11@users.sourceforge.net>
Remove pexports from mingw-utils; it is now a top-level module
* pexports/AUTHORS, pexports/ChangeLog, pexports/COPYING,
pexports/hlex.l, pexports/hparse.h, pexports/hparse.y,
pexports/Makefile.am, pexports/pe.h, pexports/pexports.c,
pexports/pexports.h. pexports/README, pexports/str_tree.c,
pexports/str_tree.h: Removed.
2009-09-14 Charles Wilson <cwilso11@users.sourceforge.net>
Remove dos2unix and unix2dos: equivalent versions
provided by the msys and mingw ports of 'cygutils'
* dos2unix/COPYING, dos2unix/dos2unix.1,
dos2unix/dos2unix.c, dos2unix/dos2unix.h,
dos2unix/Makefile.am: Removed.
* unix2dos/COPYING, unix2dos/Makefile.am,
unix2dos/unix2dos.1, unix2dos/unix2dos.c,
unix2dos/unix2dos.h: Removed.
2009-09-14 Charles Wilson <cwilso11@users.sourceforge.net>
Remove drmingw; it now has its own development site
at http://code.google.com/p/jrfonseca/wiki/DrMingw
* drmingw/bucomm.h, drmingw/budbg.h, drmingw/COPYING,
drmingw/COPYING.LIB, drmingw/debug.c, drmingw/debug.h,
drmingw/debugger.c, drmingw/debugger.h, drmingw/debugx.c,
drmingw/dialog.c, drmingw/dialog.h, drmingw/doc/drmingw.html,
drmingw/doc/drmingw.reg, drmingw/doc/exception-nt.gif,
drmingw/doc/install.gif, drmingw/doc/sample.gif, drmingw/exchndl.c,
drmingw/icon.ico, drmingw/ieee.c, drmingw/ieee.h,
drmingw/include/aout/aout64.h, drmingw/include/aout/stab.def,
drmingw/include/aout/stab_gnu.h, drmingw/include/coff/internal.h,
drmingw/include/demangle.h, drmingw/include/dis-asm.h,
drmingw/include/filenames.h, drmingw/include/getopt.h,
drmingw/include/libcoff.h, drmingw/include/libiberty.h,
drmingw/include/safe-ctype.h, drmingw/log.c, drmingw/log.h,
drmingw/main.c, drmingw/Makefile.am, drmingw/misc.c,
drmingw/misc.h, drmingw/module.c, drmingw/module.h,
drmingw/prdbg.c, drmingw/rdcoff.c, drmingw/rddbg.c,
drmingw/resource.h, drmingw/resource.rc, drmingw/samples/exchndl2.cxx,
drmingw/samples/test-segv.cxx, drmingw/samples/test-segv.txt,
drmingw/samples/test.c, drmingw/samples/testcpp.cxx,
drmingw/stabs.c, drmingw/symbols.c, drmingw/symbols.h: Removed.
2009-09-14 Charles Wilson <cwilso11@users.sourceforge.net>
Silence build warnings, improve build system.
* .cvsignore: Update.
* Makefile.am: More build system refinements.
* README: Document build and installation.
* redir/redir.c (run_program): Silence build warnings.
* reimp/ar.c: Ditto.
* reimp/reimp.c (create_implib): Ditto.
* reimp/util.c: Ditto.
* res2coff/resimage.c (SortUnnamedResources::ResourceCmp): Ditto.
2009-09-14 Charles Wilson <cwilso11@users.sourceforge.net>
Restructure for forthcoming 0.4 release.
* AUTHORS: Update.
* README: Update.
* LICENSE: New.
* INSTALL: Removed.
* NEWS: Add actual content.
* README: Ditto.
* TODO: New.
* .cvsignore: New.
* autogen.sh: Running configure is optional (-c). Update
for automake-1.11. Echo commands. Invoke msys-here/autogen.sh
* Makefile.am: Rewrite. Add msys-here.
* configure.ac: Don't build dos2unix, unix2dos, drmingw, or
pexports. Ensure built scripts are executable. No longer look
for windres. Update to automake-1.11. Add msys-here.
* build-aux: New directory.
* build-aux/.cvsignore: New.
* m4: New directory.
* m4/.cvsignore: New.
* redir/Makefile.am: Consolidate docdirs.
* reimp/Makefile.am: Consolidate docdirs.
* res2coff/Makefile.am: Consolidate docdirs.
* scripts/Makefile.am: Consolidate docdirs. Use modern idioms to
build and install scripts and documentation.
* redir/.cvsignore: New.
* reimp/.cvsignore: New.
* res2coff/.cvsignore: New.
* scripts/.cvsignore: New.
2003-11-25 18:18 jrfonseca
* drmingw/: bucomm.h, budbg.h, debug.c, debug.h, debugx.c,
exchndl.c, ieee.c, ieee.h, prdbg.c, rdcoff.c, rddbg.c, stabs.c,
symbols.c, include/dis-asm.h, include/filenames.h,
include/getopt.h, include/libcoff.h, include/libiberty.h,
include/safe-ctype.h: Merge with latest binutils source.
2003-11-25 16:53 jrfonseca
* ChangeLog, configure.ac, scripts/dsw2mak.in: Version bump.
Removed some redundant funciton checks in autoconf. Update
changelog.
2003-11-25 16:51 jrfonseca
* pexports/hlex.l: input()/unput() must be called within the
actions.
2003-11-25 15:30 jrfonseca
* scripts/dsw2mak.in: Strip DOS line-endings from DSW too (Amitai
Yuval)
2003-05-24 11:57 jrfonseca
* scripts/dsw2mak.in: Changed the dsw2mak license to LPGL.
2003-02-04 01:49 infidel
* ChangeLog, redir/Makefile.am, reimp/Makefile.am,
res2coff/Makefile.am: 2003-02-04 01:45 infidel
* redir/Makefile.am, reimp/Makefile.am,
res2coff/Makefile.am:
Install documentation in the doc subdirectory.
2003-01-25 13:43 jrfonseca
* drmingw/main.c: Make DrMingw accept hexadecimal numbers as the
process ID. (Daniel K. O.)
2003-01-16 20:58 jrfonseca
* drmingw/exchndl.c: Optionally remove the BFD dependency of
exchndl.c (with omition the HAVE_BFD macro), generating a truly
LPGL exchndl.dll. (Heiko Gerdau)
2002-12-04 12:24 jrfonseca
* ChangeLog, drmingw/Makefile.am: Dr.MinGW documentation wasn't
being included in the sources.
2002-12-04 12:15 jrfonseca
* ChangeLog, Makefile.am, configure.ac, dos2unix/Makefile.am,
drmingw/Makefile.am, pexports/Makefile.am, redir/Makefile.am,
reimp/Makefile.am, res2coff/Makefile.am, scripts/dsw2mak.in,
unix2dos/Makefile.am: Added a 'sdist' and 'bdist' target to the top
level Makefile to create the source and binary package of
mingw-utils, respectively. Permanently removed the commented
libtool stuff after trying once more time to build exchdnl.dll
using it without success. Installation of the documentation using
automake variables, which is much cleaner and simple than using
install hooks.
2002-12-02 22:12 jrfonseca
* drmingw/include/: demangle.h, dis-asm.h, libcoff.h,
aout/aout64.h, aout/stab.def, aout/stab_gnu.h, coff/internal.h:
Updated the BFD headers from lates binutils.
2002-12-02 21:45 jrfonseca
* drmingw/Makefile.am: Small chnages in the example rules to make
them smaller.
2002-12-02 21:40 jrfonseca
* drmingw/: COPYING, COPYING.LIB: Dual license Dr.Mingw code under
GPL and LGPL, to match binutils license.
2002-12-02 21:38 jrfonseca
* drmingw/: exchndl.c, symbols.c: Small cosmetic changes to match
latest binutils code.
2002-12-01 14:02 jrfonseca
* ChangeLog, configure.ac, drmingw/Makefile.am,
drmingw/samples/test-c.c, drmingw/samples/test-cxx.cxx,
drmingw/samples/test-segv.cpp, drmingw/samples/test-segv.cxx,
drmingw/samples/test.c, drmingw/samples/testcpp.cxx,
pexports/Makefile.am, redir/Makefile.am, res2coff/Makefile.am,
scripts/Makefile.am: Bumped version number to mingw-utils-0.2.
Documentation of most packages, Dr.MinGW samples and exchndl.dll
are now all installed with 'make install'. Renamed Dr.MinGW
samples to match documentation (as it would be too much trouble to
do it otherwise due to the existing screenshots).
2002-11-29 20:59 jrfonseca
* drmingw/: Makefile.am, debugger.c, dialog.c, exchndl.c, log.c,
main.c, misc.c, module.c, symbols.c, doc/drmingw.html: Updated
Dr.Mingw HTML documentation. Updated my email on the sources.
Enabled the build of exchndl.dll.
2002-11-08 13:15 jrfonseca
* pexports/: AUTHORS, README: Removed deprecated information in
README and split the author information into AUTHORS.
2002-11-08 02:56 infidel
* pexports/: ChangeLog, pexports.c: 2002-11-08 Luke Dunstan
<infidel@users.sourceforge.net>
* pexports.c (dump_exports): fix exports incorrectly
determined to be forwarders.
2002-11-07 11:06 jrfonseca
* scripts/dsw2mak.in: Fix bug in the linker output target
determination. (Alain Touret)
2002-11-07 10:58 jrfonseca
* scripts/dsw2mak.in: Support for C++ source files with .cc and
.cxx extensions. (Alain Touret)
2002-10-06 10:58 jrfonseca
* ChangeLog: [no log message]
2002-10-06 10:55 jrfonseca
* AUTHORS, autogen.sh, configure.ac, dos2unix/dos2unix.c,
dos2unix/dos2unix.h, drmingw/Makefile.am, unix2dos/unix2dos.c,
unix2dos/unix2dos.h: Updated configure.ac to use updated Autotools
syntax, determine windres program at build-time, make
dos2unix-unix2dos use config.h (Soren Andersen)
2002-10-03 18:11 jrfonseca
* dos2unix/Makefile.am, unix2dos/Makefile.am: Tell automake to
include the man pages in the source package
2002-09-30 17:53 jrfonseca
* drmingw/samples/: exchndl2.cxx, test-c.c, test-cxx.cxx,
test-segv.cpp, test-segv.txt: Added a test case contributed by Wu
Yongwei on 2002/04/27 which causes Dr.MinGW to go in a infinite
loop (still). Converted the previous files to Unix line endings.
2002-09-30 17:40 jrfonseca
* drmingw/samples/: exchndl2.cxx, test-c.c, test-cxx.cxx: Added
some previously forgotten sample test programs of Dr.MinGW.
2002-09-30 01:10 jrfonseca
* ChangeLog, dos2unix/COPYING, dos2unix/COPYRIGHT,
drmingw/Makefile.am, unix2dos/COPYING, unix2dos/COPYRIGHT: Renamed
some files to better suit what is expected by autotools. Other
fixes for packaging.
2002-09-30 00:50 jrfonseca
* AUTHORS, ChangeLog, configure.ac, drmingw/include/getopt.h: Added
yours truly to the AUTHORS. Included getopt.h into the distro.
Updated the Changelog.
2002-09-30 00:49 jrfonseca
* scripts/dsw2mak.in: The dsw2awk script is now generated by the
autotools using information such as host_alias to automatically use
the correct set of applications when cross-compiling.
2002-09-30 00:31 jrfonseca
* aclocal.m4, autogen.sh, config.guess, config.sub, configure.ac,
configure.in, install-sh, missing, mkinstalldirs,
dos2unix/Makefile.am, dos2unix/dos2unix.c, dos2unix/dos2unix.h,
drmingw/Makefile.am, drmingw/Makefile.old,
drmingw/include/libiberty.h, pexports/Makefile.am, pexports/hlex.c,
pexports/hparse.c, redir/Makefile.am, redir/redir.c,
res2coff/README, res2coff/objimage.c, res2coff/readme.1st,
res2coff/res2coff.h, scripts/Makefile.am, unix2dos/Makefile.am,
unix2dos/unix2dos.c, unix2dos/unix2dos.h: Removed files which are
autogenerated and shouldn't be in CVS. Switched to the new
versions of autotools. Fixing to the #endif preprocessing symbols
of dos2unix/unix2dos to make gcc happy. Removed the dependency of
libliberty from the redir source.
2002-05-26 11:13 infidel
* drmingw/Makefile.old, drmingw/doc/drmingw.html, pexports/README,
pexports/hparse.h, pexports/pexports.h, reimp/README,
res2coff/objimage.c, res2coff/protos.h, res2coff/readme.1st,
res2coff/res2coff.c, res2coff/res2coff.h, res2coff/resimage.c,
scripts/a2dll.html, scripts/a2dll.in, scripts/static2dll_howto.txt:
Convert some text files to Unix format
2002-05-20 21:49 jrfonseca
* redir/: Makefile.am, README, redir.c: added redir which somehow
had been forgoten in the previous commits
2002-05-20 21:39 jrfonseca
* drmingw/: exchndl.c, symbols.c: Fixed potential use of an
uninitialized variable (Steve Whiteley)
2002-05-14 21:38 jrfonseca
* Makefile.am, configure.in, res2coff/Makefile.am,
res2coff/objimage.c, res2coff/protos.h, res2coff/readme.1st,
res2coff/res2coff.c, res2coff/res2coff.h, res2coff/resimage.c:
Added res2coff: a binary resource to COFF object format converter.
2002-04-10 14:39 jrfonseca
* AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
aclocal.m4, autogen.sh, config.guess, config.sub, configure.in,
install-sh, missing, mkinstalldirs, dos2unix/COPYRIGHT,
dos2unix/Makefile.am, dos2unix/dos2unix.1, dos2unix/dos2unix.c,
dos2unix/dos2unix.h, drmingw/Makefile.am, drmingw/Makefile.old,
drmingw/budbg.h, drmingw/debug.c, drmingw/debug.h,
drmingw/debugger.c, drmingw/debugger.h, drmingw/debugx.c,
drmingw/dialog.c, drmingw/dialog.h, drmingw/exchndl.c,
drmingw/icon.ico, drmingw/ieee.c, drmingw/ieee.h, drmingw/log.c,
drmingw/log.h, drmingw/main.c, drmingw/misc.c, drmingw/misc.h,
drmingw/module.c, drmingw/module.h, drmingw/prdbg.c,
drmingw/rdcoff.c, drmingw/rddbg.c, drmingw/resource.h,
drmingw/resource.rc, drmingw/stabs.c, drmingw/symbols.c,
drmingw/symbols.h, drmingw/doc/drmingw.html,
drmingw/doc/drmingw.reg, drmingw/doc/exception-nt.gif,
drmingw/doc/install.gif, drmingw/doc/sample.gif,
drmingw/include/demangle.h, drmingw/include/dis-asm.h,
drmingw/include/libcoff.h, drmingw/include/aout/aout64.h,
drmingw/include/aout/stab.def, drmingw/include/aout/stab_gnu.h,
drmingw/include/coff/internal.h, pexports/COPYING,
pexports/ChangeLog, pexports/Makefile.am, pexports/README,
pexports/hlex.c, pexports/hlex.l, pexports/hparse.c,
pexports/hparse.h, pexports/hparse.y, pexports/pe.h,
pexports/pexports.c, pexports/pexports.h, pexports/str_tree.c,
pexports/str_tree.h, reimp/Makefile.am, reimp/README, reimp/ar.c,
reimp/reimp.c, reimp/reimp.h, reimp/util.c, scripts/Makefile.am,
scripts/a2dll.html, scripts/a2dll.in, scripts/dsw2mak.in,
scripts/static2dll_howto.txt, unix2dos/COPYRIGHT,
unix2dos/Makefile.am, unix2dos/unix2dos.1, unix2dos/unix2dos.c,
unix2dos/unix2dos.h: Initial submition to CVS