summaryrefslogtreecommitdiff
path: root/src/stdmem.h
AgeCommit message (Collapse)AuthorFilesLines
2005-10-162005-10-16 Moritz Schulte <moritz@g10code.com>Moritz Schulte1-3/+3
* g10lib.h: Removed GCC_ATTR_PURE macro definitions, since gcrypt.h does already contain such a macro named _GCRY_GCC_ATTR_PURE, which we can use here as well. Likewise for GCC_ATTR_MALLOC and _GCRY_GCC_ATTR_MALLOC. * stdmem.h: Use _GCRY_GCC_ATTR_MALLOC instead of GCC_ATTR_MALLOC. * secmem.h: Likewise.
2002-12-21* gcrypt.h: Make use of gcc's pure and malloc attributesWerner Koch1-5/+5
(gcry_md_putc): Use a helper variable to avoid multiple evaluation of H. * g10lib.h, stdmem.h, secmem.h: Use gcc attributes pure and malloc. * stdmem.c (use_m_guard): Don't default to yes.
2002-05-14Change the license to the LGPL.Werner Koch1-7/+7
2001-05-31The first libgcrypt only release.Werner Koch1-6/+6
2000-12-21Changed program name in all filesWerner Koch1-3/+3
2000-01-24See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner KochWerner Koch1-0/+32