summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert2010-11-1640-111/+891
* Cache stat values, reduce syscallsJanne Blomqvist2010-11-092-18/+44
* re PR libfortran/46373 (fflush called when reading from a string)Jerry DeLisle2010-11-092-1/+8
* PR 44931 Move struct unix_stream to unix.cJanne Blomqvist2010-11-044-25/+38
* Remove prot from unix_streamJanne Blomqvist2010-11-043-34/+16
* Remove unused empty_internal_buffer functionJanne Blomqvist2010-11-033-12/+5
* re PR fortran/43899 (Wrong unused-variable warning with NAMELISTs)Jerry DeLisle2010-11-034-2/+40
* PR 45629 Remove usage of setjmp/longjmpJanne Blomqvist2010-11-024-179/+274
* re PR fortran/46010 (I/O: Namelist-reading bug)Jerry DeLisle2010-10-263-5/+14
* re PR fortran/46007 (wrong code for SHAPE in a scalarized loop)Thomas Koenig2010-10-215-4/+53
* re PR fortran/46079 (ABI for empty stop statement broken)Jerry DeLisle2010-10-213-1/+29
* io.h: Remove definition of the BT enumerator.Jerry DeLisle2010-10-199-126/+95
* re PR tree-optimization/20165 (Pointer does not really escape with write)Thomas Koenig2010-10-163-0/+89
* 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