summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/45710 (Adjust format and padding for WRITE of NAMELIST group to...Jerry DeLisle2010-09-232-0/+20
* re PR libfortran/45723 (opening /dev/null for appending writes)Jerry DeLisle2010-09-222-2/+9
* re PR fortran/45532 (gfortran namelist read error)Jerry DeLisle2010-09-142-1/+8
* pack_generic.c (pack): Add missing return and fix whitespace.Francois-Xavier Coudert2010-09-124-6/+17
* string.c (compare0): Remove.Francois-Xavier Coudert2010-09-102-19/+9
* acinclude.m4 (LIBGFOR_CHECK_FOR_BROKEN_ISFINITE, [...]): Remove.Francois-Xavier Coudert2010-09-098-349/+32
* re PR fortran/38282 (Bit intrinsics: ILEN and IBCHNG)Tobias Burnus2010-09-0622-41/+8045
* bessel.m4: Fix printf warning by casting to (long int).Tobias Burnus2010-09-066-10/+18
* intrinsic.c: Add EXECUTE_COMMAND_LINE intrinsic.Francois-Xavier Coudert2010-09-015-6/+203
* mtype.m4 (upcase, [...]): New macros.Francois-Xavier Coudert2010-08-2842-175/+370
* mk-kinds-h.sh: Disable REAL(16) if REAL(10) is available.Tobias Burnus2010-08-282-2/+14
* re PR fortran/33197 (Fortran 2008: math functions)Tobias Burnus2010-08-27137-263/+2512
* fpu-387.h (has_sse): Remove cw_sse, unused.Rainer Orth2010-08-262-2/+8
* re PR libfortran/45323 (warnings compiling libgfortran/io/write.c: array subs...Tobias Burnus2010-08-232-3/+9
* Fix misquoting in stdint.m4.Ralf Wildenhues2010-08-212-8/+8
* re PR fortran/36158 (Transformational function BESSEL_YN(n1,n2,x) and BESSEL_...Tobias Burnus2010-08-219-39/+1029
* re PR fortran/45108 (Namelist read: Not aborted when reading from STDIN)Jerry DeLisle2010-08-192-12/+8
* re PR fortran/45308 ([F2003] DATE_AND_TIME does _not_ blank-pad strings)Jakub Jelinek2010-08-172-35/+29
* re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin")Jerry DeLisle2010-08-142-1/+18
* re PR fortran/45143 ([F2008,corrig1] Endless loop with unlimited edit descrip...Jerry DeLisle2010-08-073-30/+51
* Don't update the position flag for non-seekable files, check for stell() error.Janne Blomqvist2010-08-022-6/+18
* Use access(2) instead of stat(2) to test file existence.Janne Blomqvist2010-08-012-36/+48
* * io/inquire.c: Include io.h before string.h.David Edelsohn2010-07-312-1/+5
* re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin")Jerry DeLisle2010-07-294-23/+54
* re PR fortran/44953 (FAIL: gfortran.dg/char4_iunit_1.f03 * execution test)Jerry DeLisle2010-07-196-62/+158
* re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle2010-07-166-29/+160
* Fix ChangeLog to mention last commit to transfer.cJerry DeLisle2010-07-151-0/+1
* re PR fortran/44934 (Bogus "Missing format for FORMATTED data transfer")Jerry DeLisle2010-07-153-53/+65
* re PR fortran/37077 (Implement Internal Unit I/O for character KIND=4)Jerry DeLisle2010-07-139-99/+545
* config.gcc (i[34567]86-*-solaris2*): Default with_arch_32 to pentiumpro on So...Rainer Orth2010-07-122-1/+55
* re PR fortran/44698 (I/O: FLUSH does not actually flush the buffer?)Kai Tietz2010-07-112-0/+9
* re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Tobias Burnus2010-07-023-8/+10
* configure.ac (gfortran_use_symver): Only check for Sun-style symbol versionin...Rainer Orth2010-07-023-12/+26
* configure.ac: Check for Sun symbol versioning.Rainer Orth2010-07-025-11/+128
* re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Jerry DeLisle2010-06-302-0/+66
* re PR libfortran/43298 (fortran library does not read in NaN -Inf or Inf)Tobias Burnus2010-06-282-0/+34
* intrinsic.h (gfc_check_selected_real_kind, [...]): Update prototypes.Tobias Burnus2010-06-254-14/+56
* decl.c (gfc_match_entry): Mark ENTRY as GFC_STD_F2008_OBS.Tobias Burnus2010-06-254-11/+19
* re PR fortran/44477 (Sequential I/O with END FILE: File position should be at...Jerry DeLisle2010-06-193-11/+80
* selected_char_kind.c (selected_char_kind): Fix return value for ISO_10646.François-Xavier Coudert2010-06-102-26/+31
* mk-kinds-h.sh: Define GFC_REAL_*_LITERAL_SUFFIX and GFC_REAL_*_LITERAL macros...Francois-Xavier Coudert2010-06-094-9/+24
* system_clock.c (system_clock_4, [...]): Undefine TCK.Francois-Xavier Coudert2010-06-092-0/+7
* re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig2010-06-042-1/+11
* re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle2010-05-202-5/+13
* re PR fortran/43851 (Add _gfortran_error_stop_numeric)Jerry DeLisle2010-05-205-24/+53
* Fix typoJanne Blomqvist2010-05-081-1/+1
* Fix typo in symbol visibility specificationJanne Blomqvist2010-05-082-1/+5
* Remove free_memJanne Blomqvist2010-05-0714-62/+85
* no-dist in non-imported automake dirs.Ralf Wildenhues2010-05-044-678/+19
* unix.c (raw_truncate): Explicit cast from integer-scal to pointer.Kai Tietz2010-04-302-4/+36