aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics/time_1.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-16Fix timezone handling near year boundariesFrancois-Xavier Coudert1-7/+7
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-03-15Don't use Win32 functions on CYGWIN.NightStrike1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-04-15PR 56919 Improve SYSTEM_CLOCK intrinsic on Windows.Janne Blomqvist1-1/+1
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-1/+1
2012-06-04PR 53456 Fix typo in gf_cputime.Robert Mason1-1/+1
2012-05-27Minor timing cleanups.Janne Blomqvist1-6/+7
2012-05-24PR 53456 CPU timing fallback using clock_gettime.Janne Blomqvist1-1/+16
2012-05-23PR 53456 clock_gettime fallback for gf_gettimeJanne Blomqvist1-2/+8
2011-11-10Let the compiler decide whether to inline.Janne Blomqvist1-9/+1
2011-11-09Simplify time() usage.Janne Blomqvist1-3/+2
2011-11-09Configure cleanup.Janne Blomqvist1-25/+14
2011-02-24PR 47802 Use strftime for CTIME and FDATE intrinsicsJanne Blomqvist1-0/+20
2011-02-05PR 47571 Fix HPUX bootstrap regression, cleanupJanne Blomqvist1-57/+10
2011-02-02PR 47571 Weakref trickery for clock_gettime()Janne Blomqvist1-8/+28
2011-02-01Include errno.h needed by fallbacksJanne Blomqvist1-0/+2
2011-01-31Fix GF_CLOCK_MONOTONIC from r169449Janne Blomqvist1-1/+1
2011-01-31Use clock_gettime in libgfortran timing intrinsics, cleanupJanne Blomqvist1-9/+112
2009-08-25re PR libfortran/41157 (dtime not consistent in times reported)Steven G. Kargl1-1/+5
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2008-04-24* intrinsics/time_1.h (__time_1): Remove unused variable.Francois-Xavier Coudert1-1/+0
2008-03-01re PR libfortran/35355 (CPU_TIME gives wrong values on mingw)Francois-Xavier Coudert1-2/+2
2007-12-25re PR fortran/34533 (DTIME returns total process time and not since last invo...Daniel Franke1-0/+142