------------------------------------------------------------------------------ ChangeLog for datedif ------------------------------------------------------------------------------ Changes from 0.9.1-3 to 0.9.1-4: - A small fix that makes the program generate more precise and understandable error messages in some cases. Changes from 0.9.1-2 to 0.9.1-3: - Executable filesize is now about three times smaller than before. - Some changes that makes the code follow the ANSI-C standard better (to prevent compiling problems). Changes from 0.9.1 to 0.9.1-2: - Fixed a bug that made the program think that March was February, that bug made it possible to use invalid dates in some situations. Changes from 0.9 to 0.9.1: - A major code cleanup, big parts of the program rewritten. - New time calculation formula, datedif now supports all dates between 1600-03-01 and 9999-12-31. That should be enough for most people. At this time it isn't possible to use dates before 1600-03-01, this is because the gregorian calendar starts about there, and before that was the Julian calendar. Dates before 1600-03-01 will probably be supported in the next version. Thanks to Rune Froysa for sending me the good formula. - Uninstall option in the Makefile - Fixed the "invalid-date-bug", now it should be impossible to use invalid dates. Thanks to Juha-Mikko Ahonen for code contribution. - More specific error messages (still some work to do here) - New --more argument that displays nicer output (mainly for non-script purposes). -------------------------------------EOF--------------------------------------