Mercurial > hg > octave-jordi > gnulib-hg
changeset 18071:e79f94c5963f
time_rz: port to pedantic memcpy
* lib/time_rz.c (tzalloc): Pacify pedantic memcpy implementations
that reject memcpy (..., NULL, 0).
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 29 Jul 2015 13:48:10 -0700 (2015-07-29) |
parents | d460ec17f09f |
children | 1a83dacc0869 |
files | ChangeLog lib/time_rz.c |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-07-29 Paul Eggert <eggert@cs.ucla.edu> + + time_rz: port to pedantic memcpy + * lib/time_rz.c (tzalloc): Pacify pedantic memcpy implementations + that reject memcpy (..., NULL, 0). + 2015-07-27 Paul Eggert <eggert@cs.ucla.edu> time_rz: port better to MinGW