summaryrefslogtreecommitdiff
path: root/libgfortran/intrinsics/eoshift2.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* abort.c: Remove unused headers.Francois-Xavier Coudert2016-12-211-2/+0
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist2014-06-171-2/+2
* Update copyright years in libgfortran/Richard Sandiford2014-01-021-1/+1
* Update copyright years in libgfortran.Richard Sandiford2013-01-141-1/+1
* re PR fortran/53310 (EOSHIFT leaks memory)Tobias Burnus2012-05-111-4/+4
* Combined get_mem and internal_malloc_size.Janne Blomqvist2012-03-261-2/+2
* libgfortran.h (descriptor_dimension, [...]): Rename _lbound to lower_bound an...Tobias Burnus2012-03-101-7/+7
* memory.c (internal_malloc_size): If size is zero, allocate a single byte.Thomas Koenig2011-07-051-4/+2
* [multiple changes]Thomas Koenig2009-07-191-5/+9
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig2009-06-211-17/+25
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-15/+10
* re PR libfortran/36773 (zero-sized arrays with cshift and eoshift)Thomas Koenig2008-07-211-1/+12
* re PR fortran/36319 (Segfault with wide characters in DATA)Francois-Xavier Coudert2008-05-281-4/+35
* re PR libfortran/36302 (cshift and eoshift missing some kind=16 functions)Thomas Koenig2008-05-221-0/+3
* in_pack.m4 (internal_pack_'rtype_code`): Destination pointer is restrict.Thomas Koenig2008-05-181-1/+1
* minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert2007-08-311-3/+2
* re PR libfortran/31295 (Uninitialized variable in libgfortran's _gfortran_eos...Tobias Burnus2007-05-221-0/+3
* in_pack.m4: Fixed a typo.Tobias Burnus2006-10-181-1/+1
* re PR fortran/19269 (transpose(reshape(...)) of character array segfaults.)Richard Sandiford2005-09-131-68/+56
* All files: Update FSF address.Kelley Cook2005-08-171-2/+2
* libgfortran.h (GFC_ARRAY_DESCRIPTOR): Replace 'type *base' by 'size_t offset'.Tobias Schlüter2005-07-081-1/+1
* re PR fortran/21594 ([4.0 only] FAIL: gfortran.dg/eoshift.f90 -O0 execution...Thomas Koenig2005-07-071-5/+14
* eoshift0.c: Removed prototype for eoshift0.Thomas Koenig2005-06-141-4/+0
* re PR fortran/21594 ([4.0 only] FAIL: gfortran.dg/eoshift.f90 -O0 execution...Thomas Koenig2005-06-131-0/+4
* eoshift1.m4: Initialize variables to avoid warnings.Andreas Jaeger2005-05-151-2/+7
* re PR libfortran/21354 ([4.0 only] Rank 7 not handled correctly)Thomas Koenig2005-05-041-5/+5
* re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene2005-01-121-9/+18
* re PR libfortran/18966 (cshift etc. not implemented for kind=1 and kind=2 act...Steven G. Kargl2004-12-141-0/+31
* iresolve.c (gfc_resolve_all, [...]): Use PREFIX.Richard Henderson2004-12-121-18/+18
* acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson2004-12-121-0/+8
* cshift0.c, [...]: Use internal_malloc_size instead of internal_malloc.Richard Henderson2004-12-061-1/+1
* c99_functions.c, [...]: Whitespace fixes.Richard Henderson2004-12-061-1/+0
* matmul.m4, [...]: Allocate space if return value has NULL in its data field.Victor Leikehman2004-08-091-4/+23
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+204