summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* Makefile.tpl ($(srcdir)/configure): Update dependencies.Ralf Wildenhues2008-06-172-57/+109
* re PR libfortran/36546 (Namelist error with tab following a comma and newline)Jerry DeLisle2008-06-172-1/+7
* re PR fortran/36515 (Integer read from stdin yields a value overflow for a va...Jerry DeLisle2008-06-154-2/+15
* re PR libfortran/36538 (namelist failure with tabs preceding object name)Jerry DeLisle2008-06-142-0/+8
* Add missing entry.Jerry DeLisle2008-06-131-1/+2
* re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle2008-06-1312-129/+420
* configure.ac (AM_CFLAGS): Remove -Werror again.Tobias Burnus2008-06-133-2/+29
* re PR fortran/36518 (libgfortran: "warning: format '%d' expects type 'int', b...Tobias Burnus2008-06-1318-18/+18
* re PR fortran/36495 (libgfortran should be build with FCFLAGS -fimplicit-none)Tobias Burnus2008-06-134-2/+10
* re PR fortran/36420 (Fortran 2008: g0 edit descriptor)Jerry DeLisle2008-06-075-11/+55
* re PR fortran/36319 (Segfault with wide characters in DATA)Francois-Xavier Coudert2008-05-2818-43/+533
* re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a libra...Tobias Burnus2008-05-254-18/+7
* re PR libfortran/36302 (cshift and eoshift missing some kind=16 functions)Thomas Koenig2008-05-225-14/+40
* Update ChangeLog which was forgotten in the check in:Tobias Burnus2008-05-181-0/+157
* in_pack.m4 (internal_pack_'rtype_code`): Destination pointer is restrict.Thomas Koenig2008-05-18151-179/+192
* select.c: Moved content to select_inc.c.Francois-Xavier Coudert2008-05-1812-125/+449
* list_read.c (list_formatted_read_scalar): Declare type as volatile to shut up...Thomas Koenig2008-05-172-2/+7
* Part 1.1 of PR25561.Janne Blomqvist2008-05-164-29/+82
* Fix fallout from part 1 of PR25561 patch.Janne Blomqvist2008-05-162-1/+6
* Part 1 of PR25561, fix compile warnings forgotten in actual commit.Janne Blomqvist2008-05-152-2/+2
* Add fbuf.cJanne Blomqvist2008-05-151-0/+132
* Forgot ChangeLog of part1 pr25561.Janne Blomqvist2008-05-151-0/+67
* Part 1 of PR 25561.Janne Blomqvist2008-05-1510-302/+370
* libgfortran.h (gfc_char4_t): New type.Francois-Xavier Coudert2008-05-145-367/+493
* re PR libfortran/36202 ([mingw] Namelist read fails with CRLF)Jerry DeLisle2008-05-112-12/+9
* Makefile.am (LTLDFLAGS): New.Julian Brown2008-05-093-2/+11
* re PR libfortran/36131 (wrong IO)Jerry DeLisle2008-05-062-7/+7
* re PR fortran/35995 (ANY, ALL, and COUNT errors for zero sized sections)Thomas Koenig2008-05-04116-329/+928
* re PR fortran/35990 (run-time abort for PACK of run-time zero sized array)Thomas Koenig2008-05-042-2/+19
* re PR fortran/35990 (run-time abort for PACK of run-time zero sized array)Thomas Koenig2008-05-0415-15/+180
* re PR libfortran/36094 (Runtime error show_locus not working correctly)Jerry DeLisle2008-05-023-1/+13
* intrinsic.c (add_functions): Add SELECTED_CHAR_KIND intrinsic.François-Xavier Coudert2008-04-305-7/+75
* re PR fortran/35993 (wrong answer for all array intrinsics with scalar mask)Thomas Koenig2008-04-30100-2376/+10401
* re PR fortran/35960 (run time abort with assignment of RESHAPEd zero sized ar...Thomas Koenig2008-04-2513-16/+32
* * intrinsics/time_1.h (__time_1): Remove unused variable.Francois-Xavier Coudert2008-04-242-1/+4
* re PR fortran/35988 (run-time abort for MATMUL of run-time zero sized array)Thomas Koenig2008-04-2315-14/+75
* libgomp/Ralf Wildenhues2008-04-214-143/+157
* re PR fortran/35991 (run-time abort for CSHIFT of zero sized array)Jerry DeLisle2008-04-202-1/+6
* re PR fortran/35960 (run time abort with assignment of RESHAPEd zero sized ar...Thomas Koenig2008-04-2014-103/+342
* re PR other/35457 (Error building GCC trunk on CELL SPU)Paolo Bonzini2008-04-183-28/+44
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-04-142-1/+7
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-04-1312-341/+737
* list_read.c (snprintf): Define if HAVE_SNPRINTF isn't defined.Jakub Jelinek2008-04-092-36/+63
* PR fortran/25829 28655Jerry DeLisle2008-04-079-31/+255
* PR fortran/25829 28655Jerry DeLisle2008-04-0513-105/+519
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-2819-17/+4460
* re PR fortran/35699 (run-time abort writing zero sized section to direct acce...Jerry DeLisle2008-03-282-6/+15
* re PR fortran/35721 (ASSOCIATED returns false when strides confusing)Tobias Burnus2008-03-282-3/+11
* unix.c (fd_close): Do not close STDIN.Jerry DeLisle2008-03-272-1/+5
* re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig2008-03-2319-19/+5272