summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* 2012-01-20 Tobias Burnus <burnus@net-b.de>burnus2012-01-205-4/+66
* 2012-01-12 Tobias Burnus <burnus@net-b.de>burnus2012-01-122-36/+398
* Remove configure check for unused fdopen.jb2012-01-125-13/+14
* PR 51803 Avoid malloc if getcwd fails or is not available.jb2012-01-122-3/+16
* 2012-01-11 Tobias Burnus <burnus@net-b.de>burnus2012-01-112-5/+18
* PR 51803 Handle getcwd failure and lack of the function better.jb2012-01-112-1/+9
* 2012-01-10 Tobias Burnus <burnus@net-b.de>burnus2012-01-102-13/+54
* 2012-01-09 Harald Anlauf <anlauf@gmx.de>burnus2012-01-093-3/+60
* Link libgfortran with -shared-libgccro2012-01-093-2/+12
* 2012-01-09 Richard Guenther <rguenther@suse.de>rguenth2012-01-092-1481/+1486
* 2012-01-06 Tobias Burnus <burnus@net-b.de>burnus2012-01-064-21/+30
* PR 51646 Use POSIX mode flags in open() argument.jb2011-12-224-6/+16
* 2011-12-08 Tobias Burnus <burnus@net-b.de>burnus2011-12-081-0/+37
* Additional fixes for FreeBSD-10 build:andreast2011-11-212-6/+10
* PR 51090 Fix r181288 to conform to GNU stylejb2011-11-111-1/+1
* PR 51090 Check that getenv result != NULL before proceeding.jb2011-11-112-0/+7
* Let the compiler decide whether to inline.jb2011-11-1010-37/+38
* Simplify time() usage.jb2011-11-092-3/+6
* Configure cleanup.jb2011-11-0925-737/+265
* PR libfortran/47972rth2011-11-091-0/+5
* PR 46686 Fix incorrect comment.jb2011-11-092-1/+6
* 2011-11-09 Tobias Burnus <burnus@net-b.de>burnus2011-11-096-11/+206
* PR 46686 Implement backtrace with _Unwind_Backtrace from libgcc.jb2011-11-097-189/+189
* PR 50016 Slow I/O on MingW due to _commitjb2011-11-093-5/+10
* PR libfortran/47972fxcoudert2011-11-082-13/+12
* PR libfortran/47970fxcoudert2011-11-082-30/+36
* Revert previous fix for PR 45723.jb2011-11-072-1/+7
* Move gthr to toplevel libgccro2011-11-027-38/+16
* Copyright years and whitespace fix for r180734jb2011-11-012-3/+4
* Cleanup NEWUNIT allocation.jb2011-11-013-10/+16
* Update file position for inquire lazily.jb2011-10-315-43/+43
* Introduce a size member function to struct stream.jb2011-10-317-24/+56
* Simplify handling of special files.jb2011-10-317-117/+63
* 2011-09-10 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2011-09-10100-198/+203
* 2011-09-01 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2011-09-015-8/+7
* gcc/fortran/burnus2011-08-294-12/+62
* 2011-08-29 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2011-08-294-1/+35
* 2011-08-28 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2011-08-28162-169/+326
* 2011-08-18 Tobias Burnus <burnus@net-b.de>burnus2011-08-182-10/+6
* * libgfortran/intrinsics/ctime.c: Include <stdlib.h>.schwab2011-07-234-0/+9
* 2011-07-23 Tobias Burnus <burnus@net-b.de>burnus2011-07-222-1/+6
* 2011-07-15 Daniel Carrera <dcarrera@gmail.com>dcarrera2011-07-153-2/+7
* Remove error parameter from caf_runtime_error. Add caf_runtime_error to singl...dcarrera2011-07-143-12/+39
* PR 49296 List read, EOF without preceding separatorjb2011-07-132-6/+13
* 2011-07-09 Tobias Burnus <burnus@net-b.de>burnus2011-07-092-1/+6
* 2011-07-09 Tobias Burnus <burnus@net-b.de>burnus2011-07-092-46/+83
* 2011-07-07 Tobias Burnus <burnus@net-b.de>burnus2011-07-074-8/+105
* 2011-07-05 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2011-07-0543-267/+225
* 2011-06-28 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2011-06-2814-13/+136
* PR 49296 List directed read of string ending in EOF.jb2011-06-182-9/+15