From: Jim Meyering Date: Wed, 29 Jun 2005 21:22:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~446 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2639d24e522fa93462b7970500861f2f2c1b51bd;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index a57dd6c35a..e250f057f4 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,8 @@ 2005-06-29 Jim Meyering + * mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded + type name. Use the variable name instead. + * xalloc.h (VERIFY_EXPR): Define. (X2REALLOC): New macro, to make using x2realloc a little safer.