aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics/pack_generic.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist1-3/+3
2012-03-10libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus1-24/+24
2011-07-05memory.c (internal_malloc_size): If size is zero, allocate a single byte.Thomas Koenig1-13/+7
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-6/+22
2010-09-12pack_generic.c (pack): Add missing return and fix whitespace.Francois-Xavier Coudert1-3/+3
2009-12-06re PR fortran/41478 (Corrupted memory using PACK for derived-types with alloc...Janus Weil1-4/+4
2009-11-28pack_generic.c (pack_internal): Remove unused zero_sized variable.Jakub Jelinek1-4/+0
2009-08-30pack.m4 (pack_'rtype_code`): Use count_0 for counting true values in a logica...Thomas Koenig1-53/+2
2009-06-21re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig1-20/+17
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/+37
2008-05-04re PR fortran/35990 (run-time abort for PACK of run-time zero sized array)Thomas Koenig1-2/+14
2008-04-13re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-68/+114
2008-03-21pack_generic.c: Fix typo.Jerry DeLisle1-1/+1
2008-03-21re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-1/+1
2008-03-21re PR libfortran/32972 (performance of pack/unpack)Thomas Koenig1-1/+96
2007-12-27re PR libfortran/22423 (Warnings when building libgfortran)Thomas Koenig1-4/+4
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-18/+28
2007-07-29re PR libfortran/32858 (printf-capabilities for runtime_error())Thomas Koenig1-3/+7
2007-07-24re PR fortran/30814 (non-conforming array sizes in PACK should raise an error)Thomas Koenig1-14/+25
2007-03-03re PR libfortran/31001 ([4.1 only] PACK crashes on zero-sized arrays)Francois-Xavier Coudert1-0/+6
2006-10-19re PR libfortran/27895 (problem with RESHAPE and zero-sized arrays)François-Xavier Coudert1-19/+23
2006-10-18in_pack.m4: Fixed a typo.Tobias Burnus1-4/+4
2005-09-13re PR fortran/19269 (transpose(reshape(...)) of character array segfaults.)Richard Sandiford1-17/+60
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-3/+3
2005-05-15pack_generic.c (pack): Remove unneeded calculation.Andreas Jaeger1-18/+17
2005-01-12re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene1-9/+18
2004-12-12iresolve.c (gfc_resolve_all, [...]): Use PREFIX.Richard Henderson1-10/+10
2004-12-12acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson1-0/+8
2004-12-06cshift0.c, [...]: Use internal_malloc_size instead of internal_malloc.Richard Henderson1-3/+3
2004-12-06c99_functions.c, [...]: Whitespace fixes.Richard Henderson1-1/+0
2004-10-04re PR fortran/17283 (UNPACK issues)Tobias Schlüter1-10/+277
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+146