aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime
AgeCommit message (Expand)AuthorFilesLines
2007-06-15re PR libfortran/32345 (Unconditional snprintf use breaks all gfortran exec t...Rainer Orth1-1/+5
2007-05-28re PR fortran/32124 (Execution stops with stat= in ALLOCATE)Tobias Burnus1-5/+21
2007-05-27string.c (compare0): Use gfc_charlen_type instead of int.Janne Blomqvist1-16/+29
2007-05-17re PR fortran/31917 ([4.1 only] GFORTRAN_CONVERT_UNIT is ignored)Tobias Burnus1-2/+14
2007-05-14re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert2-40/+1
2007-05-06re PR fortran/31201 (Too large unit number generates wrong code)Jerry DeLisle1-1/+14
2007-04-19main.c (please_free_exe_path_when_done): New variable.Francois-Xavier Coudert1-0/+7
2007-04-06cpu_time.c: Don't include headers already included by libgfortran.h.Francois-Xavier Coudert2-3/+0
2007-03-16* runtime/main.c: Include "config.h" first.David Edelsohn1-1/+1
2007-03-15gfortran.h (gfc_option_t): Add flag_backtrace field.Francois-Xavier Coudert5-2/+392
2007-02-16* runtime/memory.c (deallocate): Correct comment.Francois-Xavier Coudert1-1/+1
2007-01-21* runtime/error.c: Include sys/time.h before sys/resource.h.François-Xavier Coudert1-4/+6
2007-01-18re PR libfortran/29649 (Force core dump on runtime library errors)Francois-Xavier Coudert3-2/+69
2007-01-17re PR libfortran/27107 (Make dependency on io/io.h broken)Francois-Xavier Coudert3-104/+1
2006-12-13re PR fortran/30115 (allocate() interface pessimizes aliasing)Richard Guenther1-67/+39
2006-12-06re PR libfortran/30009 ([4.1 only] Unformatted reads exceeding storage units ...Thomas Koenig1-0/+4
2006-12-01re PR libfortran/29568 (implement unformatted files with subrecords (Intel st...Thomas Koenig2-5/+17
2006-11-16trans-decl.c (gfc_get_symbol_decl): Fix formatting.François-Xavier Coudert1-1/+1
2006-10-31re PR libfortran/29627 ([4.1 only] partial unformatted reads shouldn't succeed)Thomas Koenig1-0/+4
2006-10-30re PR fortran/29452 (Keyword check for specifiers in WRITE and READ)Tobias Burnus1-0/+1
2006-10-21error.c: Add errno.hSteven G. Kargl1-1/+2
2006-10-18in_pack.m4: Fixed a typo.Tobias Burnus4-5/+5
2006-08-01re PR libfortran/28452 (__gfortran_random_r10 not found)Thomas Koenig1-120/+0
2006-07-04re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)Jerry DeLisle1-2/+7
2006-03-30re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)Thomas Koenig1-3/+13
2006-03-22[multiple changes]Thomas Koenig1-0/+26
2006-03-18re PR fortran/26509 (incorrect behaviour of error-handler for direct access w...Jerry DeLisle1-0/+4
2006-03-03re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)Thomas Koenig1-1/+46
2006-02-19re PR libfortran/21303 (L edit descriptor without a width)François-Xavier Coudert1-0/+19
2006-02-08re PR libfortran/25425 ([4.1 only] F95 and F2003 differ on list-directed outp...François-Xavier Coudert2-3/+9
2006-02-06re PR fortran/23815 (Add -byteswapio flag)Thomas Koenig2-1/+450
2005-12-28re PR libfortran/25139 ("Invalid argument" error on I/O)Jerry DeLisle1-0/+8
2005-11-21re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek5-52/+31
2005-11-04re PR fortran/24636 (gfortran: STOP without stop-code too noisy, regression w...Steven G. Kargl1-1/+1
2005-11-04re PR libfortran/22298 (libgfortran init() constructor isn't called if execut...François-Xavier Coudert2-0/+15
2005-10-25re PR libfortran/24224 (Generalized internal array IO not implemented.)Jerry DeLisle1-4/+0
2005-10-23fpu.c: Add _GNU_SOURCE definition.Francois-Xavier Coudert1-0/+5
2005-10-12gfortran.h: Add bitmasks for different FPE traps.François-Xavier Coudert3-24/+17
2005-10-03* runtime/memory.c (allocate_size): Malloc 1 byte if size == 0.Jakub Jelinek1-1/+1
2005-10-01memory.c (malloc_t): Remove.Jakub Jelinek1-128/+16
2005-10-01libgfortran.h (GFC_ITOA_BUF_SIZE, [...]): Define.Jakub Jelinek2-38/+34
2005-09-29string.c (find_option): Change 3rd argument to const st_option *.Jakub Jelinek2-6/+6
2005-09-14PR fortran/21875 Internal Unit Array I/O, NISTJerry DeLisle1-0/+4
2005-09-09gfortran.h: Add iomsg to gfc_open, gfc_close, gfc_filepos, gfc_inquire and gf...Thomas Koenig1-8/+11
2005-09-09re PR fortran/12840 ([4.0 only] Unable to find scalarization loop specifier)Richard Sandiford1-1/+65
2005-08-17All files: Update FSF address.Kelley Cook12-24/+24
2005-08-11re PR libfortran/20006 ($ format extension doesn't work)Francois-Xavier Coudert3-0/+88
2005-07-09[multiple changes]Thomas Koenig1-2/+3
2005-06-23c99_functions.c (log10l): New log10l function for systems where this is not a...Francois-Xavier Coudert1-3/+3
2005-06-11[multiple changes]Thomas Koenig2-14/+60