aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-27in_pack_generic.c: Adjust copyright years.Thomas Koenig2-8/+8
2005-05-15normalize.c (almostone_r4, [...]): Fix parameter list.Andreas Jaeger3-33/+35
2005-05-15chdir.c, [...]: Include <string.h> for prototypes.Andreas Jaeger1-4/+3
2005-05-12re PR libfortran/21324 (#undef GFC_CLEAR_MEMORY causes testsuite failures)Thomas Koenig1-1/+1
2005-04-10* runtime/environ.c: Correct previous commit for obvious typo.François-Xavier Coudert1-1/+1
2005-04-10re PR libfortran/20788 (Loading libgfortran.so clobbers C redirection of stdi...Francois-Xavier Coudert1-2/+30
2005-04-09re PR libfortran/20163 ([4.0 only] gfortran - error opening direct access file)Thomas Koenig1-10/+4
2005-02-27ChangeLog: Fix typo in Peter O'Gorman's name.Toon Moene1-1/+1
2005-02-26re PR libfortran/17748 (libgfortran contains undefined references to _environ)Peter O'Gorman1-61/+0
2005-01-22re PR libfortran/19052 (unit 0 not preconnected to standard error)David Edelsohn1-0/+5
2005-01-12re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene11-69/+168
2004-12-19libgfortran.h (itoa): Rename to gfc_itoa.Aaron W. LaFramboise2-4/+4
2004-12-12acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson9-39/+55
2004-12-06c99_functions.c, [...]: Whitespace fixes.Richard Henderson9-58/+21
2004-10-04re PR fortran/17283 (UNPACK issues)Tobias Schlüter1-4/+4
2004-08-31error.c (generate_error): Set both iostat and library_return.Paul Brook1-6/+7
2004-08-28re PR libfortran/17195 (Infinite loop in output_float in libgfortran/io/write.c)Paul Brook1-56/+0
2004-08-25re PR libfortran/17143 (2**63 prints garbage)Bud Davis1-4/+6
2004-06-30Paul Brook <paul@codesourcery.com>Tobias Schlüter1-2/+2
2004-06-13Makefile.am (gfor_helper_src): Add runtime/normalize.f90.Paul Brook1-0/+111
2004-05-14re PR libfortran/15149 (problem computing Pi)Bud Davis1-0/+2
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo10-0/+2256