summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* * runtime/memory.c (deallocate): Correct comment.Francois-Xavier Coudert2007-02-162-1/+5
* Makefile.am: Use $(M4) instead of m4.Thomas Koenig2007-02-103-2/+7
* Makefile.am: Remove $(srcdir) from assorted targets in maintainer mode.Thomas Koenig2007-02-103-56/+62
* re PR fortran/30512 ([4.1 only] MAXVAL() incorrect for zero-size int arrays, ...Tobias Burnus2007-02-0923-52/+79
* re PR fortran/30611 ([4.1 only] Confusing error message for negative ncopies ...Francois-Xavier Coudert2007-02-042-8/+8
* re PR libfortran/30007 (libgfortran doesn't build for sh-elf)Francois-Xavier Coudert2007-02-042-4/+10
* re PR fortran/30284 ([4.1 only] ICE in gfc_add_modify with internal reads)Paul Thomas2007-02-022-2/+10
* * runtime/error.c: Include sys/time.h before sys/resource.h.François-Xavier Coudert2007-01-212-5/+11
* re PR libfortran/30525 ([4.2, 4.1 only] character comparisons with padding)Thomas Koenig2007-01-212-3/+9
* re PR libfortran/30015 ([4.1 only] Intrinsic date_and_time can go back in time)Tobias Burnus2007-01-216-494/+98
* gfortran.h (gfc_options_t): Add flag_allow_leading_underscore.Francois-Xavier Coudert2007-01-20147-511/+670
* re PR libfortran/26893 ([4.1 only] kinds.h not generated, causing failure)Francois-Xavier Coudert2007-01-195-3/+97
* re PR libfortran/29649 (Force core dump on runtime library errors)Francois-Xavier Coudert2007-01-188-16/+91
* re PR libfortran/27107 (Make dependency on io/io.h broken)Tom Tromey2007-01-175-354/+2602
* re PR libfortran/27107 (Make dependency on io/io.h broken)Francois-Xavier Coudert2007-01-1717-580/+462
* re PR fortran/30435 (Slash at end of input not recognized according to standard)Jerry DeLisle2007-01-122-6/+15
* re PR libfortran/30162 (Document when sequential I/O with named pipes works)Jerry DeLisle2007-01-062-11/+39
* Rotate ChangeLogSteven G. Kargl2007-01-012-1633/+1637
* re PR fortran/30321 (program crash for SUM applied to zero-size array)Thomas Koenig2006-12-3098-698/+3902
* re PR libfortran/30014 (INQUIRE (iolength = xx) limited to kind=4)Jerry DeLisle2006-12-283-3/+11
* associated.c: Check for associated(NULL,NULL).Tobias Burnus2006-12-172-0/+6
* re PR fortran/30145 (Fortran 90: write statement fails to ignore zero-sized a...Jerry DeLisle2006-12-152-1/+6
* re PR fortran/30115 (allocate() interface pessimizes aliasing)Richard Guenther2006-12-132-67/+52
* re PR libfortran/29810 (Unsatisfied symbol "fmodl" in libgfortran shared libr...Francois-Xavier Coudert2006-12-066-0/+317
* re PR libfortran/30009 ([4.1 only] Unformatted reads exceeding storage units ...Thomas Koenig2006-12-064-32/+49
* re PR libfortran/30005 (Open errors (not/already exists etc.): show also the ...Jerry DeLisle2006-12-052-1/+35
* re PR libfortran/29568 (implement unformatted files with subrecords (Intel st...Thomas Koenig2006-12-018-240/+544
* Makefile.am: Remove intrinsics/erf.c and intrinsics/bessel.c.Francois-Xavier Coudert2006-11-257-152/+154
* io.h (unit_flags): Add new flag has_recl.Jerry DeLisle2006-11-224-5/+18
* 2006-11-17 Jerry DeLisle <jvdelisle@fcc.gnu.orgJerry DeLisle2006-11-171-2/+2
* trans-decl.c (gfc_get_symbol_decl): Fix formatting.François-Xavier Coudert2006-11-163-2/+7
* 2006-11-08 Steven G. Kargl <kargl@gcc.gnu.org> Steven G. Kargl2006-11-092-0/+6
* re PR fortran/29752 (write(*,*,advance='NO'), READ(): Data not flushed)Jerry DeLisle2006-11-092-3/+11
* transfer.c (next_record_w): Fix indentation.Jerry DeLisle2006-11-052-1/+5
* re PR libfortran/25545 (internal file and dollar edit descriptor)Jerry DeLisle2006-11-052-113/+100
* re PR libfortran/27895 (problem with RESHAPE and zero-sized arrays)Francois-Xavier Coudert2006-11-0314-68/+452
* re PR libfortran/29627 ([4.1 only] partial unformatted reads shouldn't succeed)Thomas Koenig2006-10-314-49/+58
* re PR fortran/29452 (Keyword check for specifiers in WRITE and READ)Tobias Burnus2006-10-302-0/+6
* configure: Regenerate.Francois-Xavier Coudert2006-10-294-60/+17
* re PR fortran/29625 (Octal edit descriptors allow real variables, even with -...Tobias Burnus2006-10-282-2/+19
* re PR fortran/29563 (Internal read loses data.)Jerry DeLisle2006-10-262-1/+7
* re PR fortran/29563 (Internal read loses data.)Jerry DeLisle2006-10-264-16/+37
* re PR fortran/26025 (Optionally use BLAS for matmul)Francois-Xavier Coudert2006-10-2213-36/+544
* error.c: Add errno.hSteven G. Kargl2006-10-213-2/+9
* minval_r8.c: Regenerate.Francois-Xavier Coudert2006-10-20170-300/+472
* re PR libfortran/27895 (problem with RESHAPE and zero-sized arrays)François-Xavier Coudert2006-10-194-23/+49
* re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into ...Jerry DeLisle2006-10-182-8/+75
* in_pack.m4: Fixed a typo.Tobias Burnus2006-10-1825-34/+61
* re PR fortran/29277 (Formated stream output: Translate "\n" / achar(10) into ...Jerry DeLisle2006-10-183-26/+54
* spacing.m4: Use scalbn[f,l] if ldexp[f,l] is unavailable.Steven G. Kargl2006-10-1311-10/+68