summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix regression when writing formatted sequential to a pipe.Janne Blomqvist2013-02-213-12/+18
* re PR target/56347 (FAIL: gfortran.dg/integer_exponentiation_2.f90 -O2 exec...John David Anglin2013-02-196-42/+10
* re PR fortran/55978 (class_optional_2.f90 -Os fails)Janus Weil2013-02-062-0/+9
* Improve performance of byte-swapped I/O.Janne Blomqvist2013-01-234-68/+178
* Update copyright years in libgfortran.Richard Sandiford2013-01-14669-729/+672
* re PR fortran/54678 (second call to get_environment_variable gives valgrind w...Tobias Burnus2013-01-062-1/+8
* ChangeLog rotation.Jakub Jelinek2013-01-032-1272/+1277
* re PR fortran/55818 (Reading a REAL from a file which doesn't end in a new li...Jerry DeLisle2013-01-022-15/+34
* re PR fortran/48976 (INQUIRE with STREAM= not supported)Jerry DeLisle2012-12-273-0/+35
* re PR libfortran/48960 (OPEN statement modifies NEWUNIT variable on error)Jerry DeLisle2012-12-262-5/+12
* PR fortran/55539 Fix regression in -fno-sign-zero.Janne Blomqvist2012-12-262-3/+12
* re PR libfortran/30162 (Document when sequential I/O with named pipes works)Thomas Koenig2012-12-212-1/+15
* re PR libfortran/36044 (user-requested backtrace)Janus Weil2012-12-206-7/+21
* array.c (resolve_array_list): Apply C4106.Paul Thomas2012-12-202-0/+13
* re PR fortran/55548 (SYSTEM_CLOCK with integer(8) provides nanosecond resolut...Janus Weil2012-12-032-15/+25
* bessel.m4: Remove useless statement.Tobias Burnus2012-10-28120-805/+352
* re PR fortran/54878 (libgfortran issues found by the Coverity scanner)Tobias Burnus2012-10-102-0/+17
* Fix usage of secure_getenv with glibc 2.17. Janne Blomqvist2012-10-067-54/+103
* re PR libfortran/54736 (GFORTRAN_CONVERT_UNIT causes malloc error on several ...Thomas Koenig2012-10-062-14/+35
* re PR fortran/52724 (Internal read with character(kind=4) data)Thomas Koenig2012-09-293-4/+17
* * configure: Regenerated.David Edelsohn2012-09-142-2/+8
* fpu-387.h (set_fpu): Prefix stmxcsr and ldmxcsr with %v.Uros Bizjak2012-09-052-4/+3
* * ChangeLog: Fix date of my last commit.Uros Bizjak2012-09-051-1/+1
* fpu-387.h (set_fpu): Use __builtin_ia32_stmxcsr and __builtin_ia32_ldmxcsr in...Uros Bizjak2012-09-052-2/+7
* list_read.c (list_formatted_read_scalar): Fix copying real value back to temp...Andreas Schwab2012-07-252-1/+6
* PR 39654 FTELL intrinsic function return type.Janne Blomqvist2012-06-213-0/+31
* PR 53456 Fix incorrect ChangeLog entry.Robert Mason2012-06-041-1/+2
* PR 53456 Fix typo in gf_cputime.Robert Mason2012-06-042-1/+6
* chmod.c (chmod_func): On MinGW, don't set is_dirTobias Burnus2012-06-015-17/+36
* re PR target/51007 (Quadmath I/O doesn't work on MinGW)Benjamin Kosnik2012-05-313-2/+8
* revert: unix.c (tempfile_open): Pass mode to "open" for O_CREAT.Tobias Burnus2012-05-312-2/+9