aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics/spread_generic.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-02-27Fortran: Eliminate nuisance warnings by initializing.Jerry DeLisle1-0/+2
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-06-28fortran, libgfortran: Avoid using libquadmath for glibc 2.26+Jakub Jelinek1-4/+4
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-06-01re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarr...Steven G. Kargl1-1/+2
2018-01-30re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig1-12/+30
2018-01-07libgfortran.h (GFC_DTYPE_COPY): New macro.Thomas Koenig1-4/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21abort.c: Remove unused headers.Francois-Xavier Coudert1-2/+0
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-06-17Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist1-2/+2
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-2/+1
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist1-3/+4
2012-03-10libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus1-17/+18
2011-07-05memory.c (internal_malloc_size): If size is zero, allocate a single byte.Thomas Koenig1-7/+4
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert1-12/+44
2009-06-21re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig1-40/+46
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2008-05-18select.c: Moved content to select_inc.c.Francois-Xavier Coudert1-0/+36
2008-04-14re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-1/+1
2008-04-13re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-0/+84
2008-03-28re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-0/+174
2007-10-18re PR fortran/32021 (Fix,document,remove GFORTRAN_* environment variables)Francois-Xavier Coudert1-5/+6
2007-09-06re PR libfortran/33298 (Wrong code for SPREAD on zero-sized arrays)Thomas Koenig1-10/+59
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-3/+2
2006-10-19re PR libfortran/27895 (problem with RESHAPE and zero-sized arrays)François-Xavier Coudert1-1/+7
2006-06-06in_pack.m4: Add TODO comment about detecting temporaries...Janne Blomqvist1-7/+1
2005-10-23re PR fortran/18022 (problem with structure and calling a function)Paul Thomas1-0/+77
2005-09-13re PR fortran/19269 (transpose(reshape(...)) of character array segfaults.)Richard Sandiford1-9/+29
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
2005-07-08libgfortran.h (GFC_ARRAY_DESCRIPTOR): Replace 'type *base' by 'size_t offset'.Tobias Schlüter1-1/+1
2005-05-15eoshift1.m4: Initialize variables to avoid warnings.Andreas Jaeger1-2/+2
2005-05-04re PR libfortran/21354 ([4.0 only] Rank 7 not handled correctly)Thomas Koenig1-4/+4
2005-04-15re PR libfortran/18495 ([4.0 only] Intrinisc function SPREAD is broken)Thomas Koenig1-23/+75
2005-01-12re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene1-8/+17
2004-12-12iresolve.c (gfc_resolve_all, [...]): Use PREFIX.Richard Henderson1-6/+6
2004-12-12acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson1-0/+4
2004-12-06c99_functions.c, [...]: Whitespace fixes.Richard Henderson1-1/+0
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+118