From cee3df1e4b1b8103bf81e5281a46aab7881f93df Mon Sep 17 00:00:00 2001 From: ajs Date: Wed, 24 Nov 2004 17:14:49 +0000 Subject: 2004-11-24 Andrew J. Schorr * zassert.h: New header file to declare a quagga-specific assert macro. * log.c: (_zlog_assert_failed) New function called when assert fails to log the error and abort. * zebra.h: Include "zassert.h" instead of . * regex.c: Include "zassert.h" instead of . * dict.c: Include "zassert.h" instead of . --- lib/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index 10092d1c..6ba1d6f4 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2004-11-24 Andrew J. Schorr + + * zassert.h: New header file to declare a quagga-specific assert macro. + * log.c: (_zlog_assert_failed) New function called when assert fails + to log the error and abort. + * zebra.h: Include "zassert.h" instead of . + * regex.c: Include "zassert.h" instead of . + 2004-11-23 Andrew J. Schorr * sigevent.c: (signal_init) Set up some default signal handlers -- cgit v1.2.1