From 411d4e28f8dc0deb8d175e6e9ddf93e528b2e532 Mon Sep 17 00:00:00 2001 From: Craig Burley Date: Fri, 5 Mar 1999 23:40:12 +0000 Subject: Warn about invoking non-Y2K-compliant intrinsics From-SVN: r25609 --- libf2c/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'libf2c/ChangeLog') diff --git a/libf2c/ChangeLog b/libf2c/ChangeLog index 55300b0..c070e3a 100644 --- a/libf2c/ChangeLog +++ b/libf2c/ChangeLog @@ -1,3 +1,17 @@ +1999-03-06 Craig Burley + + Rename non-Y2K-compliant intrinsics: + * Makefile.in (F2CEXT): Now two versions each of + `date' and `vxtidt'. + * f2cext.c (date_, vxtidate_): Split into two versions, + the existing one calling a new "y2kbuggy" routine that + does not exist, and a new one named with "y2kbug" that + calls the newly renamed underlying routine. + * libU77/date_.c (G77_date_y2kbug_0): Rename from G77_date_0. + * libU77/vxtidate_.c (G77_vxtidate_y2kbug_0): Rename from + G77_vxtidate_0. + * libU77/Version.c: Bump version. + 1999-03-03 Craig Burley * libU77/vxtidate_.c (G77_vxtidate_0): Truncate -- cgit v1.1