summaryrefslogtreecommitdiff
path: root/libgfortran/io/open.c
Commit message (Expand)AuthorAgeFilesLines
* Combined get_mem and internal_malloc_size.Janne Blomqvist2012-03-261-2/+2
* Revert previous fix for PR 45723.Janne Blomqvist2011-11-071-1/+1
* Introduce a size member function to struct stream.Janne Blomqvist2011-10-311-1/+1
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* Replace sprintf with snprintfJanne Blomqvist2011-04-161-10/+9
* re PR libfortran/45723 (opening /dev/null for appending writes)Jerry DeLisle2010-09-221-1/+1
* Remove free_memJanne Blomqvist2010-05-071-5/+6
* Split up io/io.hJanne Blomqvist2009-11-021-0/+2
* re PR fortran/40008 (F2008: Add NEWUNIT= for OPEN statement)Jerry DeLisle2009-06-071-2/+7
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-15/+10
* open.c (already_open): Test for POSIX close return value.Janne Blomqvist2009-04-081-1/+1
* [multiple changes]Jerry DeLisle2009-04-051-6/+7
* re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle2008-06-131-4/+4
* Part 1.1 of PR25561.Janne Blomqvist2008-05-161-1/+7
* Fix fallout from part 1 of PR25561 patch.Janne Blomqvist2008-05-161-1/+1
* Part 1 of PR 25561.Janne Blomqvist2008-05-151-0/+7
* re PR libfortran/36094 (Runtime error show_locus not working correctly)Jerry DeLisle2008-05-021-1/+1
* PR fortran/25829 28655Jerry DeLisle2008-04-071-6/+13
* PR fortran/25829 28655Jerry DeLisle2008-04-051-1/+141
* re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert2007-09-031-35/+35
* minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert2007-08-311-4/+1
* re PR libfortran/32858 (printf-capabilities for runtime_error())Thomas Koenig2007-07-291-4/+4
* string.c (compare0): Use gfc_charlen_type instead of int.Janne Blomqvist2007-05-271-0/+5
* open.c (test_endfile): Revert changes for 31052, restoring this function.Jerry DeLisle2007-04-151-0/+23
* re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle2007-04-011-22/+0
* re PR fortran/31199 (write with "t1" + nonadvancing transfer format gives wro...Jerry DeLisle2007-03-261-0/+1
* re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle2007-03-231-1/+23
* re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle2007-03-181-22/+0
* re PR libfortran/31099 (Runtime error on legal code using RECL)Jerry DeLisle2007-03-091-0/+2
* re PR libfortran/30005 (Open errors (not/already exists etc.): show also the ...Jerry DeLisle2006-12-051-1/+29
* re PR libfortran/29568 (implement unformatted files with subrecords (Intel st...Thomas Koenig2006-12-011-16/+22
* io.h (unit_flags): Add new flag has_recl.Jerry DeLisle2006-11-221-1/+5
* trans-decl.c (gfc_get_symbol_decl): Fix formatting.François-Xavier Coudert2006-11-161-1/+1
* in_pack.m4: Fixed a typo.Tobias Burnus2006-10-181-2/+2
* re PR fortran/29053 (Consecutive STREAM I/O file positions mixed up)Jerry DeLisle2006-09-151-1/+1
* re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)Jerry DeLisle2006-08-151-1/+11
* re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)Jerry DeLisle2006-07-041-3/+9
* [multiple changes]Thomas Koenig2006-03-221-1/+20
* * io/open.c (edit_modes): Correct abusive copy-pasting.Francois-Xavier Coudert2006-02-191-1/+1
* re PR fortran/23815 (Add -byteswapio flag)Thomas Koenig2006-02-061-27/+37
* re PR fortran/23815 (Add -byteswapio flag)Thomas Koenig2005-12-101-0/+38
* libgfortran ChangeLog:Janne Blomqvist2005-11-261-2/+3
* open.c (new_unit): Use the right unit number when checking for stdin, stdout,...Alan Modra2005-11-231-3/+3
* re PR fortran/14943 (read/write code generation is not thread safe)Jakub Jelinek2005-11-211-116/+170
* re PR libfortran/24892 (ACCESS argument to the OPEN statement)Francois-Xavier Coudert2005-11-171-0/+14
* re PR libfortran/23272 ([mingw32] inquire via filename fails)Francois-Xavier Coudert2005-10-231-1/+1
* re PR libfortran/24112 (Reopening file with STATUS='OLD' doesn't work)Janne Blomqvist2005-09-301-1/+1
* string.c (find_option): Change 3rd argument to const st_option *.Jakub Jelinek2005-09-291-8/+8
* All files: Update FSF address.Kelley Cook2005-08-171-2/+2
* configure.ac: Add additional warning flags.Andreas Jaeger2005-05-171-9/+10