summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/19269 (transpose(reshape(...)) of character array segfaults.)Richard Sandiford2005-09-1318-426/+790
* re PR libfortran/20179 (cannot mix C and Fortran I/O)Francois-Xavier Coudert2005-09-114-1/+24
* unix.c: Remove mmap code.Janne Blomqvist2005-09-102-209/+10
* re PR libfortran/23784 (close doesn't reset ioparm on error exit)Francois-Xavier Coudert2005-09-092-0/+8
* gfortran.h: Add iomsg to gfc_open, gfc_close, gfc_filepos, gfc_inquire and gf...Thomas Koenig2005-09-093-8/+20
* re PR fortran/12840 ([4.0 only] Unable to find scalarization loop specifier)Richard Sandiford2005-09-092-1/+73
* re PR libfortran/23262 ([mingw32] rewind truncates file)Francois-Xavier Coudert2005-09-077-1/+177
* re PR libfortran/23419 (unformatted complex I/O with kind=10)Steve Ellcey2005-09-072-14/+77
* list_read.c: Adjust size of of value to 32 (to hold kind=16 complex values).Thomas Koenig2005-09-052-1/+6
* re PR libfortran/23321 (Direct unformatted read beyond EOF cores)Thomas Koenig2005-09-042-1/+20
* read.c (read_x): Take int argument instead of fnode * and digging the N from ...Jakub Jelinek2005-09-034-11/+12
* unix.c (stream_ttyname): Protect use of ttyname by HAVE_TTYNAME macro.Francois-Xavier Coudert2005-09-025-2/+18
* libgfortran.h: Add prototype for init_compile_options.Andreas Jaeger2005-09-023-3/+14
* * io/read.c (set_integer): Use memcpy to fill buffer.Steve Ellcey2005-08-312-5/+24
* re PR target/23556 (FAIL: gfortran.dg/pr18122.f90)Steve Ellcey2005-08-312-6/+23
* [multiple changes]Thomas Koenig2005-08-292-1/+7
* acinclude.m4 (LIBGFOR_CHECK_UNLINK_OPEN_FILE): Add check to see if target can...Francois-Xavier Coudert2005-08-2710-299/+512
* All files: Update FSF address.Kelley Cook2005-08-17302-602/+606
* re PR libfortran/23428 (inquire(iolength= ) for complex give incorrect value)Thomas Koenig2005-08-162-3/+14
* Fix date of last entry, remove extra whitespaceAndreas Jaeger2005-08-121-3/+3
* re PR libfortran/20006 ($ format extension doesn't work)Francois-Xavier Coudert2005-08-118-3/+138
* check.c (gfc_check_ttynam_sub, [...]): Add check functions for new intrinsics...François-Xavier Coudert2005-08-096-5/+135
* re PR libfortran/23154 (Currupt string and segfault in formatted read.)Jerry DeLisle2005-08-092-1/+9
* Forgot to remove and add these files in the previous commit.Steven G. Kargl2005-08-073-162/+117
* [multiple changes]Janne Blomqvist2005-08-073-17/+17
* io.h: Change DEFAULT_TEMPDIR to /tmp instead of /var/tmp.Francois-Xavier Coudert2005-08-063-3/+11
* * io/unix.c: Add O_RDWR to open() call.Francois-Xavier Coudert2005-08-062-1/+5
* transfer.c (data_transfer_init): Truncate file in sequential WRITE when last_...Paul Thomas2005-08-042-1/+7
* libgfortran.h: When isfinite is not provided by the system...Francois-Xavier Coudert2005-08-032-8/+8
* re PR libfortran/23178 (Undefined symbol: __gfortran_flush_i8)François-Xavier Coudert2005-08-012-1/+30
* re PR libfortran/21787 (flush I/O before calling abort())Francois-Xavier Coudert2005-07-312-1/+8
* re PR libfortran/22436 (print *,tiny(1._10) yields asterisks)Francois-Xavier Coudert2005-07-302-5/+26
* PR fortran/22570 and related issues.Paul Thomas2005-07-302-17/+35
* whitespace fixes for my scriptsSteven Bosscher2005-07-241-27/+27
* write.c (write_float): Revise output of IEEE exceptional values to comply wit...Jerry DeLisle2005-07-242-4/+39
* re PR libfortran/22570 (Null Characters instead of blanks in text output.)Jerry DeLisle2005-07-222-3/+9
* [multiple changes]Paul Thomas2005-07-223-26/+78
* ChangeLog: Fix date on last commit.Jerry DeLisle2005-07-171-1/+1
* write.c (write_float): Fix field width checks for printing 'Infinity' or 'Inf'.Jerry DeLisle2005-07-172-3/+9
* [multiple changes]Paul Thomas2005-07-144-117/+175
* [multiple changes]Paul Thomas2005-07-133-2/+28
* re PR libfortran/21593 ([4.0 only] FAIL: gfortran.dg/dev_null.f90)Thomas Koenig2005-07-121-0/+1
* io/unix.c: Add member special_file to type unix_stream.Thomas Koenig2005-07-122-4/+15
* re PR libfortran/22412 ([4.0 only] Fortran B edit descriptor error)David Edelsohn2005-07-112-3/+9
* PR libfortran/21875 (FM111.f)Jerry DeLisle2005-07-092-19/+50
* [multiple changes]Thomas Koenig2005-07-093-3/+48
* libgfortran.h (GFC_ARRAY_DESCRIPTOR): Replace 'type *base' by 'size_t offset'.Tobias Schlüter2005-07-08101-160/+212
* re PR fortran/21594 ([4.0 only] FAIL: gfortran.dg/eoshift.f90 -O0 execution...Thomas Koenig2005-07-079-14/+87
* For the 60th anniversary of Chinese people��s Anti-Japan war victory.Feng Wang2005-07-072-2/+6
* unpack_generic.c: Remove const from parameter.Andreas Jaeger2005-07-013-5/+11