aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2005-10-31.cvsignore are not needed for subversion, remove them.Andreas Jaeger1-1/+0
2005-10-31re PR libfortran/24584 (Segfault when reading empty string in namelist file)Jerry DeLisle2-0/+6
2005-10-30re PR libfortran/20179 (cannot mix C and Fortran I/O)Francois-Xavier Coudert4-0/+31
2005-10-30check.c (gfc_check_malloc, [...]): New functions.Francois-Xavier Coudert4-2/+69
2005-10-29Makefile.am (kinds.h): Remove target, if command fails.Mike Stump3-10/+18
2005-10-28check.c (gfc_check_alarm_sub, [...]): New functions.Francois-Xavier Coudert7-10/+203
2005-10-28acinclude.m4 (LIBGFOR_CHECK_FPSETMASK): New check.François-Xavier Coudert8-19/+706
2005-10-252005-10-24 Jerry DeLisle <jvdelisle@verizon.net>Jerry DeLisle1-1/+0
2005-10-25re PR libfortran/24224 (Generalized internal array IO not implemented.)Jerry DeLisle6-80/+168
2005-10-24re PR libfortran/24416 (Wrong reading following namelist reading)Paul Thomas2-5/+12
2005-10-24re PR libfortran/24489 (read_block wrong execution order)Jerry DeLisle2-13/+20
2005-10-23re PR libfortran/23272 ([mingw32] inquire via filename fails)Francois-Xavier Coudert8-6/+153
2005-10-23fpu.c: Add _GNU_SOURCE definition.Francois-Xavier Coudert3-1/+10
2005-10-23re PR fortran/18022 (problem with structure and calling a function)Paul Thomas2-0/+86
2005-10-21re PR libfortran/24383 (mingw doesn't have SSIZE_MAX)Francois-Xavier Coudert2-0/+9
2005-10-19re PR libfortran/24432 (Missing symbols)Francois-Xavier Coudert5-143/+153
2005-10-19re PR libfortran/24432 (Missing symbols)Francois-Xavier Coudert2-0/+36
2005-10-14fpu-387.h (set_fpu): Remove extra ":" in stmxcsr.Uros Bizjak2-5/+13
2005-10-13unix.c (fd_alloc_r_at): Use read() instead of do_read() only in case of speci...Thomas Koenig2-8/+31
2005-10-13* config/fpu-387.h (set_fpu): Add "=m" for stmxcsr.Uros Bizjak2-1/+5
2005-10-12gfortran.h: Add bitmasks for different FPE traps.François-Xavier Coudert14-35/+463
2005-10-12unix.c: Remove parts of patch of 2005/10/07 that cause input from the termina...Janne Blomqvist2-3/+8
2005-10-11re PR libfortran/24313 (complex sqrt function does not return principal value)Steven G. Kargl2-2/+9
2005-10-07re PR libfortran/16339 (Unformatted i/o on large arrays inefficient)Janne Blomqvist4-71/+373
2005-10-07transfer.c (write_block): Add test for end-of-file condition, removed from me...Jerry DeLisle4-9/+31
2005-10-03* runtime/memory.c (allocate_size): Malloc 1 byte if size == 0.Jakub Jelinek2-1/+5
2005-10-03re PR libfortran/19308 (I/O library should support more real and integer kinds)François-Xavier Coudert408-436/+35451
2005-10-01memory.c (malloc_t): Remove.Jakub Jelinek2-128/+26
2005-10-01libgfortran.h (GFC_ITOA_BUF_SIZE, [...]): Define.Jakub Jelinek7-72/+95
2005-09-30re PR libfortran/24112 (Reopening file with STATUS='OLD' doesn't work)Janne Blomqvist2-1/+6
2005-09-29string.c (find_option): Change 3rd argument to const st_option *.Jakub Jelinek10-20/+38
2005-09-27re PR target/23552 (FAIL: gfortran.dg/large_real_kind_1.f90)Steve Ellcey8-19/+428
2005-09-27Correct ChangeLog formatting and email address.David Edelsohn1-15/+19
2005-09-26[multiple changes]Janne Blomqvist5-28/+230
2005-09-26configure.ac: Add check for __clog.David Edelsohn3-0/+87
2005-09-25c99_protos.h: Add prototypes for C99 complex functions.Francois-Xavier Coudert19-1628/+9306
2005-09-25re PR libfortran/23803 ([mingw32] getlog malfunction)Francois-Xavier Coudert4-1/+77
2005-09-24re PR libfortran/23802 ([mingw32] sleep malfunction)Francois-Xavier Coudert2-0/+12
2005-09-24re PR libfortran/23380 ([mingw32] cpu_time intrinsic malfunction)Francois-Xavier Coudert2-0/+46
2005-09-14PR fortran/21875 Internal Unit Array I/O, NISTJerry DeLisle7-33/+132
2005-09-13re PR fortran/19269 (transpose(reshape(...)) of character array segfaults.)Richard Sandiford18-426/+790
2005-09-11re PR libfortran/20179 (cannot mix C and Fortran I/O)Francois-Xavier Coudert4-1/+24
2005-09-10unix.c: Remove mmap code.Janne Blomqvist2-209/+10
2005-09-09re PR libfortran/23784 (close doesn't reset ioparm on error exit)Francois-Xavier Coudert2-0/+8
2005-09-09gfortran.h: Add iomsg to gfc_open, gfc_close, gfc_filepos, gfc_inquire and gf...Thomas Koenig3-8/+20
2005-09-09re PR fortran/12840 ([4.0 only] Unable to find scalarization loop specifier)Richard Sandiford2-1/+73
2005-09-07re PR libfortran/23262 ([mingw32] rewind truncates file)Francois-Xavier Coudert7-1/+177
2005-09-07re PR libfortran/23419 (unformatted complex I/O with kind=10)Steve Ellcey2-14/+77
2005-09-05list_read.c: Adjust size of of value to 32 (to hold kind=16 complex values).Thomas Koenig2-1/+6
2005-09-04re PR libfortran/23321 (Direct unformatted read beyond EOF cores)Thomas Koenig2-1/+20