]> git.ipfire.org Git - thirdparty/gcc.git/history - libgfortran/io/unit.c
Update copyright years.
[thirdparty/gcc.git] / libgfortran / io / unit.c
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-11  Lipeng Zhulibgfortran: Replace mutex with rwlock
2023-05-12  Jerry DeLisleFortran: Initialize last_char for internal units.
2023-01-16  Jakub JelinekUpdate copyright years.
2022-01-03  Jakub JelinekUpdate copyright years.
2021-03-12  Tobias BurnusFortran: Fix libgfortran I/O race with newunit_free...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-26  Maciej W. Rozyckilibgfortran: Verify the presence of all functions for...
2020-05-28  Harald AnlaufPR fortran/95104 - Segfault on a legal WAIT statement
2020-01-18  Jerry DeLislePR93234 INQUIRE on pre-assigned files of ROUND and...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-01-09  Sandra LoosemorePR other/16615 [1/5]
2019-01-01  Jakub JelinekUpdate copyright years.
2018-08-21  Nicolas Koenigre PR fortran/25829 ([F03] Asynchronous IO support)
2018-07-31  Andre VieiraReverting 'AsyncI/O patch committed' as it is breaking...
2018-07-25  Nicolas Koenigre PR fortran/25829 ([F03] Asynchronous IO support)
2018-01-05  Janne BlomqvistPR 78534 Change character length from int to size_t
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-29  Jerry DeLislere PR libfortran/83613 (Executing gfortran.dg/inquire_i...
2017-12-14  Jerry DeLislere PR libfortran/78549 (Very slow formatted internal...
2017-12-03  Jerry DeLislere PR fortran/83225 (runtime error in transfer.c)
2017-11-28  Janne BlomqvistPR 53796 Improve INQUIRE(RECL=...) handling
2017-11-21  Jerry DeLislere PR libfortran/78549 (Very slow formatted internal...
2017-08-28  Jerry DeLislere PR fortran/78387 (OpenMP segfault/stack size exceede...
2017-06-26  Jim WilsonFix for SPEC CPU2017 621.wrf_s failure, add missing...
2017-04-11  Jerry DeLisleclose.c: Fix white space in pointer declarations and...
2017-03-11  Jerry DeLislere PR fortran/78854 ([F03] DTIO namelist output not...
2017-01-13  Janne BlomqvistRevert r244448
2017-01-13  Janne BlomqvistPR 78534 Change character length from int to size_t
2017-01-03  Janne BlomqvistPR 78534 Revert r244011
2017-01-03  Janne BlomqvistPR 78534 Change character length from int to size_t
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-21  Francois-Xavier... libgfortran.h: Include <stdlib.h> header.
2016-10-26  Fritz ReeseNew I/O specifiers CARRIAGECONTROL, READONLY, SHARE...
2016-10-15  Janne BlomqvistPR 48587 Newunit allocator
2016-09-23  Jerry DeLislere PR fortran/48298 ([F03] User-Defined Derived-Type...
2016-08-31  Paul Thomas[multiple changes]
2016-01-04  Jakub JelinekUpdate copyright years.
2015-08-25  Francois-Xavier... unit.c (get_internal_unit): Make default sign mode...
2015-03-28  Jerry DeLislere PR fortran/65596 (NAMELIST bug with f2003: reads...
2015-01-24  Janne BlomqvistPR libfortran/64770 Segfault when trying to open existi...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-11-10  Janne BlomqvistPR 47007 and 61847 Locale failures in libgfortran.
2014-10-05  Jerry DeLislere PR libfortran/63460 (Some namelists cannot be read...
2014-09-16  Janne BlomqvistPR libfortran/62768 Handle filenames with embedded...
2014-06-17  Janne BlomqvistIntroduce xmallocarray, an overflow checking variant...
2014-05-22  Janne BlomqvistPR 60324 Handle long path names, don't use PATH_MAX.
2014-04-12  Jerry DeLislere PR fortran/60810 (list directed io from array result...
2014-03-13  Jerry DeLislere PR libfortran/38199 (missed optimization: I/O perfor...
2014-03-04  Jerry DeLislere PR fortran/60148 (strings in NAMELIST do not honor...
2014-01-02  Richard SandifordUpdate copyright years in libgfortran/
2013-01-14  Richard SandifordUpdate copyright years in libgfortran.
2012-06-01  Tobias Burnuschmod.c (chmod_func): On MinGW, don't set is_dir
2012-04-17  Tobias Burnusre PR libfortran/38199 (missed optimization: I/O perfor...
2012-04-15  Thomas Koenigre PR libfortran/38199 (missed optimization: I/O perfor...
2012-03-26  Janne BlomqvistCombined get_mem and internal_malloc_size.
2012-03-25  Janne BlomqvistUse calloc instead of malloc and memset.
2012-03-15  Janne Blomqvistre PR libfortran/52434 (Insufficient number of digits...
2011-11-01  Janne BlomqvistCopyright years and whitespace fix for r180734
2011-11-01  Janne BlomqvistCleanup NEWUNIT allocation.
2011-10-31  Janne BlomqvistUpdate file position for inquire lazily.
2011-10-31  Janne BlomqvistIntroduce a size member function to struct stream.
2011-10-31  Janne BlomqvistSimplify handling of special files.
2011-04-20  Jim Meyeringremove useless if-before-free tests
2010-08-02  Janne BlomqvistDon't update the position flag for non-seekable files...
2010-07-16  Jerry DeLislere PR fortran/37077 (Implement Internal Unit I/O for...
2010-07-13  Jerry DeLislere PR fortran/37077 (Implement Internal Unit I/O for...
2010-05-07  Janne BlomqvistRemove free_mem
2009-11-02  Janne BlomqvistSplit up io/io.h
2009-09-29  Jerry DeLislere PR libfortran/35862 ([F2003] Implement new rounding...
2009-06-07  Jerry DeLislere PR fortran/40008 (F2008: Add NEWUNIT= for OPEN state...
2009-04-09  Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2009-04-08  Janne Blomqvistopen.c (already_open): Test for POSIX close return...
2009-04-05  Jerry DeLisle[multiple changes]
2009-03-22  Janne BlomqvistRevert part of patch accidentally committed to trunk...
2009-03-22  Janne BlomqvistPR libfortran/25561 libfortran/37754
2009-01-05  Jerry DeLislere PR libfortran/38735 ([4.4 Regresssion] Default BLANK...
2008-11-16  Jerry DeLislere PR libfortran/38097 (I/O with blanks in exponent...
2008-05-15  Janne BlomqvistPart 1 of PR 25561.
2008-04-07  Jerry DeLislePR fortran/25829 28655
2008-04-05  Jerry DeLislePR fortran/25829 28655
2008-03-01  Janne Blomqvistre PR libfortran/35063 (Clean up use of destroy_unit_mu...
2008-02-10  Jerry DeLisle[multiple changes]
2008-01-03  Thomas Koenigre PR fortran/34565 (internal write to string array...
2007-12-13  Thomas Koenigre PR libfortran/34370 (file positioning after nonadvan...
2007-09-03  Francois-Xavier... re PR fortran/31675 (Fortran front-end and libgfortran...
2007-08-31  Francois-Xavier... minloc1.m4: Update copyright year and ajust headers...
2007-07-02  Steven G. Kargl[multiple changes]
2007-07-02  Christopher D. Rickett[multiple changes]
2007-06-29  Jerry DeLislere PR libfortran/32456 (IO error message should show...
2007-06-24  Jerry DeLislere PR libfortran/32456 (IO error message should show...
2007-04-28  Jerry DeLislere PR libfortran/31501 (libgfortran internal unit I...
2007-04-28  Jerry DeLislere PR libfortran/31532 (INQUIRE(...,POSITION=...) not...
2007-04-01  Jerry DeLislere PR fortran/31366 ([4.2 only] Last record truncated...
2006-10-26  Jerry DeLislere PR fortran/29563 (Internal read loses data.)
2006-08-15  Jerry DeLislere PR fortran/25828 ([f2003] ACCESS='STREAM' io support)
2006-07-22  Jerry DeLislere PR fortran/28339 (gfortran misses a record from...
2006-06-19  John David Anglinre PR libgomp/27254 (FAIL: libgomp.fortran/reduction6...
2006-04-23  Jerry DeLislere PR libfortran/20257 (Fortran runtime error: End...
2006-04-13  Jerry DeLislere PR fortran/26766 ([F2003] Recursive I/O still (again...
next