Fix typo in documentation from last commit.
[gcc.git] / libgfortran /
2012-09-05 Uros Bizjakfpu-387.h (set_fpu): Prefix stmxcsr and ldmxcsr with %v.
2012-09-05 Uros Bizjak* ChangeLog: Fix date of my last commit.
2012-09-05 Uros Bizjakfpu-387.h (set_fpu): Use __builtin_ia32_stmxcsr and...
2012-07-25 Andreas Schwablist_read.c (list_formatted_read_scalar): Fix copying...
2012-06-21 Janne BlomqvistPR 39654 FTELL intrinsic function return type.
2012-06-04 Robert MasonPR 53456 Fix incorrect ChangeLog entry.
2012-06-04 Robert MasonPR 53456 Fix typo in gf_cputime.
2012-06-01 Tobias Burnuschmod.c (chmod_func): On MinGW, don't set is_dir
2012-05-31 Benjamin Kosnikre PR target/51007 (Quadmath I/O doesn't work on MinGW)
2012-05-31 Tobias Burnusrevert: unix.c (tempfile_open): Pass mode to "open...
2012-05-30 Tobias Burnusdecl.c: Fix comment typos.
2012-05-27 Janne BlomqvistMinor timing cleanups.
2012-05-24 Janne BlomqvistPR 53456 CPU timing fallback using clock_gettime.
2012-05-23 Janne BlomqvistPR 53456 clock_gettime fallback for gf_gettime
2012-05-23 Robert Masonre PR libfortran/53445 (No sticky bit on VxWorks -...
2012-05-23 Tobias Burnusre PR libfortran/53444 (Accommodate non-compliant strer...
2012-05-16 H.J. LuRegenerate configure files for libtool.m4 change
2012-05-16 Tobias Burnusunix.c (tempfile_open): Pass mode to "open" for O_CREAT.
2012-05-14 Janne BlomqvistPR 52428 Range checking when reading integer values.
2012-05-11 Tobias Burnusre PR fortran/53310 (EOSHIFT leaks memory)
2012-05-05 Janne BlomqvistFix handling of temporary files.
2012-04-22 Tobias Burnusre PR libfortran/53051 (I/O: Support reading floating...
2012-04-17 Tobias Burnusre PR libfortran/38199 (missed optimization: I/O perfor...
2012-04-15 Thomas Koenigre PR libfortran/38199 (missed optimization: I/O perfor...
2012-04-10 Michael Matzcshift0.m4 (cshift0_'rtype_code`): Guard use of modulo.
2012-04-04 Tristan Gingoldlibgfortran.h: Include complex.h before math.h
2012-04-02 Tristan Gingoldmath.m4 (GCC_CHECK_MATH_FUNC): Remove if-present argument.
2012-03-30 Uros Bizjak* ChangeLog: Fix last entry.
2012-03-30 Uros Bizjak* ChangeLog: Fix entry.
2012-03-30 Uros Bizjakre PR libfortran/52758 (libgfortran/intrinsics/chmod...
2012-03-27 Tristan Gingoldconfigure.ac: Add description to AC_DEFINE in GCC_CHECK...
2012-03-26 Janne BlomqvistCombined get_mem and internal_malloc_size.
2012-03-26 Tristan Gingoldconfigure.ac: Use GCC_CHECK_MATH_FUNC for math functions.
2012-03-25 Janne BlomqvistUse calloc instead of malloc and memset.
2012-03-17 Janne BlomqvistPR libfortran/52608 Move the removal of initial zeros.
2012-03-16 Janne BlomqvistShare vtables instead of replicating them for each...
2012-03-15 Janne BlomqvistRemove commented out debug printf:s
2012-03-15 Janne Blomqvistre PR libfortran/52434 (Insufficient number of digits...
2012-03-14 Rainer OrthRemove obsolete IRIX 6.5 support
2012-03-12 Rainer OrthRemove obsolete Tru64 UNIX V5.1B support
2012-03-10 Tobias Burnuslibgfortran.h (descriptor_dimension, [...]): Rename...
2012-01-20 Tobias Burnusre PR libfortran/51899 (libgfortran's chmod.c fails...
2012-01-12 Tobias Burnusre PR libfortran/36755 (Avoid fork/exec in chmod intrinsic)
2012-01-12 Janne BlomqvistRemove configure check for unused fdopen.
2012-01-12 Janne BlomqvistPR 51803 Avoid malloc if getcwd fails or is not available.
2012-01-11 Tobias Burnusmain.c (store_exe_path): Fix absolute path detection...
2012-01-11 Janne BlomqvistPR 51803 Handle getcwd failure and lack of the function...
2012-01-10 Tobias Burnusre PR fortran/51197 (Backtrace information less useful)
2012-01-09 Harald Anlaufre PR fortran/51197 (Backtrace information less useful)
2012-01-09 Rainer OrthLink libgfortran with -shared-libgcc
2012-01-09 Richard Biener2012-01-09 Richard Guenther <rguenther@suse.de>
2012-01-06 Tobias Burnus2012-01-06 Tobias Burnus <burnus@net-b.de>
2011-12-22 Janne BlomqvistPR 51646 Use POSIX mode flags in open() argument.
2011-12-08 Tobias Burnusre PR fortran/50815 (ICE on allocation of deferred...
2011-11-21 Andreas ToblerAdditional fixes for FreeBSD-10 build:
2011-11-11 Janne BlomqvistPR 51090 Fix r181288 to conform to GNU style
2011-11-11 Janne BlomqvistPR 51090 Check that getenv result != NULL before procee...
2011-11-10 Janne BlomqvistLet the compiler decide whether to inline.
2011-11-09 Janne BlomqvistSimplify time() usage.
2011-11-09 Janne BlomqvistConfigure cleanup.
2011-11-09 Francois-Xavier... re PR libfortran/47972 (error.c:158:7: warning: return...
2011-11-09 Janne BlomqvistPR 46686 Fix incorrect comment.
2011-11-09 Tobias Burnusconfigure.ac: Make more cross-compile friendly.
2011-11-09 Janne BlomqvistPR 46686 Implement backtrace with _Unwind_Backtrace...
2011-11-09 Janne BlomqvistPR 50016 Slow I/O on MingW due to _commit
2011-11-08 Francois-Xavier... re PR libfortran/47972 (error.c:158:7: warning: return...
2011-11-08 Francois-Xavier... re PR libfortran/47970 (c99_functions.c:611:5: warning...
2011-11-07 Janne BlomqvistRevert previous fix for PR 45723.
2011-11-02 Rainer OrthMove gthr to toplevel libgcc
2011-11-01 Janne BlomqvistCopyright years and whitespace fix for r180734
2011-11-01 Janne BlomqvistCleanup NEWUNIT allocation.
2011-10-31 Janne BlomqvistUpdate file position for inquire lazily.
2011-10-31 Janne BlomqvistIntroduce a size member function to struct stream.
2011-10-31 Janne BlomqvistSimplify handling of special files.
2011-09-10 Thomas Koenigre PR fortran/49479 (reshape / optionals / zero sized...
2011-09-01 Thomas Koenigbessel_r4.c: Regenerated.
2011-08-29 Tobias Burnustrans-decl.c (generate_coarray_sym_init): Use GFC_CAF_C...
2011-08-29 Thomas Koenigre PR libfortran/50192 (Wrong character comparision...
2011-08-28 Thomas Koenigre PR fortran/48066 (Segfault with SUM of zero-sized...
2011-08-18 Tobias Burnusre PR fortran/50109 (Formatted namelist read with multi...
2011-07-23 Andreas Schwabctime.c: Include <stdlib.h>.
2011-07-22 Tobias Burnusre PR libfortran/49791 (Formatted namelist reads fails...
2011-07-15 Daniel Carrerampi.c (caf_runtime_error): Change fprintf to vfprintf.
2011-07-14 Daniel CarreraRemove error parameter from caf_runtime_error. Add...
2011-07-13 Janne BlomqvistPR 49296 List read, EOF without preceding separator
2011-07-09 Tobias Burnuserror.c (sys_abort): Change argument list from "()...
2011-07-09 Tobias Burnusmpi.c (runtime_error): New function.
2011-07-07 Tobias Burnustrans.c (gfc_allocate_with_status): Call _gfortran_caf_...
2011-07-05 Thomas Koenigmemory.c (internal_malloc_size): If size is zero, alloc...
2011-06-28 Thomas Koenigre PR fortran/49479 (reshape / optionals / zero sized...
2011-06-18 Janne BlomqvistPR 49296 List directed read of string ending in EOF.
2011-06-16 Daniel Carrerasingle.c (_gfortran_caf_register): Store the address...
2011-06-11 Janne BlomqvistReturn error when trying to seek a non-seekable buffere...
2011-06-11 Janne BlomqvistFigure out whether a file is seekable with lseek()
2011-06-10 Daniel Carreratrans-decl.c (gfc_build_builtin_function_decls): Update...
2011-06-03 Richard Hendersongcc:
2011-05-29 Janne BlomqvistPR 48931 Use async-signal-safe execve instead of execvp
2011-05-29 Janne BlomqvistPR 49214 fd_gets should return NULL if nothing was...
2011-05-29 Janne BlomqvistPR 19155 Check for strtod failure via endptr
2011-05-22 Tobias Burnusstop.c (stop_string,error_stop_string): Minor cleanup.
next