2004-01-06  Patrick Cernko  <errror@gmx.de>

	* ClassLoader.cpp, DeprecatedAttribute.cpp, DeprecatedAttribute.hpp, InnerClassesAttribute.cpp, InnerClassesAttribute.hpp, LocalVariableTableAttribute.cpp, LocalVariableTableAttribute.hpp, Makefile, SyntheticAttribute.cpp, SyntheticAttribute.hpp:
	added last missing (mostly uncommon) attributes

2003-10-14  Patrick Cernko  <errror@gmx.de>

	* AttributeInfo.cpp, AttributeInfo.hpp, ByteClass.cpp, ByteClass.hpp, ByteCode.cpp, ByteCode.hpp, CPInfo.cpp, CPInfo.hpp, ClassLoader.cpp, ClassLoader.hpp, CodeAttribute.cpp, CodeAttribute.hpp, ConstClassInfo.cpp, ConstClassInfo.hpp, ConstDoubleInfo.cpp, ConstDoubleInfo.hpp, ConstFieldInfo.cpp, ConstFieldInfo.hpp, ConstFloatInfo.cpp, ConstFloatInfo.hpp, ConstIntegerInfo.cpp, ConstIntegerInfo.hpp, ConstInterfaceMethodInfo.cpp, ConstInterfaceMethodInfo.hpp, ConstLongInfo.cpp, ConstLongInfo.hpp, ConstMethodInfo.cpp, ConstMethodInfo.hpp, ConstNameAndTypeInfo.cpp, ConstNameAndTypeInfo.hpp, ConstStringInfo.cpp, ConstStringInfo.hpp, ConstUtf8Info.cpp, ConstUtf8Info.hpp, ConstantValueAttribute.cpp, ConstantValueAttribute.hpp, ExceptionsAttribute.cpp, ExceptionsAttribute.hpp, FieldInfo.cpp, FieldInfo.hpp, JavaString.cpp, JavaString.hpp, LineNumberTableAttribute.cpp, LineNumberTableAttribute.hpp, Makefile, MethodInfo.cpp, MethodInfo.hpp, SourceFileAttribute.cpp, SourceFileAttribute.hpp, intconvert.h, main.cpp:
	added modifiactions from spain hollidays

2003-09-24  Patrick Cernko  <errror@gmx.de>

	* .cvsignore: added missing cvs ignore list

	* AttributeInfo.cpp, AttributeInfo.hpp, ByteClass.cpp, ByteClass.hpp, CPInfo.cpp, CPInfo.hpp, ClassLoader.cpp, ClassLoader.hpp, FieldInfo.cpp, FieldInfo.hpp, JavaString.cpp, JavaString.hpp, Makefile, MethodInfo.cpp, MethodInfo.hpp, intconvert.h, main.cpp:
	added first version of a self-written ClassLoader in C++

	  * parses complete class file into SPEC structures
	  * primitive handling for UTF8 strings
	  * still has some memory leaks
	  * substructures need to be much better parsed

