summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/50815 (ICE on allocation of deferred length character scalar du...Tobias Burnus2011-12-081-0/+37
* Additional fixes for FreeBSD-10 build:Andreas Tobler2011-11-212-6/+10
* PR 51090 Fix r181288 to conform to GNU styleJanne Blomqvist2011-11-111-1/+1
* PR 51090 Check that getenv result != NULL before proceeding.Janne Blomqvist2011-11-112-0/+7
* Let the compiler decide whether to inline.Janne Blomqvist2011-11-1010-37/+38
* Simplify time() usage.Janne Blomqvist2011-11-092-3/+6
* Configure cleanup.Janne Blomqvist2011-11-0925-737/+265
* re PR libfortran/47972 (error.c:158:7: warning: return makes pointer from int...Francois-Xavier Coudert2011-11-091-0/+5
* PR 46686 Fix incorrect comment.Janne Blomqvist2011-11-092-1/+6
* configure.ac: Make more cross-compile friendly.Tobias Burnus2011-11-096-11/+206
* PR 46686 Implement backtrace with _Unwind_Backtrace from libgcc.Janne Blomqvist2011-11-097-189/+189
* PR 50016 Slow I/O on MingW due to _commitJanne Blomqvist2011-11-093-5/+10
* re PR libfortran/47972 (error.c:158:7: warning: return makes pointer from int...Francois-Xavier Coudert2011-11-082-13/+12
* re PR libfortran/47970 (c99_functions.c:611:5: warning: implicit declaration ...Francois-Xavier Coudert2011-11-082-30/+36
* Revert previous fix for PR 45723.Janne Blomqvist2011-11-072-1/+7
* Move gthr to toplevel libgccRainer Orth2011-11-027-38/+16
* Copyright years and whitespace fix for r180734Janne Blomqvist2011-11-012-3/+4
* Cleanup NEWUNIT allocation.Janne Blomqvist2011-11-013-10/+16
* Update file position for inquire lazily.Janne Blomqvist2011-10-315-43/+43
* Introduce a size member function to struct stream.Janne Blomqvist2011-10-317-24/+56
* Simplify handling of special files.Janne Blomqvist2011-10-317-117/+63
* re PR fortran/49479 (reshape / optionals / zero sized arrays)Thomas Koenig2011-09-10100-198/+203
* bessel_r4.c: Regenerated.Thomas Koenig2011-09-015-8/+7
* trans-decl.c (generate_coarray_sym_init): Use GFC_CAF_COARRAY_STATIC for stat...Tobias Burnus2011-08-294-12/+62
* re PR libfortran/50192 (Wrong character comparision with wide strings)Thomas Koenig2011-08-294-1/+35
* re PR fortran/48066 (Segfault with SUM of zero-sized array)Thomas Koenig2011-08-28162-169/+326
* re PR fortran/50109 (Formatted namelist read with multiple "!" fails with: Ca...Tobias Burnus2011-08-182-10/+6
* ctime.c: Include <stdlib.h>.Andreas Schwab2011-07-234-0/+9
* re PR libfortran/49791 (Formatted namelist reads fails with: Cannot match nam...Tobias Burnus2011-07-232-1/+6
* mpi.c (caf_runtime_error): Change fprintf to vfprintf.Daniel Carrera2011-07-153-2/+7
* Remove error parameter from caf_runtime_error. Add caf_runtime_error to singl...Daniel Carrera2011-07-143-12/+39
* PR 49296 List read, EOF without preceding separatorJanne Blomqvist2011-07-132-6/+13
* error.c (sys_abort): Change argument list from "()" to "(void)".Tobias Burnus2011-07-092-1/+6
* mpi.c (runtime_error): New function.Tobias Burnus2011-07-092-46/+83
* trans.c (gfc_allocate_with_status): Call _gfortran_caf_register with NULL arg...Tobias Burnus2011-07-074-8/+105
* memory.c (internal_malloc_size): If size is zero, allocate a single byte.Thomas Koenig2011-07-0543-267/+225
* re PR fortran/49479 (reshape / optionals / zero sized arrays)Thomas Koenig2011-06-2814-13/+136
* PR 49296 List directed read of string ending in EOF.Janne Blomqvist2011-06-182-9/+15
* single.c (_gfortran_caf_register): Store the address of all static coarrays i...Daniel Carrera2011-06-174-20/+97
* Return error when trying to seek a non-seekable buffered fileJanne Blomqvist2011-06-112-1/+11
* Figure out whether a file is seekable with lseek()Janne Blomqvist2011-06-112-6/+11
* trans-decl.c (gfc_build_builtin_function_decls): Updated declaration of caf_s...Daniel Carrera2011-06-104-46/+78
* gcc:Richard Henderson2011-06-032-4/+11
* PR 48931 Use async-signal-safe execve instead of execvpJanne Blomqvist2011-05-295-2/+75
* PR 49214 fd_gets should return NULL if nothing was readJanne Blomqvist2011-05-292-0/+7
* PR 19155 Check for strtod failure via endptrJanne Blomqvist2011-05-292-15/+30
* stop.c (stop_string,error_stop_string): Minor cleanup.Tobias Burnus2011-05-222-25/+27
* PR 48931 Make backtrace async-signal-safe, reformat outputJanne Blomqvist2011-05-226-172/+177
* PR 48977 Denormal exception on glibc targetsJanne Blomqvist2011-05-202-7/+13
* Clarify FP exception documentation and messagesJanne Blomqvist2011-05-206-16/+27