aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2015-08-31re PR fortran/47571 (undefined reference to clock_gettime in Linux build of 0...Francois-Xavier Coudert1-0/+3
2015-08-31re PR fortran/47571 (undefined reference to clock_gettime in Linux build of 0...Francois-Xavier Coudert1-2/+2
2015-08-29acinclude.m4: Remove LIBGFOR_CHECK_ATTRIBUTE_DLLEXPORT.Francois-Xavier Coudert1-13/+3
2015-08-28[Patch] Add to the libgfortran/newlib bodge to "detect" ftruncate support in ...James Greenhalgh1-1/+6
2015-08-23re PR libfortran/54572 (Use libbacktrace library)Francois-Xavier Coudert1-6/+2
2014-11-28Add support for a minimal version of libgfortran for accelerator targets.Bernd Schmidt1-0/+12
2014-11-24configure.ac: Guard include of <ieeefp.h>.John David Anglin1-0/+4
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist1-1/+1
2014-11-10PR 47007 and 61847 Locale failures in libgfortran.Janne Blomqvist1-2/+3
2014-10-20PR 63589 Fix splitting of PATH in find_addr2line.Janne Blomqvist1-1/+2
2014-09-30Add -Werror=implicit-function-declaration to AM_CFLAGS.Janne Blomqvist1-1/+1
2014-06-28re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...Francois-Xavier Coudert1-0/+9
2014-06-15re PR libfortran/60468 (./fpu-target.h:93:3: error: unknown type name 'choke')Francois-Xavier Coudert1-2/+8
2014-05-23configure.ac [...] (HAVE_STRNLEN, [...]): Define.Hans-Peter Nilsson1-0/+2
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist1-1/+1
2014-05-12Use -std=gnu11 instead of -std=gnu99 for libgfortran C code.Janne Blomqvist1-3/+4
2014-04-24Fix warning in libgfortran configure scriptKyrylo Tkachov1-1/+1
2014-03-18configure.ac: Check for presence of fcntl.Ulrich Weigand1-1/+1
2013-11-15configure.ac: Do not define HAVE_STRTOLD.Steve Ellcey1-1/+7
2013-11-10Set close-on-exec flag when opening files.Janne Blomqvist1-1/+1
2013-07-21re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus1-0/+1
2013-06-24configure.ac (AC_CHECK_FUNCS_ONCE): Put into if statement.Steve Ellcey1-7/+21
2013-06-24configure.ac: Check for fp_except and fp_except_t.Tobias Burnus1-0/+1
2013-06-17gfortran.h (gfc_option_t): Add fpe_summary.Tobias Burnus1-1/+1
2013-02-19re PR target/56347 (FAIL: gfortran.dg/integer_exponentiation_2.f90 -O2 exec...John David Anglin1-3/+0
2012-10-06Fix usage of secure_getenv with glibc 2.17. Janne Blomqvist1-1/+2
2012-05-31re PR target/51007 (Quadmath I/O doesn't work on MinGW)Benjamin Kosnik1-1/+1
2012-05-23re PR libfortran/53444 (Accommodate non-compliant strerror_r() on VxWorks.)Tobias Burnus1-1/+4
2012-05-05Fix handling of temporary files.Janne Blomqvist1-1/+1
2012-04-02math.m4 (GCC_CHECK_MATH_FUNC): Remove if-present argument.Tristan Gingold1-183/+183
2012-03-27configure.ac: Add description to AC_DEFINE in GCC_CHECK_MATH_FUNC.Tristan Gingold1-183/+183
2012-03-26configure.ac: Use GCC_CHECK_MATH_FUNC for math functions.Tristan Gingold1-183/+183
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth1-1/+1
2012-01-20re PR libfortran/51899 (libgfortran's chmod.c fails to build on MinGW)Tobias Burnus1-1/+1
2012-01-12Remove configure check for unused fdopen.Janne Blomqvist1-1/+1
2011-11-09Configure cleanup.Janne Blomqvist1-25/+12
2011-11-09configure.ac: Make more cross-compile friendly.Tobias Burnus1-0/+8
2011-11-09PR 46686 Implement backtrace with _Unwind_Backtrace from libgcc.Janne Blomqvist1-5/+5
2011-11-02Move gthr to toplevel libgccRainer Orth1-3/+0
2011-05-22PR 48931 Make backtrace async-signal-safe, reformat outputJanne Blomqvist1-2/+2
2011-04-15PR 47571 Fix bootstrap regression on alpha-dec-osfJanne Blomqvist1-6/+7
2011-04-12Cleanup memsize typesJanne Blomqvist1-4/+5
2011-03-21re PR bootstrap/48135 (build fails on Solaris2.8 due to Glob.pm not found wit...Rainer Orth1-15/+22
2011-03-16re PR libfortran/47883 (libgfortran configuration should use AC_LINK_IFELSE i...Francois-Xavier Coudert1-3/+3
2011-02-24PR 47802 Use strftime for CTIME and FDATE intrinsicsJanne Blomqvist1-3/+3
2011-02-24PR 47802 Test for POSIX getpwuid_rJanne Blomqvist1-0/+20
2011-02-02PR 47571 Weakref trickery for clock_gettime()Janne Blomqvist1-3/+3
2011-01-31Use clock_gettime in libgfortran timing intrinsics, cleanupJanne Blomqvist1-0/+11
2011-01-27Pr 47431 CTIME/FDATE thread-safety using ctime_r()Janne Blomqvist1-1/+1
2011-01-27PR 47432 Use ttyname_r() if availableJanne Blomqvist1-1/+1