aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-03read.c (read_x): Take int argument instead of fnode * and digging the N from ...Jakub Jelinek4-11/+12
2005-09-02unix.c (stream_ttyname): Protect use of ttyname by HAVE_TTYNAME macro.Francois-Xavier Coudert5-2/+18
2005-09-02libgfortran.h: Add prototype for init_compile_options.Andreas Jaeger3-3/+14
2005-08-31* io/read.c (set_integer): Use memcpy to fill buffer.Steve Ellcey2-5/+24
2005-08-31re PR target/23556 (FAIL: gfortran.dg/pr18122.f90)Steve Ellcey2-6/+23
2005-08-29[multiple changes]Thomas Koenig2-1/+7
2005-08-27acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see if target can...Francois-Xavier Coudert10-299/+512
2005-08-17All files: Update FSF address.Kelley Cook302-602/+606
2005-08-16re PR libfortran/23428 (inquire(iolength= ) for complex give incorrect value)Thomas Koenig2-3/+14
2005-08-12Fix date of last entry, remove extra whitespaceAndreas Jaeger1-3/+3
2005-08-11re PR libfortran/20006 ($ format extension doesn't work)Francois-Xavier Coudert8-3/+138
2005-08-09check.c (gfc_check_ttynam_sub, [...]): Add check functions for new intrinsics...François-Xavier Coudert6-5/+135
2005-08-09re PR libfortran/23154 (Currupt string and segfault in formatted read.)Jerry DeLisle2-1/+9
2005-08-07Forgot to remove and add these files in the previous commit.Steven G. Kargl3-162/+117
2005-08-07[multiple changes]Janne Blomqvist3-17/+17