aboutsummaryrefslogtreecommitdiff
path: root/utils/fpcmp/fpcmp.cpp
AgeCommit message (Expand)Author
2004-06-20Make fpcmp handle running off of the beginning or end of the file correctly.Chris Lattner
2004-06-13Get rid of "might be uninitialized" warnings when compiling with GCC 3.3.2Reid Spencer
2004-06-09Fix the really bizarre stuff that happened last night in the testerChris Lattner
2004-05-28Right: the #includes are not needed eitherChris Lattner
2004-05-28Use fileutilities instead of mmap directlyChris Lattner
2004-04-23mmap of a zero length file returns null on some platforms, so hack around it.Brian Gaeke
2004-04-19Fix typo.Brian Gaeke
2004-04-13Fix bug, add support for +/-Chris Lattner
2004-04-13Okay, spiff is completely incapable of handling files of nontrivial size.Chris Lattner