summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* PR 39654 FTELL intrinsic function return type.Janne Blomqvist2012-06-213-0/+31
* PR 53456 Fix incorrect ChangeLog entry.Robert Mason2012-06-041-1/+2
* PR 53456 Fix typo in gf_cputime.Robert Mason2012-06-042-1/+6
* chmod.c (chmod_func): On MinGW, don't set is_dirTobias Burnus2012-06-015-17/+36
* re PR target/51007 (Quadmath I/O doesn't work on MinGW)Benjamin Kosnik2012-05-313-2/+8
* revert: unix.c (tempfile_open): Pass mode to "open" for O_CREAT.Tobias Burnus2012-05-312-2/+9
* decl.c: Fix comment typos.Tobias Burnus2012-05-303-5/+10
* Minor timing cleanups.Janne Blomqvist2012-05-272-6/+14
* PR 53456 CPU timing fallback using clock_gettime.Janne Blomqvist2012-05-242-1/+21
* PR 53456 clock_gettime fallback for gf_gettimeJanne Blomqvist2012-05-232-2/+13
* re PR libfortran/53445 (No sticky bit on VxWorks - fix chmod.c)Robert Mason2012-05-232-2/+10
* re PR libfortran/53444 (Accommodate non-compliant strerror_r() on VxWorks.)Tobias Burnus2012-05-236-5/+98
* Regenerate configure files for libtool.m4 changeH.J. Lu2012-05-162-3/+14
* unix.c (tempfile_open): Pass mode to "open" for O_CREAT.Tobias Burnus2012-05-162-2/+6
* PR 52428 Range checking when reading integer values.Janne Blomqvist2012-05-146-40/+58
* re PR fortran/53310 (EOSHIFT leaks memory)Tobias Burnus2012-05-112-34/+40
* Fix handling of temporary files.Janne Blomqvist2012-05-058-58/+136
* re PR libfortran/53051 (I/O: Support reading floating-point numbers which use...Tobias Burnus2012-04-223-0/+15
* re PR libfortran/38199 (missed optimization: I/O performance)Tobias Burnus2012-04-172-1/+8
* re PR libfortran/38199 (missed optimization: I/O performance)Thomas Koenig2012-04-155-5/+41
* cshift0.m4 (cshift0_'rtype_code`): Guard use of modulo.Michael Matz2012-04-1015-42/+116
* libgfortran.h: Include complex.h before math.hTristan Gingold2012-04-042-7/+13
* math.m4 (GCC_CHECK_MATH_FUNC): Remove if-present argument.Tristan Gingold2012-04-024-548/+920
* * ChangeLog: Fix last entry.Uros Bizjak2012-03-301-1/+2
* * ChangeLog: Fix entry.Uros Bizjak2012-03-301-1/+1
* re PR libfortran/52758 (libgfortran/intrinsics/chmod.c: Array index out of bo...Uros Bizjak2012-03-302-1/+5
* configure.ac: Add description to AC_DEFINE in GCC_CHECK_MATH_FUNC.Tristan Gingold2012-03-274-548/+744
* Combined get_mem and internal_malloc_size.Janne Blomqvist2012-03-26343-834/+1170
* configure.ac: Use GCC_CHECK_MATH_FUNC for math functions.Tristan Gingold2012-03-265-4201/+4262
* Use calloc instead of malloc and memset.Janne Blomqvist2012-03-256-31/+46
* PR libfortran/52608 Move the removal of initial zeros.Janne Blomqvist2012-03-172-6/+13
* Share vtables instead of replicating them for each unit.Janne Blomqvist2012-03-163-54/+91
* Remove commented out debug printf:sJanne Blomqvist2012-03-151-5/+0
* re PR libfortran/52434 (Insufficient number of digits in floating point forma...Janne Blomqvist2012-03-153-117/+337
* Remove obsolete IRIX 6.5 supportRainer Orth2012-03-142-14/+4
* Remove obsolete Tru64 UNIX V5.1B supportRainer Orth2012-03-125-18/+13
* libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus2012-03-10361-3544/+3909
* re PR libfortran/51899 (libgfortran's chmod.c fails to build on MinGW)Tobias Burnus2012-01-205-4/+66
* re PR libfortran/36755 (Avoid fork/exec in chmod intrinsic)Tobias Burnus2012-01-122-36/+398
* Remove configure check for unused fdopen.Janne Blomqvist2012-01-125-13/+14
* PR 51803 Avoid malloc if getcwd fails or is not available.Janne Blomqvist2012-01-122-3/+16
* main.c (store_exe_path): Fix absolute path detection for Windows.Tobias Burnus2012-01-112-5/+18
* PR 51803 Handle getcwd failure and lack of the function better.Janne Blomqvist2012-01-112-1/+9
* re PR fortran/51197 (Backtrace information less useful)Tobias Burnus2012-01-102-13/+54
* re PR fortran/51197 (Backtrace information less useful)Harald Anlauf2012-01-093-3/+60
* Link libgfortran with -shared-libgccRainer Orth2012-01-093-2/+12
* 2012-01-09 Richard Guenther <rguenther@suse.de>Richard Biener2012-01-092-1481/+1486
* 2012-01-06 Tobias Burnus <burnus@net-b.de>Tobias Burnus2012-01-064-21/+30
* PR 51646 Use POSIX mode flags in open() argument.Janne Blomqvist2011-12-224-6/+16
* re PR fortran/50815 (ICE on allocation of deferred length character scalar du...Tobias Burnus2011-12-081-0/+37