aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/configure.ac
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-27PR 47491 getpwuid_r() bootstrap regression on SolarisJanne Blomqvist1-0/+2
2011-01-25PR 47375 getlog thread safetyJanne Blomqvist1-1/+1
2011-01-22PR 46267 strerror thread safetyJanne Blomqvist1-1/+1
2010-12-10re PR fortran/46540 (libquadmath: Implement --disable-libquadmath)Tobias Burnus1-3/+15
2010-12-06re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch...Dave Korn1-0/+1
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert1-2/+11
2010-09-09acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE, [...]): Remove.Francois-Xavier Coudert1-9/+0
2010-07-02configure.ac (gfortran_use_symver): Only check for Sun-style symbol versionin...Rainer Orth1-5/+9
2010-07-02configure.ac: Check for Sun symbol versioning.Rainer Orth1-4/+17
2010-05-04no-dist in non-imported automake dirs.Ralf Wildenhues1-1/+2
2009-09-22configure.ac: Check for GFORTRAN_C99_1.1 funcs in OS libm.Iain Sandoe1-0/+20
2009-08-24Update AC_PREREQ entries to 2.64Ralf Wildenhues1-1/+1
2009-07-30configure.host: Define ieee_flags and set it to -mieee for sh.Kaz Kojima1-0/+4
2009-07-30extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Do not expand for Autoconf 2.62 or ...Ralf Wildenhues1-1/+1
2009-05-29Fix PR40190; use localtime_r, gmtime_r, add fallback implementationsJanne Blomqvist1-0/+1
2009-04-17configure.ac: Test for -ffunction-sections -fdata-sections and set SECTION_FL...Ulrich Weigand1-0/+21
2008-12-29re PR fortran/31832 (FAIL: gfortran.dg/integer_exponentiation_2.f90 at -O1 an...John David Anglin1-0/+3
2008-06-13configure.ac (AM_CFLAGS): Remove -Werror again.Tobias Burnus1-1/+1
2008-06-13re PR fortran/36518 (libgfortran: "warning: format '%d' expects type 'int', b...Tobias Burnus1-1/+1
2008-06-13re PR fortran/36495 (libgfortran should be build with FCFLAGS -fimplicit-none)Tobias Burnus1-1/+1
2008-04-13re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-0/+1
2007-11-16re PR libfortran/33583 (FAIL: gfortran.dg/gamma_1.f90)Francois-Xavier Coudert1-0/+6
2007-09-21re PR libfortran/31546 (add --enable-intermodule)Bernhard Fischer1-0/+12
2007-09-20acinclude.m4 (LIBGFOR_TARGET_ILP32): Remove test.Francois-Xavier Coudert1-4/+0
2007-09-15re PR libfortran/21185 (Improve testsuite results on newlib targets)Francois-Xavier Coudert1-1/+1
2007-08-23re PR libfortran/23138 ([mingw32] real(16) values are printed incorrectly)Francois-Xavier Coudert1-0/+3
2007-08-03re PR fortran/31202 (Incorrect rounding generated for NINT)Francois-Xavier Coudert1-0/+6
2007-07-29re PR libfortran/32858 (printf-capabilities for runtime_error())Thomas Koenig1-2/+2
2007-07-04configure.ac: SUBST CFLAGS.David Edelsohn1-0/+1
2007-04-25re PR libfortran/31299 (Use getpwuid(geteuid()) instead of getlogin() for GET...François-Xavier Coudert1-3/+3
2007-04-24re PR libfortran/27740 (libgfortran should use versioned symbols)Janne Blomqvist1-0/+14
2007-04-06cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert1-5/+2
2007-03-31re PR libfortran/31335 (Calls lstat(), stat() and fstat() in libgfortran shou...Francois-Xavier Coudert1-1/+1
2007-03-20configure.ac: Add missing check for gettimeofday.Francois-Xavier Coudert1-0/+1
2007-03-15gfortran.h (gfc_option_t): Add flag_backtrace field.Francois-Xavier Coudert1-2/+6
2007-01-21re PR libfortran/30015 ([4.1 only] Intrinsic date_and_time can go back in time)Tobias Burnus1-6/+2