summaryrefslogtreecommitdiff
path: root/libgfortran/runtime/memory.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2015-01-051-1/+1
* * runtime/memory.c (xmallocarray): Avoid division for the common case.jakub2014-08-041-1/+3
* Introduce xmallocarray, an overflow checking variant of xmalloc.jb2014-06-171-1/+28
* Introduce xrealloc, use it.jb2014-05-261-0/+14
* Update copyright years in libgfortran/rsandifo2014-01-021-1/+1
* Update copyright years in libgfortran.rsandifo2013-01-141-2/+1
* Combined get_mem and internal_malloc_size.jb2012-03-261-23/+6
* Use calloc instead of malloc and memset.jb2012-03-251-1/+18
* 2011-07-05 Thomas Koenig <tkoenig@gcc.gnu.org>tkoenig2011-07-051-2/+2
* Remove free_memjb2010-05-071-9/+2
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.jakub2009-04-091-15/+10
* * m4/minloc1.m4: Update copyright year and ajust headers order.fxcoudert2007-08-311-2/+1
* * builtin-types.def (BT_FN_PTR_PTR_SIZE): New type.fxcoudert2007-08-291-124/+0
* Fortran frontend:jb2007-07-031-46/+28
* fortran frontend:jb2007-07-011-67/+12
* 2007-05-28 Tobias Burnus <burnus@net-b.de>burnus2007-05-281-5/+21
* PR fortran/30723fxcoudert2007-05-141-40/+0
* * runtime/memory.c (deallocate): Correct comment.fxcoudert2007-02-161-1/+1
* 2006-12-13 Richard Guenther <rguenther@suse.de>rguenth2006-12-131-67/+39
* 2006-10-16 Tobias Burnus <burnus@net-b.de>burnus2006-10-181-1/+1
* 2006-03-30 Thomas Koenig <Thomas.Koenig@online.de>tkoenig2006-03-301-3/+13
* 2006-03-03 Thomas Koenig <Thomas.Koenig@online.de>tkoenig2006-03-031-1/+46
* * runtime/memory.c (allocate_size): Malloc 1 byte if size == 0.jakub2005-10-031-1/+1
* * runtime/memory.c (malloc_t): Remove.jakub2005-10-011-128/+16
* PR fortran/12840rsandifo2005-09-091-1/+65
* 2005-08-17 Kelley Cook <kcook@gcc.gnu.org>kcook2005-08-171-2/+2
* 2005-05-12 Thomas Koenig <Thomas.Koenig@online.de>tkoenig2005-05-121-1/+1
* 2005-01-12 Toon Moene <toon@moene.indiv.nluug.nl>toon2005-01-121-9/+18
* * acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.rth2004-12-121-22/+23
* * intrinsics/c99_functions.c, intrinsics/eoshift0.c,rth2004-12-071-6/+0
* PR fortran/17283tobi2004-10-041-4/+4
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-0/+312