From 1aad2971bf20e352027d3b5cf3a64a2225db4e3f53a830848b57ab5edc92fdd3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 22 Mar 2021 15:33:56 +0000 Subject: [PATCH] - Update to release 9.9 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=41 --- cdecl-9.8.tar.gz | 3 --- cdecl-9.9.tar.gz | 3 +++ cdecl.changes | 14 ++++++++++++++ cdecl.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 cdecl-9.8.tar.gz create mode 100644 cdecl-9.9.tar.gz diff --git a/cdecl-9.8.tar.gz b/cdecl-9.8.tar.gz deleted file mode 100644 index f952c4e..0000000 --- a/cdecl-9.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acdb6b7a663d2a86b38b280e2403b4018cab55679dabc2d8e56d95d0b57e3a41 -size 900437 diff --git a/cdecl-9.9.tar.gz b/cdecl-9.9.tar.gz new file mode 100644 index 0000000..e13bf90 --- /dev/null +++ b/cdecl-9.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2829b4612125bc5dcdbcca9905b52dc2fda3f3cd0f1d25fab19b79f1799059 +size 904610 diff --git a/cdecl.changes b/cdecl.changes index 01477f0..e83a1cb 100644 --- a/cdecl.changes +++ b/cdecl.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Mar 22 15:25:09 UTC 2021 - Jan Engelhardt + +- Update to release 9.9 + * Added more predefined types: iconv_t, locale_t, + posix_spawnattr_t, posix_spawn_file_actions_t, regex_t, + regmatch_t, and regoff_t. + * A pointer to function with qualifiers is now caught for C. + * Nested types are now correctly caught as an error in C. + * A scoped name having a bit-field width is now caught as + an error. + * A declaration having a storage class and a bit-field width is + now correctly caught as an error. + ------------------------------------------------------------------- Sat Mar 6 17:19:04 UTC 2021 - Jan Engelhardt diff --git a/cdecl.spec b/cdecl.spec index a45ad4e..0fcedcb 100644 --- a/cdecl.spec +++ b/cdecl.spec @@ -17,7 +17,7 @@ Name: cdecl -Version: 9.8 +Version: 9.9 Release: 0 Summary: C/C++ function declaration translator License: GPL-3.0-or-later