aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics/unpack_generic.c
AgeCommit message (Expand)AuthorFilesLines
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-01-30re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig1-11/+28
2018-01-07libgfortran.h (GFC_DTYPE_COPY): New macro.Thomas Koenig1-3/+3
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-1/+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-1/+1
2014-01-02Update copyright years in libgfortran/Richard Sandiford1-1/+1
2013-11-18re PR libfortran/51828 (libgfortran build warnings)Francois-Xavier Coudert1-0/+3
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-2/+1
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist1-1/+1
2012-03-10libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus1-24/+26
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+2
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert1-12/+44
2010-09-12pack_generic.c (pack): Add missing return and fix whitespace.Francois-Xavier Coudert1-1/+6
2009-11-28pack_generic.c (pack_internal): Remove unused zero_sized variable.Jakub Jelinek1-3/+1
2009-10-31PR libfortran/41219 Fix build warningsJanne Blomqvist1-11/+9
2009-08-25re PR libfortran/34670 (bounds checking for array intrinsics)Thomas Koenig1-9/+46
2009-06-21re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig1-12/+11
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2008-05-18in_pack.m4 (internal_pack_'rtype_code`): Destination pointer is restrict.Thomas Koenig1-1/+1
2008-05-18select.c: Moved content to select_inc.c.Francois-Xavier Coudert1-0/+44
2008-04-13re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-140/+216
2008-03-23re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-2/+193
2007-12-27re PR libfortran/22423 (Warnings when building libgfortran)Thomas Koenig1-8/+8
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-3/+2
2007-08-24re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-16/+26
2007-07-08re PR fortran/32217 (segfaults (at runtime) on UNPACK with zero-sized arrays)Thomas Koenig1-0/+9
2007-04-18re PR libfortran/31286 (cshift uses uninitialized variables)François-Xavier Coudert1-0/+2
2006-10-18in_pack.m4: Fixed a typo.Tobias Burnus1-1/+1
2005-09-13re PR fortran/19269 (transpose(reshape(...)) of character array segfaults.)Richard Sandiford1-14/+53
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-07-01unpack_generic.c: Remove const from parameter.Andreas Jaeger1-2/+2
2005-05-26re PR fortran/17283 (UNPACK issues)Thomas Koenig1-13/+38
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-11/+12
2004-12-12acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson1-0/+8
2004-12-06c99_functions.c, [...]: Whitespace fixes.Richard Henderson1-2/+0
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+154