aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2013-01-23Improve performance of byte-swapped I/O.Janne Blomqvist4-68/+178
2013-01-14Update copyright years in libgfortran.Richard Sandiford669-729/+672
2013-01-06re PR fortran/54678 (second call to get_environment_variable gives valgrind w...Tobias Burnus2-1/+8
2013-01-03ChangeLog rotation.Jakub Jelinek2-1272/+1277
2013-01-02re PR fortran/55818 (Reading a REAL from a file which doesn't end in a new li...Jerry DeLisle2-15/+34
2012-12-27re PR fortran/48976 (INQUIRE with STREAM= not supported)Jerry DeLisle3-0/+35
2012-12-26re PR libfortran/48960 (OPEN statement modifies NEWUNIT variable on error)Jerry DeLisle2-5/+12
2012-12-26PR fortran/55539 Fix regression in -fno-sign-zero.Janne Blomqvist2-3/+12
2012-12-21re PR libfortran/30162 (Document when sequential I/O with named pipes works)Thomas Koenig2-1/+15
2012-12-20re PR libfortran/36044 (user-requested backtrace)Janus Weil6-7/+21
2012-12-20array.c (resolve_array_list): Apply C4106.Paul Thomas2-0/+13
2012-12-03re PR fortran/55548 (SYSTEM_CLOCK with integer(8) provides nanosecond resolut...Janus Weil2-15/+25
2012-10-28bessel.m4: Remove useless statement.Tobias Burnus120-805/+352
2012-10-10re PR fortran/54878 (libgfortran issues found by the Coverity scanner)Tobias Burnus2-0/+17
2012-10-06Fix usage of secure_getenv with glibc 2.17. Janne Blomqvist7-54/+103
2012-10-06re PR libfortran/54736 (GFORTRAN_CONVERT_UNIT causes malloc error on several ...Thomas Koenig2-14/+35
2012-09-29re PR fortran/52724 (Internal read with character(kind=4) data)Thomas Koenig3-4/+17
2012-09-14* configure: Regenerated.David Edelsohn2-2/+8
2012-09-05fpu-387.h (set_fpu): Prefix stmxcsr and ldmxcsr with %v.Uros Bizjak2-4/+3
2012-09-05* ChangeLog: Fix date of my last commit.Uros Bizjak1-1/+1
2012-09-05fpu-387.h (set_fpu): Use __builtin_ia32_stmxcsr and __builtin_ia32_ldmxcsr in...Uros Bizjak2-2/+7
2012-07-25list_read.c (list_formatted_read_scalar): Fix copying real value back to temp...Andreas Schwab2-1/+6
2012-06-21PR 39654 FTELL intrinsic function return type.Janne Blomqvist3-0/+31
2012-06-04PR 53456 Fix incorrect ChangeLog entry.Robert Mason1-1/+2
2012-06-04PR 53456 Fix typo in gf_cputime.Robert Mason2-1/+6
2012-06-01chmod.c (chmod_func): On MinGW, don't set is_dirTobias Burnus5-17/+36
2012-05-31re PR target/51007 (Quadmath I/O doesn't work on MinGW)Benjamin Kosnik3-2/+8
2012-05-31revert: unix.c (tempfile_open): Pass mode to "open" for O_CREAT.Tobias Burnus2-2/+9
2012-05-30decl.c: Fix comment typos.Tobias Burnus3-5/+10
2012-05-27Minor timing cleanups.Janne Blomqvist2-6/+14
2012-05-24PR 53456 CPU timing fallback using clock_gettime.Janne Blomqvist2-1/+21
2012-05-23PR 53456 clock_gettime fallback for gf_gettimeJanne Blomqvist2-2/+13
2012-05-23re PR libfortran/53445 (No sticky bit on VxWorks - fix chmod.c)Robert Mason2-2/+10
2012-05-23re PR libfortran/53444 (Accommodate non-compliant strerror_r() on VxWorks.)Tobias Burnus6-5/+98
2012-05-16Regenerate configure files for libtool.m4 changeH.J. Lu2-3/+14
2012-05-16unix.c (tempfile_open): Pass mode to "open" for O_CREAT.Tobias Burnus2-2/+6
2012-05-14PR 52428 Range checking when reading integer values.Janne Blomqvist6-40/+58
2012-05-11re PR fortran/53310 (EOSHIFT leaks memory)Tobias Burnus2-34/+40
2012-05-05Fix handling of temporary files.Janne Blomqvist8-58/+136
2012-04-22re PR libfortran/53051 (I/O: Support reading floating-point numbers which use...Tobias Burnus3-0/+15
2012-04-17re PR libfortran/38199 (missed optimization: I/O performance)Tobias Burnus2-1/+8
2012-04-15re PR libfortran/38199 (missed optimization: I/O performance)Thomas Koenig5-5/+41
2012-04-10cshift0.m4 (cshift0_'rtype_code`): Guard use of modulo.Michael Matz15-42/+116
2012-04-04libgfortran.h: Include complex.h before math.hTristan Gingold2-7/+13
2012-04-02math.m4 (GCC_CHECK_MATH_FUNC): Remove if-present argument.Tristan Gingold4-548/+920
2012-03-30* ChangeLog: Fix last entry.Uros Bizjak1-1/+2
2012-03-30* ChangeLog: Fix entry.Uros Bizjak1-1/+1
2012-03-30re PR libfortran/52758 (libgfortran/intrinsics/chmod.c: Array index out of bo...Uros Bizjak2-1/+5
2012-03-27configure.ac: Add description to AC_DEFINE in GCC_CHECK_MATH_FUNC.Tristan Gingold4-548/+744
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist343-834/+1170