summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Additional fixes for FreeBSD-10 build:Andreas Tobler2011-11-212-6/+10
* PR 51090 Fix r181288 to conform to GNU styleJanne Blomqvist2011-11-111-1/+1
* PR 51090 Check that getenv result != NULL before proceeding.Janne Blomqvist2011-11-112-0/+7
* Let the compiler decide whether to inline.Janne Blomqvist2011-11-1010-37/+38
* Simplify time() usage.Janne Blomqvist2011-11-092-3/+6
* Configure cleanup.Janne Blomqvist2011-11-0925-737/+265
* re PR libfortran/47972 (error.c:158:7: warning: return makes pointer from int...Francois-Xavier Coudert2011-11-091-0/+5
* PR 46686 Fix incorrect comment.Janne Blomqvist2011-11-092-1/+6
* configure.ac: Make more cross-compile friendly.Tobias Burnus2011-11-096-11/+206
* PR 46686 Implement backtrace with _Unwind_Backtrace from libgcc.Janne Blomqvist2011-11-097-189/+189
* PR 50016 Slow I/O on MingW due to _commitJanne Blomqvist2011-11-093-5/+10
* re PR libfortran/47972 (error.c:158:7: warning: return makes pointer from int...Francois-Xavier Coudert2011-11-082-13/+12
* re PR libfortran/47970 (c99_functions.c:611:5: warning: implicit declaration ...Francois-Xavier Coudert2011-11-082-30/+36
* Revert previous fix for PR 45723.Janne Blomqvist2011-11-072-1/+7
* Move gthr to toplevel libgccRainer Orth2011-11-027-38/+16
* Copyright years and whitespace fix for r180734Janne Blomqvist2011-11-012-3/+4
* Cleanup NEWUNIT allocation.Janne Blomqvist2011-11-013-10/+16
* Update file position for inquire lazily.Janne Blomqvist2011-10-315-43/+43
* Introduce a size member function to struct stream.Janne Blomqvist2011-10-317-24/+56
* Simplify handling of special files.Janne Blomqvist2011-10-317-117/+63
* re PR fortran/49479 (reshape / optionals / zero sized arrays)Thomas Koenig2011-09-10100-198/+203
* bessel_r4.c: Regenerated.Thomas Koenig2011-09-015-8/+7
* trans-decl.c (generate_coarray_sym_init): Use GFC_CAF_COARRAY_STATIC for stat...Tobias Burnus2011-08-294-12/+62