aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2008-05-18Update ChangeLog which was forgotten in the check in:Tobias Burnus1-0/+157
2008-05-18in_pack.m4 (internal_pack_'rtype_code`): Destination pointer is restrict.Thomas Koenig151-179/+192
2008-05-18select.c: Moved content to select_inc.c.Francois-Xavier Coudert12-125/+449
2008-05-17list_read.c (list_formatted_read_scalar): Declare type as volatile to shut up...Thomas Koenig2-2/+7
2008-05-16Part 1.1 of PR25561.Janne Blomqvist4-29/+82
2008-05-16Fix fallout from part 1 of PR25561 patch.Janne Blomqvist2-1/+6
2008-05-15Part 1 of PR25561, fix compile warnings forgotten in actual commit.Janne Blomqvist2-2/+2
2008-05-15Add fbuf.cJanne Blomqvist1-0/+132
2008-05-15Forgot ChangeLog of part1 pr25561.Janne Blomqvist1-0/+67
2008-05-15Part 1 of PR 25561.Janne Blomqvist10-302/+370
2008-05-14libgfortran.h (gfc_char4_t): New type.Francois-Xavier Coudert5-367/+493
2008-05-11re PR libfortran/36202 ([mingw] Namelist read fails with CRLF)Jerry DeLisle2-12/+9
2008-05-09Makefile.am (LTLDFLAGS): New.Julian Brown3-2/+11
2008-05-06re PR libfortran/36131 (wrong IO)Jerry DeLisle2-7/+7
2008-05-04re PR fortran/35995 (ANY, ALL, and COUNT errors for zero sized sections)Thomas Koenig116-329/+928
2008-05-04re PR fortran/35990 (run-time abort for PACK of run-time zero sized array)Thomas Koenig2-2/+19
2008-05-04re PR fortran/35990 (run-time abort for PACK of run-time zero sized array)Thomas Koenig15-15/+180
2008-05-02re PR libfortran/36094 (Runtime error show_locus not working correctly)Jerry DeLisle3-1/+13
2008-04-30intrinsic.c (add_functions): Add SELECTED_CHAR_KIND intrinsic.François-Xavier Coudert5-7/+75
2008-04-30re PR fortran/35993 (wrong answer for all array intrinsics with scalar mask)Thomas Koenig100-2376/+10401
2008-04-25re PR fortran/35960 (run time abort with assignment of RESHAPEd zero sized ar...Thomas Koenig13-16/+32
2008-04-24* intrinsics/time_1.h (__time_1): Remove unused variable.Francois-Xavier Coudert2-1/+4
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