Age | Commit message (Expand) | Author | Files | Lines |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-31 | re PR fortran/82995 (Segmentation fault passing optional argument to intrinsi... | Thomas Koenig | 1 | -1/+8 |
2018-06-01 | re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarr... | Steven G. Kargl | 1 | -3/+3 |
2018-05-08 | re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/... | Thomas Koenig | 1 | -25/+42 |
2018-01-15 | re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/... | Thomas Koenig | 1 | -7/+11 |
2018-01-07 | libgfortran.h (GFC_DTYPE_COPY): New macro. | Thomas Koenig | 1 | -3/+3 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-03-10 | re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra... | Thomas Koenig | 1 | -2/+2 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-21 | random.c: Do not include <sys/types.h> header. | Francois-Xavier Coudert | 1 | -1/+0 |
2016-12-21 | libgfortran.h: Include <stdlib.h> header. | Francois-Xavier Coudert | 1 | -1/+0 |
2016-12-21 | abort.c: Remove unused headers. | Francois-Xavier Coudert | 1 | -1/+0 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-06-17 | Introduce xmallocarray, an overflow checking variant of xmalloc. | Janne Blomqvist | 1 | -3/+3 |
2014-01-02 | Update copyright years in libgfortran/ | Richard Sandiford | 1 | -1/+1 |
2013-01-14 | Update copyright years in libgfortran. | Richard Sandiford | 1 | -1/+1 |
2012-03-26 | Combined get_mem and internal_malloc_size. | Janne Blomqvist | 1 | -3/+3 |
2012-03-10 | libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an... | Tobias Burnus | 1 | -12/+12 |
2009-07-24 | re PR fortran/40643 (maxloc/minloc: Wrong result for NaN at position 1) | Jakub Jelinek | 1 | -79/+148 |
2009-07-19 | [multiple changes] | Thomas Koenig | 1 | -62/+10 |
2009-06-21 | re PR fortran/37577 ([meta-bug] change internal array descriptor format for b... | Thomas Koenig | 1 | -22/+16 |
2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 1 | -15/+10 |
2008-09-06 | libgfortran.h (likely,unlikely): New makros. | Tobias Burnus | 1 | -3/+3 |
2008-05-18 | in_pack.m4 (internal_pack_'rtype_code`): Destination pointer is restrict. | Thomas Koenig | 1 | -1/+1 |
2008-01-13 | re PR libfortran/34746 (wrong formats in libgfortran's runtime_error) | Thomas Koenig | 1 | -10/+11 |
2008-01-11 | re PR libfortran/34670 (bounds checking for array intrinsics) | Thomas Koenig | 1 | -14/+63 |
2007-08-31 | minloc1.m4: Update copyright year and ajust headers order. | Francois-Xavier Coudert | 1 | -3/+2 |
2007-08-24 | re PR libfortran/32972 (performance of pack/unpack) | Thomas Koenig | 1 | -15/+18 |
2007-04-06 | cpu_time.c: Don't include headers already included by libgfortran.h. | Francois-Xavier Coudert | 1 | -1/+0 |
2007-02-09 | re PR fortran/30512 ([4.1 only] MAXVAL() incorrect for zero-size int arrays, ... | Tobias Burnus | 1 | -2/+2 |
2006-10-20 | minval_r8.c: Regenerate. | Francois-Xavier Coudert | 1 | -2/+2 |
2006-06-06 | in_pack.m4: Add TODO comment about detecting temporaries... | Janne Blomqvist | 1 | -22/+0 |
2006-03-20 | re PR fortran/20935 (failed assertion for maxloc(n, mask=.true.)) | Thomas Koenig | 1 | -0/+52 |
2006-03-13 | re PR libfortran/25378 ([Fortran 2003] maxloc for all-false mask) | Paul Thomas | 1 | -4/+4 |
2005-11-27 | libgfortran ChangeLog: | Janne Blomqvist | 1 | -7/+11 |
2005-10-03 | re PR libfortran/19308 (I/O library should support more real and integer kinds) | François-Xavier Coudert | 1 | -0/+4 |
2005-08-17 | All files: Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-07-08 | libgfortran.h (GFC_ARRAY_DESCRIPTOR): Replace 'type *base' by 'size_t offset'. | Tobias Schlüter | 1 | -2/+2 |
2005-05-04 | re PR libfortran/21354 ([4.0 only] Rank 7 not handled correctly) | Thomas Koenig | 1 | -0/+5 |
2005-04-12 | re PR libfortran/19106 ([4.0 only] segfault in executable for print *,sum(a,d... | Thomas Koenig | 1 | -0/+3 |
2005-04-09 | re PR libfortran/19106 ([4.0 only] segfault in executable for print *,sum(a,d... | Thomas Koenig | 1 | -13/+46 |
2005-01-12 | re PR libfortran/19280 (Inconsistent licensing of libgfortran) | Toon Moene | 1 | -6/+15 |
2004-12-12 | iresolve.c (gfc_resolve_all, [...]): Use PREFIX. | Richard Henderson | 1 | -6/+7 |
2004-12-12 | acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New. | Richard Henderson | 1 | -0/+8 |
2004-05-18 | Makefile.am: Remove references to types.m4. | Paul Brook | 1 | -1/+0 |