summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/59700 (Misleading/buggy runtime error message: Bad integer for ...Jerry DeLisle2014-01-113-23/+43
* Update copyright years in libgfortran/Richard Sandiford2014-01-02669-669/+673
* read.c (read_f): Convert assert to runtime error.Steven G. Kargl2013-12-182-1/+7
* unix.c (tempfile_open): Only use the needed flag O_CLOEXEC.Andreas Tobler2013-12-172-1/+5
* re PR libfortran/59419 (Failing OPEN with FILE='xxx' and IOSTAT creates the f...Jerry DeLisle2013-12-174-38/+63
* fpu-387.h (sigill_hdlr, [...]): EmitTobias Burnus2013-12-112-3/+8
* Provide _M_2_SQRTPI if missing.Rainer Orth2013-12-062-0/+7
* re PR libfortran/59313 (gfortran.dg/erf_3.F90 FAILs on Solaris/SPARC)Uros Bizjak2013-12-013-12/+36
* Remove wrong PR linkAndreas Schwab2013-11-211-1/+0
* re PR libfortran/59227 (FAIL: gfortran.dg/erf_3.F90 -O0 execution test)Francois-Xavier Coudert2013-11-212-2/+10
* re PR libfortran/49024 (REAL*16 ERFC_SCALED inaccuracy)Francois-Xavier Coudert2013-11-203-6/+59
* re PR libfortran/51828 (libgfortran build warnings)Francois-Xavier Coudert2013-11-182-0/+9
* When file status is unknown, don't set O_CREAT when opening read-only.Janne Blomqvist2013-11-162-7/+21
* configure.ac: Do not define HAVE_STRTOLD.Steve Ellcey2013-11-153-4/+21
* Set close-on-exec flag when opening files.Janne Blomqvist2013-11-107-60/+142
* re PR fortran/55469 (memory leak on read with istat.ne.0)Tobias Burnus2013-10-012-4/+35
* libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.Alan Modra2013-09-202-5/+15
* fpu-387.h (get_fpu_rounding_mode): Read rounding mode from SSE mxcsr register...Uros Bizjak2013-07-232-12/+32
* trans-decl.c: Fix comment typos.Ondřej Bílka2013-07-212-3/+7
* re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus2013-07-212-3/+9
* re PR libfortran/35862 ([F2003] Implement new rounding modes for run time)Tobias Burnus2013-07-2114-88/+452
* configure.ac (AC_CHECK_FUNCS_ONCE): Put into if statement.Steve Ellcey2013-06-242-15/+63
* configure.ac: Check for fp_except and fp_except_t.Tobias Burnus2013-06-245-0/+41
* * config/fpu-sysv.h (get_fpu_except_flags): Fix typo.Eric Botcazou2013-06-212-2/+6
* * ChangeLog: Add some missing lines.Uros Bizjak2013-06-201-0/+2
* fpu-387.h (_FPU_MASK_ALL): New.Uros Bizjak2013-06-202-30/+39
* re PR fortran/57633 (I/O: Problem with formatted read: reading CR-LF files (\...Tobias Burnus2013-06-202-2/+6
* fpu-387.h: Use __asm__ and __volatile__ consistently.Uros Bizjak2013-06-192-23/+19
* gfortran.h (gfc_option_t): Add fpe_summary.Tobias Burnus2013-06-1712-13/+255
* re PR libfortran/57496 (I/O: WRITE(*,*) HUGE(0._10) gives SIGFPE with -ffpe-t...Tobias Burnus2013-06-032-20/+56
* Use -z ignore instead of --as-needed on SolarisRainer Orth2013-05-243-10/+67
* libcaf.h (_gfortran_caf_critical): Add a prototype.David Edelsohn2013-05-052-0/+8
* environ.c: Include unistd.h.David Edelsohn2013-05-047-0/+30
* Simplify SYSTEM_CLOCK implementation.Janne Blomqvist2013-04-292-57/+41
* PR 56981 Improve unbuffered performance on special files.Janne Blomqvist2013-04-294-21/+64
* Fix sign error in SYSTEM_CLOCK kind=4 Windows version.Janne Blomqvist2013-04-282-2/+7
* list_read.c (finish_separator): Initialize variable.Tobias Burnus2013-04-152-2/+7
* PR 56919 Improve SYSTEM_CLOCK intrinsic on Windows.Janne Blomqvist2013-04-153-7/+68
* re PR libfortran/56810 (record-repeat fails kind check on complex read)Tobias Burnus2013-04-042-3/+11
* re PR fortran/56660 (Fails to read NAMELIST with certain form array syntax)Jerry DeLisle2013-04-012-8/+16
* re PR libfortran/56786 (Namelist read fails with designators containing embed...Jerry DeLisle2013-03-313-18/+48
* re PR libfortran/56737 (Wrong I/O result with format cache for Hollerith stri...Tobias Burnus2013-03-292-12/+12
* re PR libfortran/56737 (Wrong I/O result with format cache for Hollerith stri...Tobias Burnus2013-03-292-2/+25
* re PR fortran/56735 (Namelist Read Error with question marks)Tobias Burnus2013-03-291-7/+9
* re PR fortran/52512 (Cannot match namelist object name)Tilo Schwarz2013-03-252-6/+14
* re PR libfortran/56696 (Formatted (list-directed) input fails to signal end ...Tobias Burnus2013-03-242-1/+5
* re PR fortran/51825 (Fortran runtime error: Cannot match namelist object name)Tilo Schwarz2013-03-202-7/+16
* re PR libfortran/48618 (Negative unit number in OPEN(...) is sometimes allowed)Tilo Schwarz2013-03-202-5/+15
* Use C99 bool instead of enum try.Janne Blomqvist2013-03-1910-78/+87
* transfer.c (read_block_direct): Correct condition.Tobias Burnus2013-03-113-1/+9