From 6c33b742ce19cc2fd226d84f2991572239199a62 Mon Sep 17 00:00:00 2001 From: Nick Alcock Date: Wed, 24 Apr 2019 11:26:42 +0100 Subject: libctf: library version enforcement This old Solaris standard allows callers to specify that they are expecting one particular API and/or CTF file format from the library. libctf/ * ctf-impl.h (_libctf_version): New declaration. * ctf-subr.c (_libctf_version): Define it. (ctf_version): New. include/ * ctf-api.h (ctf_version): New. --- libctf/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libctf/ChangeLog') diff --git a/libctf/ChangeLog b/libctf/ChangeLog index c0c98d2..a6eb11e 100644 --- a/libctf/ChangeLog +++ b/libctf/ChangeLog @@ -1,5 +1,11 @@ 2019-05-28 Nick Alcock + * ctf-impl.h (_libctf_version): New declaration. + * ctf-subr.c (_libctf_version): Define it. + (ctf_version): New. + +2019-05-28 Nick Alcock + * ctf-create.c (enumcmp): New. (enumadd): Likewise. (membcmp): Likewise. -- cgit v1.1