2004-02-20 11:55  jrfonseca

	* ChangeLog, reimp/reimp.c: Quote library names in reimp (Daan
	Leijen).

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

