From 1810d74b313dcf47df89d6315c2e8d2d1de49631 Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Sat, 24 Feb 1996 00:01:31 +0000 Subject: * krb5.hin (krb5_x, krb5_xc): wrapper macros to test all function pointers before calling through them (abort if null.) Simplifies debugging on many platforms. Currently #if 1, but could be conditionalized once we're in "production". git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7505 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index f4c5b00ad..991c1527c 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,10 @@ +Fri Feb 23 18:59:18 1996 Mark Eichin + + * krb5.hin (krb5_x, krb5_xc): wrapper macros to test all function + pointers before calling through them (abort if null.) Simplifies + debugging on many platforms. Currently #if 1, but could be + conditionalized once we're in "production". + Wed Feb 21 23:33:18 1996 Richard Basch * Makefile.in: Do not install k5-int.h -- cgit