CHANGE LOG for jday.sourceforge.net - jday project $Id: ChangeLog,v 1.5 2005/10/06 17:55:04 hiram Exp $ 2005-10-10 - Version 2.4 release Updated to modern versions of autoconf, rebuild the configure script. 2002/11/13 - Version 1.4 in progress Change all (long) references in the C code to be simply (int) These old (long) references are from the early days of this program on DOS in the 1980's when an (int) was 16 bits and a (long) was 32 bits. Fixup RunTest script to count failures and indicate in a summary message if there are any problems. 2002/11/11 - Version 1.3 release Added PERL, AWK and PHP versions, Test scripts, and HTML and man pages. Fixed year 1 Jan and Feb bug. Fixed seconds round-off printing problem that lost a second on some dates. Changed the UTinstant structure slightly, removed d_second and i_second to be replaced by simply second - no need for an integer here and this could lead to increased accuracy for future work. Added the build and install of a library so the functions can be used from C programs. Included a sample example dbd.c - calculates days between dates. updated autoconf, automake, libtool system to include the full blown GNU make system. Needs to be checked on 64 bit systems. WEB page at http://jday.sourceforge.net/ now includes the php version calculator.