diff options
| author | Mark Eichin <eichin@mit.edu> | 1996-02-24 00:01:31 +0000 |
|---|---|---|
| committer | Mark Eichin <eichin@mit.edu> | 1996-02-24 00:01:31 +0000 |
| commit | 1810d74b313dcf47df89d6315c2e8d2d1de49631 (patch) | |
| tree | ac78a058c693736bb091c7606aa8114cbdfe824e /src/include/ChangeLog | |
| parent | cc989d3541404487c0bf146926ffac8f616dacda (diff) | |
| download | krb5-1810d74b313dcf47df89d6315c2e8d2d1de49631.tar.gz krb5-1810d74b313dcf47df89d6315c2e8d2d1de49631.tar.xz krb5-1810d74b313dcf47df89d6315c2e8d2d1de49631.zip | |
* 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
Diffstat (limited to 'src/include/ChangeLog')
| -rw-r--r-- | src/include/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <eichin@cygnus.com> + + * 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 <basch@lehman.com> * Makefile.in: Do not install k5-int.h |
