aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/configure.ac
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-19re PR libfortran/26893 ([4.1 only] kinds.h not generated, causing failure)Francois-Xavier Coudert1-0/+4
2007-01-18re PR libfortran/29649 (Force core dump on runtime library errors)Francois-Xavier Coudert1-1/+1
2007-01-17re PR libfortran/27107 (Make dependency on io/io.h broken)Tom Tromey1-3/+2
2007-01-17re PR libfortran/27107 (Make dependency on io/io.h broken)Francois-Xavier Coudert1-1/+1
2006-12-06re PR libfortran/29810 (Unsatisfied symbol "fmodl" in libgfortran shared libr...Francois-Xavier Coudert1-0/+3
2006-10-09re PR fortran/15441 (RRSPACING broken for denormals)Steven G. Kargl1-0/+3
2006-10-08re PR libfortran/26540 ([4.1 only] intrinsics/signal.c warnings)Francois-Xavier Coudert1-0/+3
2006-09-23re PR libfortran/27964 (Wrong line ends on windows (XP))Danny Smith1-1/+1
2006-07-30intrinsic.c (add_functions): Add ACCESS, CHMOD, RSHIFT, LSHIFT.Francois-Xavier Coudert1-2/+3
2006-07-26intrinsic.c (add_functions): Add INT2, SHORT, INT8, LONG, LSTAT, MCLOCK and M...François-Xavier Coudert1-1/+1
2006-05-26configure.ac: Remove AC_FUNC_MMAP.Janne Blomqvist1-1/+0
2006-01-16configure.ac (CFLAGS): Update to include -std=gnu99 so that the configure tes...Roger Sayle1-0/+3
2006-01-07configure.ac: Remove check for sys/mman.h.Janne Blomqvist1-1/+1
2006-01-02re PR libgomp/25259 (bootstrap failures on non-C99 platforms (no stdint.h))Paolo Bonzini1-0/+1
2005-12-09re PR libfortran/24991 (gfortran build fails with - error:gthr-default.h: No ...Jakub Jelinek1-0/+1
2005-11-28acinclude.m4 (LIBGFOR_CHECK_PRAGMA_WEAK): Rename to...Jakub Jelinek1-1/+1
2005-11-21re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek1-0/+9
2005-11-18configure.ac: Add "-I ." to the AM_FCFLAGS.Francois-Xavier Coudert1-1/+1
2005-11-06intrinsic.c (add_functions): Add ctime and fdate intrinsics.Francois-Xavier Coudert1-1/+1
2005-11-05configure.ac: Use AM_FCFLAGS for extra flags, not FCFLAGS.Richard Guenther1-4/+2
2005-10-28check.c (gfc_check_alarm_sub, [...]): New functions.Francois-Xavier Coudert1-1/+1
2005-10-28acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): New check.François-Xavier Coudert1-1/+9
2005-10-23re PR libfortran/23272 ([mingw32] inquire via filename fails)Francois-Xavier Coudert1-0/+3
2005-10-12gfortran.h: Add bitmasks for different FPE traps.François-Xavier Coudert1-1/+12
2005-09-27re PR target/23552 (FAIL: gfortran.dg/large_real_kind_1.f90)Steve Ellcey1-0/+9
2005-09-26configure.ac: Add check for __clog.David Edelsohn1-0/+3
2005-09-25c99_protos.h: Add prototypes for C99 complex functions.Francois-Xavier Coudert1-25/+109
2005-09-07re PR libfortran/23262 ([mingw32] rewind truncates file)Francois-Xavier Coudert1-0/+3
2005-09-02unix.c (stream_ttyname): Protect use of ttyname by HAVE_TTYNAME macro.Francois-Xavier Coudert1-1/+1
2005-08-27acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see if target can...Francois-Xavier Coudert1-0/+3
2005-06-24re PR fortran/21915 ([4.0 only] Would like atanh etc. as intrinsics)Jerry DeLisle1-0/+3
2005-06-23c99_functions.c (log10l): New log10l function for systems where this is not a...Francois-Xavier Coudert1-1/+2
2005-06-15re PR libfortran/21950 (All gfortran execution tests fail on Tru64 UNIX V4.0F...François-Xavier Coudert1-0/+1
2005-05-21configure.ac: Check for trunc and truncf in libm.Eric Botcazou1-0/+2
2005-05-17configure.ac: Add additional warning flags.Andreas Jaeger1-1/+1
2005-05-15pack_generic.c (pack): Remove unneeded calculation.Andreas Jaeger1-3/+6
2005-04-29configure.ac: Check for ftruncate and chsize.Francois-Xavier Coudert1-1/+1
2005-04-07re PR libfortran/20766 ([darwin] - run time error when calling fortran subrou...Andrew Pinski1-0/+9
2005-03-22Makefile.am: Added new files.François-Xavier Coudert1-1/+3