2003-02-17  Jason Tishler <jason@tishler.net>
						
	*	rebaseimage.cc (RebaseImage): Fixes bug when rebasing up 
	and the DLL is already based at the requested address.

2003-02-14  Ralf Habacker <ralf.habacker@freenet.de>
						Jason Tishler <jason@tishler.net>
						
	*	sections.h (debugprint): 	New prototype.
	*	sections.cc (debugprint): New function.
	(Relocations::check): added additional debug printing, 
	 changed endpointer comparing.
	(Relocations::fix): Changed endpointer comparing.
	(Relocations::relocate): Ditto.
		
2003-01-31  Jason Tishler <jason@tishler.net>

  * rebaseimage.cc: fixed bug in dll base address adjustment.

2003-01-21  Jason Tishler <jason@tishler.net>

  * imagehelper.h, rebaseimage.cc: added c support 
  for function prototypes. 

2003-01-04  Ralf Habacker  <Ralf.habacker@freenet.de>

  * sections.h: added classes BoundImportDescriptor
  and DataDirectory 
  * objectfile.cc,sections.cc: used class ImageDescriptor,
  BoundImageDescriptor and DataDirectory instead of 
  native windows definitions. 
  
2003-01-04  Ralf Habacker  <Ralf.habacker@freenet.de>

  * rebase.doxygen.in: removed inlining sources 

2003-01-04  Ralf Habacker  <Ralf.habacker@freenet.de>

  * section.cc (Relocations::relocate): fix return code 
  problems.

2003-01-04  Ralf Habacker  <Ralf.habacker@freenet.de>

  * section.h (class Imports): derivate from SectionBase 
  to avoid duplicate getAdjust() method.
  
2003-01-03  Ralf Habacker  <Ralf.habacker@freenet.de>

  * objectfile.cc,sections.cc,unbind_main,bindimage.cc,
  checkimage.cc,fiximage.cc,getimageinfos.cc,rebaseimage.cc,
  unbind_main.cc: completed debug message printing to cerr 
  and regular output to cout.
  
2003-01-03  Ralf Habacker  <Ralf.habacker@freenet.de>

  * objectfile.cc,sections.cc: added conditional printing 
  for debug messages.

2003-01-03  Charles Wilson  <cwilson@ece.gatech.edu>

  * Makefile: spelling corrected, moved to unix eol.
  * README, ChangeLog: moved to unix eol.
  * rebase.doxygen.in: used new name imagehelper. 
   
2003-01-02  Charles Wilson  <cwilson@ece.gatech.edu>

	* Makefile.in: add bindimage.o to LIBFILES
	change ar flags for creating static library
	* bindimage.cc: include imagehelper.h
	* objectfile.cc: remove dependency on stdio.h, use
	iostream and iomanip instead.
	(ObjectFile::ObjectFile): use std::cout instead of
	printf, std::cerr instead of fprintf(stderr,...)
	(LinkedObjectFile::rebind): ditto.
	(LinkedObjectFile:LinkedObjectFile): ditto.
	(LinkedObjectFile::PrintDependencie): ditto.
	(LinkedObjectFile::unbind): ditto.
	(main): ditto.
	* objectfilelist.cc: remove dependency on stdio.h, use
	iostream instead.
	(main): use std::cout instead of
	printf, std::cerr instead of fprintf(stderr,...)
	* rebase_main.cc: remove dependency on stdio.h
	(main): don't call GetLastError() twice, use stored
	value in aStatus2.  Call strerror() for a more informative
	message.
	* rebind_main.cc: remove dependency on stdio.h
	(Usage): use std::cout instead of printf, std::cerr
	instead of fprintf(stderr,...)
	* sections.cc: remove dependency on stdio.h, use
	iostream and iomanip instead.
	(Section::print): use std::cout instead of printf, std::cerr
	instead of fprintf(stderr,...)
	(Exports::Exports): ditto.
	(Exports::dump): ditto.
	(Imports::Imports): ditto.
	(Imports::dump): ditto.
	(Relocations::check): ditto.
	(Relocations::fix): ditto.
	(Relocations::relocate): ditto.
	* unbind_main (Usage): ditto.

2003-01-02 Ralf Habacker <Ralf.Habacker@freenet.de>

	* Makefile: new file 

2003-01-02 18:05  Ralf Habacker <Ralf.Habacker@freenet.de>

	* INSTALL: new file.  
	* Makefile: moved to Makefile.in. 
	* Makefile.in: new file. 
	* Makefile.mingw, Makefile.cygwin, objectfile.cc, 
	rebase_main.cc, rebind_main.cc,unbind_main.cc: 
		added mingw support

2003-01-02 16:32  Ralf Habacker <Ralf.Habacker@freenet.de>

	* Makefile (clean): added deleting *.a files 

2003-01-02 16:30  Ralf Habacker <Ralf.Habacker@freenet.de>

	* imagehelper.h: renamed from imagehlp.h
	* debug.cc: renamed from imagehlpdebug.cc 
	* imagehlp.h: deleted
	* imagehlpdebug.cc: deleted 
	* checkimage.cc, debug.cc, fiximage.cc, getimageinfos.cc,
	rebase_main.cc,Makefile: patched for new library name imagehelper

2003-01-01 12:57  Ralf Habacker <Ralf.Habacker@freenet.de>

	* rebase_main.cc: added image info printing

2003-01-01 12:56  Ralf Habacker <Ralf.Habacker@freenet.de>

	* rebind_main.cc: bug fix

2003-01-01 12:55  Ralf Habacker <Ralf.Habacker@freenet.de>

	* bindimage.cc, checkimage.cc, fiximage.cc, getimageinfos.cc,
	rebaseimage.cc, rebind_main.cc, unbind_main.cc: some namespace
	fixes

2003-01-01 12:23  Ralf Habacker <Ralf.Habacker@freenet.de>

	* rebind_main.cc, unbind_main.cc: remove unused code

2002-12-31 19:33  Ralf Habacker <Ralf.Habacker@freenet.de>

	* bindimage.cc, checkimage.cc, getimageinfos.cc, rebase_main.cc,
	rebind_main.cc, unbind_main.cc: name space fixes

2002-12-31 19:33  Ralf Habacker <Ralf.Habacker@freenet.de>

	* Makefile: converted eol from dos to unix

2002-12-31 19:32  Ralf Habacker <Ralf.Habacker@freenet.de>

	* README: updated for release 0.6

2002-12-31 19:31  Ralf Habacker <Ralf.Habacker@freenet.de>

	* checkimage.cc: class name bug fix

2002-12-31 14:37  Ralf Habacker <Ralf.Habacker@freenet.de>

	* Makefile, rebase.doxygen.in: added doxygen support

2002-12-31 13:56  Ralf Habacker <Ralf.Habacker@freenet.de>

	* Makefile, bindimage.cc, checkimage.cc, fiximage.cc,
	getimageinfos.cc, imagehlp.h, imagehlpdebug.cc, objectfile.cc,
	objectfile.h, rebaseimage.cc, unbind_main.cc: prints debug message
	only with debug flag set

2002-12-31 13:48  Ralf Habacker <Ralf.Habacker@freenet.de>

	* bindimage.cc, checkimage.cc, fiximage.cc, getimageinfos.cc,
	imagehlp.h, imagehlpdebug.cc, objectfile.h, rebind_main.cc,
	unbind_main.cc: updated indention

2002-12-31 13:47  Ralf Habacker <Ralf.Habacker@freenet.de>

	* main.cc: moved to xxx_main.cc

2002-12-31 12:09  Ralf Habacker <Ralf.Habacker@freenet.de>

	* Makefile: added version objectfile

2002-12-31 12:08  Ralf Habacker <Ralf.Habacker@freenet.de>

	* Makefile: added xxx_main.cc files

2002-12-31 12:08  Ralf Habacker <Ralf.Habacker@freenet.de>

	* rebase_main.cc, rebind_main.cc, unbind_main.cc: new files

2002-12-31 11:59  Ralf Habacker <Ralf.Habacker@freenet.de>

	* Makefile: added libimagehlp.a target

2002-12-31 11:59  Ralf Habacker <Ralf.Habacker@freenet.de>

	* bindimage.cc, checkimage.cc, fiximage.cc, getimageinfos.cc,
	imagehlp.h, imagehlpdebug.cc: new files

2002-12-31 11:57  Ralf Habacker <Ralf.Habacker@freenet.de>

	* rebase.cc, rebaseimage.cc: removed rebase.cc to rebaseimage.cc

2002-12-31 11:16  Ralf Habacker <Ralf.Habacker@freenet.de>

	* Makefile, objectfile.cc, objectfile.h: moved objectfilelist class
	into separate file

2002-12-05 16:56  Ralf Habacker <Ralf.Habacker@freenet.de>

	* main.cc, objectfile.cc, objectfile.h, objectfilelist.cc,
	objectfilelist.h, rebase.cc, rebase.h, sections.cc, sections.h:
	first indention with gnu style

2002-12-05 16:55  Ralf Habacker <Ralf.Habacker@freenet.de>

	* Makefile: added indent target

2002-12-05 08:28  Ralf Habacker <Ralf.Habacker@freenet.de>

	* rebase.cc: Round NewImageSize to be consistent with MS's rebase

2002-12-05 08:27  Ralf Habacker <Ralf.Habacker@freenet.de>

	* Makefile, README: updated to 0.5

2002-12-05 08:25  anoncvs_jgb

	* rebase.cc: redirect messages to stdout instead of stderr; added
	error message in case of loading problems

2002-12-05 08:19  Ralf Habacker <Ralf.Habacker@freenet.de>

	* objectfile.h: added some elements

2002-12-05 08:18  Ralf Habacker <Ralf.Habacker@freenet.de>

	* sections.cc: added debug messages

2002-12-05 08:18  Ralf Habacker <Ralf.Habacker@freenet.de>

	* objectfile.cc: enhanced path searching

2002-12-05 08:17  Ralf Habacker <Ralf.Habacker@freenet.de>

	* Makefile: rearranged

2002-08-09 11:56  Ralf Habacker <Ralf.Habacker@freenet.de>

	* Makefile, README, main.cc, objectfile.cc, objectfile.h,
	objectfilelist.cc, objectfilelist.h, rebase.cc, rebase.h,
	sections.cc, sections.h: new files

