aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-11re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig171-1476/+9972
2008-01-05re PR fortran/34676 (IO error delayed)Jerry DeLisle2-3/+14
2008-01-03re PR fortran/34565 (internal write to string array fails)Thomas Koenig6-22/+78
2008-01-02Rotate Fortran ChangeLogs.Tobias Schlüter2-2480/+2480
2007-12-27re PR libfortran/22423 (Warnings when building libgfortran)Thomas Koenig3-12/+23
2007-12-27re PR fortran/34594 (On error and END, no jump to ERR=<label>)Thomas Koenig2-0/+13
2007-12-26Fix change log, missing PR reference.Jerry DeLisle1-0/+1
2007-12-26transfer.c (read_sf): Check if readlen was less than the requested number of ...Jerry DeLisle2-1/+13
2007-12-25re PR fortran/34533 (DTIME returns total process time and not since last invo...Daniel Franke9-111/+280
2007-12-25re PR fortran/34566 (Matmul of logical values)Thomas Koenig5-8/+16