aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/open.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-17PR libfortran/62768 Handle filenames with embedded null characters.Janne Blomqvist1-15/+6
2014-05-22PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist1-16/+13
2014-03-04re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle1-10/+6
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-12-17re PR libfortran/59419 (Failing OPEN with FILE='xxx' and IOSTAT creates the f...Jerry DeLisle1-35/+42
2013-05-04environ.c: Include unistd.h.David Edelsohn1-0/+4
2013-03-20re PR libfortran/48618 (Negative unit number in OPEN(...) is sometimes allowed)Tilo Schwarz1-5/+9
2013-02-21Fix regression when writing formatted sequential to a pipe.Janne Blomqvist1-2/+6
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-2/+1
2012-12-26re PR libfortran/48960 (OPEN statement modifies NEWUNIT variable on error)Jerry DeLisle1-5/+6
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist1-2/+2
2011-11-07Revert previous fix for PR 45723.Janne Blomqvist1-1/+1
2011-10-31Introduce a size member function to struct stream.Janne Blomqvist1-1/+1
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-16Replace sprintf with snprintfJanne Blomqvist1-10/+9
2010-09-22re PR libfortran/45723 (opening /dev/null for appending writes)Jerry DeLisle1-1/+1
2010-05-07Remove free_memJanne Blomqvist1-5/+6
2009-11-02Split up io/io.hJanne Blomqvist1-0/+2
2009-06-07re PR fortran/40008 (F2008: Add NEWUNIT= for OPEN statement)Jerry DeLisle1-2/+7
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2009-04-08open.c (already_open): Test for POSIX close return value.Janne Blomqvist1-1/+1
2009-04-05[multiple changes]Jerry DeLisle1-6/+7
2008-06-13re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")Jerry DeLisle1-4/+4
2008-05-16Part 1.1 of PR25561.Janne Blomqvist1-1/+7
2008-05-16Fix fallout from part 1 of PR25561 patch.Janne Blomqvist1-1/+1
2008-05-15Part 1 of PR 25561.Janne Blomqvist1-0/+7
2008-05-02re PR libfortran/36094 (Runtime error show_locus not working correctly)Jerry DeLisle1-1/+1
2008-04-07PR fortran/25829 28655Jerry DeLisle1-6/+13
2008-04-05PR fortran/25829 28655Jerry DeLisle1-1/+141
2007-09-03re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...Francois-Xavier Coudert1-35/+35
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-4/+1
2007-07-29re PR libfortran/32858 (printf-capabilities for runtime_error())Thomas Koenig1-4/+4
2007-05-27string.c (compare0): Use gfc_charlen_type instead of int.Janne Blomqvist1-0/+5
2007-04-15open.c (test_endfile): Revert changes for 31052, restoring this function.Jerry DeLisle1-0/+23
2007-04-01re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-22/+0
2007-03-26re PR fortran/31199 (write with "t1" + nonadvancing transfer format gives wro...Jerry DeLisle1-0/+1
2007-03-23re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-1/+23
2007-03-18re PR libfortran/31052 ([4.2 only] Bad IOSTAT values when readings NAMELISTs ...Jerry DeLisle1-22/+0
2007-03-09re PR libfortran/31099 (Runtime error on legal code using RECL)Jerry DeLisle1-0/+2
2006-12-05re PR libfortran/30005 (Open errors (not/already exists etc.): show also the ...Jerry DeLisle1-1/+29
2006-12-01re PR libfortran/29568 (implement unformatted files with subrecords (Intel st...Thomas Koenig1-16/+22
2006-11-22io.h (unit_flags): Add new flag has_recl.Jerry DeLisle1-1/+5
2006-11-16trans-decl.c (gfc_get_symbol_decl): Fix formatting.François-Xavier Coudert1-1/+1
2006-10-18in_pack.m4: Fixed a typo.Tobias Burnus1-2/+2
2006-09-15re PR fortran/29053 (Consecutive STREAM I/O file positions mixed up)Jerry DeLisle1-1/+1
2006-08-15re PR fortran/25828 ([f2003] ACCESS='STREAM' io support)Jerry DeLisle1-1/+11
2006-07-04re PR libfortran/27704 (Incorrect runtime error on multiple OPEN)Jerry DeLisle1-3/+9
2006-03-22[multiple changes]Thomas Koenig1-1/+20
2006-02-19* io/open.c (edit_modes): Correct abusive copy-pasting.Francois-Xavier Coudert1-1/+1
2006-02-06re PR fortran/23815 (Add -byteswapio flag)Thomas Koenig1-27/+37