index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libgfortran
/
io
/
inquire.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-08-07
PR 53796 Make inquire(file=, recl=) conform to F2018
Janne Blomqvist
1
-1
/
+3
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-08-21
re PR fortran/25829 ([F03] Asynchronous IO support)
Nicolas Koenig
1
-16
/
+33
2018-07-31
Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.
Andre Vieira
1
-33
/
+16
2018-07-25
re PR fortran/25829 ([F03] Asynchronous IO support)
Nicolas Koenig
1
-16
/
+33
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-14
re PR libfortran/78549 (Very slow formatted internal file output)
Jerry DeLisle
1
-1
/
+4
2017-11-28
PR 53796 Improve INQUIRE(RECL=...) handling
Janne Blomqvist
1
-1
/
+3
2017-11-22
PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime check
Janne Blomqvist
1
-3
/
+2
2017-04-11
close.c: Fix white space in pointer declarations and comment formats where ap...
Jerry DeLisle
1
-2
/
+2
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-26
New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.
Fritz Reese
1
-0
/
+58
2016-10-05
re PR libfortran/77868 (Fail to NULL guard check for internal unit in inquire...
Jerry DeLisle
1
-1
/
+1
2016-10-05
2016-10-04 Jerry DeLisle <jvdelisle@gcc.gnu.org>
Jerry DeLisle
1
-1
/
+3
2016-09-23
re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))
Jerry DeLisle
1
-1
/
+1
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-01-23
re PR fortran/61933 (Inquire on internal units)
Jerry DeLisle
1
-2
/
+2
2015-01-15
re PR fortran/61933 (Inquire on internal units)
Jerry DeLisle
1
-12
/
+4
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-09-18
Fix indentation
Janne Blomqvist
1
-1
/
+1
2014-09-18
PR libfortran/62768 Use gfc_unit.filename also when HAVE_TTYNAME{_R} is not d...
Janne Blomqvist
1
-2
/
+2
2014-09-17
PR libfortran/62768 Handle filenames with embedded null characters.
Janne Blomqvist
1
-2
/
+2
2014-03-04
re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)
Jerry DeLisle
1
-0
/
+1
2014-02-21
re PR fortran/60286 (INQUIRE reports STDOUT as not writable)
Tobias Burnus
1
-26
/
+20
2014-01-02
Update copyright years in libgfortran/
Richard Sandiford
1
-1
/
+1
2013-01-14
Update copyright years in libgfortran.
Richard Sandiford
1
-2
/
+1
2012-12-27
re PR fortran/48976 (INQUIRE with STREAM= not supported)
Jerry DeLisle
1
-0
/
+24
2011-11-09
PR 50016 Slow I/O on MingW due to _commit
Janne Blomqvist
1
-1
/
+4
2011-10-31
Update file position for inquire lazily.
Janne Blomqvist
1
-18
/
+30
2011-01-27
PR 47432 Use ttyname_r() if available
Janne Blomqvist
1
-7
/
+8
2010-11-04
PR 44931 Move struct unix_stream to unix.c
Janne Blomqvist
1
-1
/
+1
2010-08-14
re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin")
Jerry DeLisle
1
-1
/
+12
2010-07-31
* io/inquire.c: Include io.h before string.h.
David Edelsohn
1
-1
/
+1
2010-07-29
re PR fortran/44931 (For INPUT_UNIT, INQUIRE NAME= should not return "stdin")
Jerry DeLisle
1
-1
/
+20
2010-04-01
transfer.c: Update copyright.
Paul Thomas
1
-1
/
+2
2010-03-20
re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.)
Jerry DeLisle
1
-0
/
+11
2009-11-02
Split up io/io.h
Janne Blomqvist
1
-0
/
+1
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
Jakub Jelinek
1
-15
/
+10
2008-11-22
re PR libfortran/37839 (st_parameter_dt has unwanted padding, is out of sync ...
Jakub Jelinek
1
-2
/
+4
2008-09-26
re PR fortran/37498 (Incorrect array value returned - 4.3 ABI Broken)
Jerry DeLisle
1
-128
/
+134
2008-06-13
re PR libfortran/35863 ([F2003] Implement ENCODING="UTF-8")
Jerry DeLisle
1
-5
/
+4
2008-04-07
PR fortran/25829 28655
Jerry DeLisle
1
-3
/
+162
2008-01-20
inquire.c (inquire_via_unit): If a unit is opened...
Jerry DeLisle
1
-17
/
+59
2007-10-15
re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...
Jerry DeLisle
1
-1
/
+12
2007-09-03
re PR fortran/31675 (Fortran front-end and libgfortran should have a common h...
Francois-Xavier Coudert
1
-2
/
+2
2007-08-31
minloc1.m4: Update copyright year and ajust headers order.
Francois-Xavier Coudert
1
-3
/
+1
2007-08-29
re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...
Jerry DeLisle
1
-11
/
+1
2007-08-26
re PR libfortran/33055 (Runtime error in INQUIRE unit existance with -fdefaul...
Jerry DeLisle
1
-1
/
+11
[next]