aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2008-04-23re PR fortran/35988 (run-time abort for MATMUL of run-time zero sized array)Thomas Koenig15-14/+75
2008-04-21libgomp/Ralf Wildenhues4-143/+157
2008-04-20re PR fortran/35991 (run-time abort for CSHIFT of zero sized array)Jerry DeLisle2-1/+6
2008-04-20re PR fortran/35960 (run time abort with assignment of RESHAPEd zero sized ar...Thomas Koenig14-103/+342
2008-04-18re PR other/35457 (Error building GCC trunk on CELL SPU)Paolo Bonzini3-28/+44
2008-04-14re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2-1/+7
2008-04-13re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig12-341/+737
2008-04-09list_read.c (snprintf): Define if HAVE_SNPRINTF isn't defined.Jakub Jelinek2-36/+63
2008-04-07PR fortran/25829 28655Jerry DeLisle9-31/+255
2008-04-05PR fortran/25829 28655Jerry DeLisle13-105/+519
2008-03-28re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig19-17/+4460
2008-03-28re PR fortran/35699 (run-time abort writing zero sized section to direct acce...Jerry DeLisle2-6/+15
2008-03-28re PR fortran/35721 (ASSOCIATED returns false when strides confusing)Tobias Burnus2-3/+11
2008-03-27unix.c (fd_close): Do not close STDIN.Jerry DeLisle2-1/+5
2008-03-23re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig19-19/+5272
2008-03-22re PR fortran/35632 (stream io broken on FreeBSD due to ftruncate changes.)Jerry DeLisle2-3/+12
2008-03-21pack_generic.c: Fix typo.Jerry DeLisle2-1/+5
2008-03-21gfortran.map: Move erfc_scaled symbols to new symbol node GFORTRAN_1.1...Janne Blomqvist2-4/+13
2008-03-21re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2-1/+7
2008-03-21re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig19-18/+4700
2008-03-20re PR fortran/35627 (namelist read error)Jerry DeLisle2-8/+19
2008-03-19re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2-1/+7
2008-03-19re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig18-22/+1755
2008-03-18re PR fortran/35617 (read namelist error)Jerry DeLisle2-0/+11
2008-03-16configure.ac: m4_include config/proginstall.m4.Ralf Wildenhues4-9864/+9755
2008-03-12re PR libfortran/35524 (Unconditional use of expl() in libgfortran)Francois-Xavier Coudert2-2/+22
2008-03-11re PR libfortran/32812 (random_seed and date_and_time)Francois-Xavier Coudert2-4/+47
2008-03-05re PR libfortran/35293 (truncation errors with gfortran.dg/streamio_11.f90, 3...Hans-Peter Nilsson2-6/+27
2008-03-03re PR fortran/33197 (Fortran 2008: math functions)François-Xavier Coudert8-9744/+10141
2008-03-01re PR libfortran/35355 (CPU_TIME gives wrong values on mingw)Francois-Xavier Coudert2-2/+8
2008-03-01re PR libfortran/35063 (Clean up use of destroy_unit_mutex())Janne Blomqvist2-7/+7
2008-02-25re PR fortran/29549 (matmul slow for complex matrices)Janne Blomqvist3-5/+20
2008-02-25ifunction_logical.m4: Add casts to get rid of warnings.Francois-Xavier Coudert17-32/+67
2008-02-24re PR libfortran/32841 (HUGE(1.0_16) output as +Infinity on ppc-darwin8 (gfor...Francois-Xavier Coudert3-15/+9
2008-02-21re PR libfortran/35132 (Formatted stream I/O write should truncate)Jerry DeLisle2-3/+28
2008-02-21re PR fortran/35036 (illegal E format descriptor produces wrong output)Jerry DeLisle2-0/+19
2008-02-10[multiple changes]Jerry DeLisle2-8/+38
2008-02-02re PR libfortran/35001 (shape for negative sizes)Thomas Koenig5-8/+20
2008-01-28re PR libfortran/34980 (Segfault in shape given a scalar)Thomas Koenig5-0/+20
2008-01-26re PR libfortran/34887 (reverse tabbing before slash descriptor (regression v...Thomas Koenig2-13/+17
2008-01-25Fix date.Jerry DeLisle1-1/+1
2008-01-25re PR fortran/34876 (Can't read/write array sections with negative stride not...Jerry DeLisle2-3/+23
2008-01-24* configure: Regenerate.David Edelsohn2-11/+15
2008-01-20Fix it.Jerry DeLisle1-0/+2
2008-01-20inquire.c (inquire_via_unit): If a unit is opened...Jerry DeLisle3-20/+72
2008-01-18transfer.c (formatted_transfer_scalar): Set max_pos to the greater of the cur...Jerry DeLisle2-2/+10
2008-01-18write.c (write_real): Increase default precision forTobias Burnus2-2/+7
2008-01-16re PR libfortran/34669 (libgfortran doesn't build with -pipe)Steven Bosscher4-7/+16
2008-01-15re PR libfortran/34671 (any(kind=1) and all(kind=1))Thomas Koenig26-958/+1454
2008-01-13re PR libfortran/34746 (wrong formats in libgfortran's runtime_error)Thomas Koenig170-1501/+1849