aboutsummaryrefslogtreecommitdiff
path: root/libf2c/libU77/datetime_.c
AgeCommit message (Collapse)Author
1999-10-12 * libU77/aclocal.m4: Re-write, defining LIBU77_GETTIMEOFDAY, notDave Love
LIBU77_HAVE_STRUCT_TIMEZONE. * libU77/configure.in: Use LIBU77_GETTIMEOFDAY, not LIBU77_HAVE_STRUCT_TIMEZONE. Don't check for gettimeofday separately. * libU77/datetime_.c (G77_date_and_time_0): Use GETTIMEOFDAY_ONE_ARGUMENT. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@29917 138bc75d-0d04-0410-961f-82ee72b054a4
1999-04-11 * libU77/aclocal.m4: New file.Mumit Khan
* libU77/configure.in (LIBU77_HAVE_STRUCT_TIMEZONE): Add test. * libU77/acconfig.h (HAVE_STRUCT_TIMEZONE): Add macro. * libU77/datetime_c.c (G77_date_and_time_0): Use. * libU77/config.hin: Regenerate. * libU77/configure: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26353 138bc75d-0d04-0410-961f-82ee72b054a4
1999-01-151999-01-15 Dave Love <fx@gnu.org>Dave Love
* libU77/datetime_.c (G77_date_and_time_0): Return milliseconds as such, not as microseconds. (scopy): Declare. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@24677 138bc75d-0d04-0410-961f-82ee72b054a4
1998-07-061998-07-05 Dave Love <d.love@dl.ac.uk>Dave Love
* f2cext.c (system_clock_): Remove (just f90 intrinsic). * Makefile.in (F2CEXT): Add datetime, remove sclock. (UOBJ): Add libU77/datetime_.o. * libU77/config.h.in: Add HAVE_GETTIMEOFDAY. * libU77/configure.in: Check for gettimeofday. * libU77/datetime_.c: New file. * libU77/sys_clock_.c: Allow optional args. * libU77/Makefile.in (G77DIR): Fix for current directory structure. (SRCS, OBJS): Add datetime. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@20942 138bc75d-0d04-0410-961f-82ee72b054a4