<newer changes first>

Allow modifier command line options after --ascii
Don't print decoded address twice for --ascii
Fix SMBIOS anchor scan to work on more machines and don't crash when 
	no anchor found.
Fix --ascii reparsing of mcelog output.
Add --filter and filter out known broken K8 GART errors
Add --ignorenodev argument and use in cron script (avoids cron errors
in Xen guest kernels) 
Add new --dmi argument to look up machine check addresses in SMBIOS
(warning unreliable due to wide spread bios bugs) 
Fix argument decoding (support --, allow arguments in any order)
Clarify --ascii in the manpage
Support for AMD K8 Revision F machine check DRAM error thresholding 
	from Jacob Shin <jacob.shin@amd.com>
Add P4 decoder contributed by "Guo, Racing" <racing.guo@intel.com> for
	Intel P4 and Xeon.
Add K8 decoder from 2.4 kernel code to decode Opteron/Athlon64 logs.
	(code mostly from Eric Morton and Andi Kleen)  
Add --ascii function to decode fatal kernel output.
Improve manpage
Fix 32bit bugs
Fix uninitialized variable in check_cpu
Minor cleanups
