Tartarus CVS: ciel chris

tartarus-commits-admin@lists.tartarus.org tartarus-commits-admin@lists.tartarus.org
Wed, 27 Mar 2002 16:24:38 +0000


CVSROOT:	/usr/data/cvs
Module name:	ciel
Changes by:	chris	02/03/27 16:24:38

Modified files:
	.              : Makefile.am ciel.cc configure.ac emulation.cc 
	                 fake_lib.cc libc_helpers.cc load_file.cc 
	include        : emulation.h flag_helpers.h libc_helpers.h 
	x86_libc       : getopt.cc libc.cc misc.cc stat.cc 
Added files:
	.              : logger.cc 
	include        : logger.h 

Log message:
Took logging out of the x86cpu class, and added a new class.
Logging is now done through macros; previously even when logging was turned
off it went through all the formatting before sending to /dev/null.