--- ../../dev3/gift/ChangeLog 2006-11-19 12:03:35.000000000 -0600 +++ ChangeLog 2006-11-19 12:07:39.000000000 -0600 @@ -49,6 +49,8 @@ move from using an array to initialize the size of another array to using a define'd value. one less GCC warning, and slightly faster. * libSquirePPM/ppm_comment.c fix an off-by-one error in the allocation of ppm->comments. NOT my fault. finally! :) + * FeatureExtraction/gabor.c + move from using uint32_t to using uint_fast32_t. this becomes 64bit on AMD64, solving the (wierd) crashing issue. 2006-10-10