aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics/cshift0.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-05memory.c (internal_malloc_size): If size is zero, allocate a single byte.Thomas Koenig1-4/+2
2011-04-12Cleanup memsize typesJanne Blomqvist1-2/+2
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-6/+22
2010-09-12pack_generic.c (pack): Add missing return and fix whitespace.Francois-Xavier Coudert1-2/+2
2009-08-23cshift0.c: Update license to GPL3+exception.Steven G. Kargl1-15/+10
2009-07-19[multiple changes]Thomas Koenig1-5/+8
2009-06-21re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig1-23/+31
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-14/+9
2009-04-08string.c (compare0): Use gfc_charlen_type.Janne Blomqvist1-3/+3
2008-08-14re PR libfortran/37123 (libfortran failed to build)H.J. Lu1-2/+2
2008-08-14re PR libfortran/36886 (misaligment for cshift of character)Thomas Koenig1-118/+187
2008-07-21re PR libfortran/36773 (zero-sized arrays with cshift and eoshift)Thomas Koenig1-28/+33
2008-05-28re PR fortran/36319 (Segfault with wide characters in DATA)Francois-Xavier Coudert1-0/+18
2008-05-22re PR libfortran/36302 (cshift and eoshift missing some kind=16 functions)Thomas Koenig1-0/+3
2008-04-20re PR fortran/35991 (run-time abort for CSHIFT of zero sized array)Jerry DeLisle1-1/+1
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-3/+2
2007-04-18re PR libfortran/31286 (cshift uses uninitialized variables)François-Xavier Coudert1-0/+2
2006-10-19re PR libfortran/27895 (problem with RESHAPE and zero-sized arrays)François-Xavier Coudert1-3/+12
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-51/+35
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-04re PR libfortran/21354 ([4.0 only] Rank 7 not handled correctly)Thomas Koenig1-4/+4
2005-01-23re PR fortran/19294 (intrinsic_transpose.f90 runtime crash)James A. Morrison1-27/+79
2005-01-12re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene1-7/+16
2004-12-14re PR libfortran/18966 (cshift etc. not implemented for kind=1 and kind=2 act...Steven G. Kargl1-0/+26
2004-12-12iresolve.c (gfc_resolve_all, [...]): Use PREFIX.Richard Henderson1-14/+14
2004-12-12acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson1-0/+7
2004-12-06cshift0.c, [...]: Use internal_malloc_size instead of internal_malloc.Richard Henderson1-1/+1
2004-09-03cshift0.c (DEF_COPY_LOOP, [...]): New.Richard Henderson1-19/+85
2004-08-04* libgfortran.h (array_t, size0) New declarations.Victor Leikehman1-3/+22
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+169