Fri Dec  6 20:11:05 1996  [ixtrace]     (cz253@cleveland.freenet.edu)

	* Updated ixtrace revision number to 1.451 to reflect the current
	  version of ixemul.library 
	* The following changes were made in ixtrace.h
		 36:__obsolete_div	(previously 'div')
		 92:__obsolete_ldiv	(previously 'ldiv')
		572:div			(added)
		573:ldiv		(added)
		574:inet_makeaddr	(added)
		575:popen		(added)
		576:pclose		(added)


Mon Oct 14 23:12:59 1996  [ixtrace]	(cz253@cleveland.freenet.edu)

	* Updated ixtrace.c revision number to 1.42

	* Added to ixtrace.h		
	  	571:__stkext_startup


Tue Sep 24 00:35:00 GMT 1996  [ixtrace] (cz253@cleveland.freenet.edu)

	*  Added '-w' option. Allows user to enter a list of syscalls
	   that are to be ignored or ones they wish to Wipe out.


Mon Aug 12 13:43:20 GMT 1996  [ixtrace] (cz253@cleveland.freenet.edu)

	*  Updated the revision number of ixtrace to 1.4
	*  The following were changed in ixtrace.h
		287:__obsolete_ssystem	(name changed)
		335:fgetln		(name changed)
		483:__stkext_f		(added)
		517:getprotobynumber	(name changed)
		555:getdomainname	(added)
		556:setlogin		(added)
		557:isblank		(added)
		558:mmap		(added)
		559:munmap		(added)
		560:mlock		(added)
		561:munlock		(added)
		562:madvise		(added)
		563:mprotect		(added)
		564:msync		(added)
		565:setlocale		(added)
		566:localeconv		(added)
		567:strtoq		(added)
		568:strtouq		(added)
		569:setpgid		(added)
		570:aselect		(added)

	*  Added '-l' option to ixtrace, allows the printing of all
	   system calls with corresponding numbers, to stdout. Don't 
	   have to look in include/sys/syscall.def anymore. :)
	*  Added additional error checking to '-s' option
	*  Added define 'MAXCALLS' to ixtrace.h, this is the maximum
	   number of calls that ixtrace understands
	*  Updated man/man1/ixtrace.1 with additional information on the
	   '-l','-c','-z','-v' option
	*  Allow entering of system call name to be traced, instead
	   of using a number. '-c'
	*  Added ability to set precisely what calls you want traced 
	   (NOT limited to just one call). '-z'

