summaryrefslogtreecommitdiff
path: root/realloc.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers for dual licensing.Niels Möller2014-04-121-22/+29
* Use size_t for realloc functions.Niels Möller2013-04-261-2/+2
* Avoid calling libc realloc with a requested size of zero.Niels Möller2012-09-161-6/+18
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
* * Reordered includes in most or all .c-files. All should now includeNiels Möller2003-05-121-2/+2
* (nettle_xrealloc): Fixed out-of-memory check.Niels Möller2003-02-111-5/+6
* (nettle_realloc): New function.Niels Möller2002-11-211-0/+49