aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime/memory.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-14Update copyright years in libgfortran.Richard Sandiford1-2/+1
2012-03-26Combined get_mem and internal_malloc_size.Janne Blomqvist1-23/+6
2012-03-25Use calloc instead of malloc and memset.Janne Blomqvist1-1/+18
2011-07-05memory.c (internal_malloc_size): If size is zero, allocate a single byte.Thomas Koenig1-2/+2
2010-05-07Remove free_memJanne Blomqvist1-9/+2
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-15/+10
2007-08-31minloc1.m4: Update copyright year and ajust headers order.Francois-Xavier Coudert1-2/+1
2007-08-29builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.Francois-Xavier Coudert1-124/+0
2007-07-03Fortran frontend:Janne Blomqvist1-46/+28
2007-07-01fortran frontend:Janne Blomqvist1-67/+12
2007-05-28re PR fortran/32124 (Execution stops with stat= in ALLOCATE)Tobias Burnus1-5/+21
2007-05-14re PR fortran/30723 (Freeing memory doesn't need to call a library function)Francois-Xavier Coudert1-40/+0
2007-02-16* runtime/memory.c (deallocate): Correct comment.Francois-Xavier Coudert1-1/+1
2006-12-13re PR fortran/30115 (allocate() interface pessimizes aliasing)Richard Guenther1-67/+39
2006-10-18in_pack.m4: Fixed a typo.Tobias Burnus1-1/+1
2006-03-30re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)Thomas Koenig1-3/+13
2006-03-03re PR fortran/25031 ([4.1 only] Allocatable array can be reallocated.)Thomas Koenig1-1/+46
2005-10-03* runtime/memory.c (allocate_size): Malloc 1 byte if size == 0.Jakub Jelinek1-1/+1
2005-10-01memory.c (malloc_t): Remove.Jakub Jelinek1-128/+16
2005-09-09re PR fortran/12840 ([4.0 only] Unable to find scalarization loop specifier)Richard Sandiford1-1/+65
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
2005-05-12re PR libfortran/21324 (#undef GFC_CLEAR_MEMORY causes testsuite failures)Thomas Koenig1-1/+1
2005-01-12re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene1-9/+18
2004-12-12acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson1-22/+23
2004-12-06c99_functions.c, [...]: Whitespace fixes.Richard Henderson1-6/+0
2004-10-04re PR fortran/17283 (UNPACK issues)Tobias Schlüter1-4/+4
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+312