- Update to release 9.9

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=41
This commit is contained in:
2021-03-22 15:33:56 +00:00
committed by Git OBS Bridge
parent 65afcd91f3
commit 1aad2971bf
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Mar 22 15:25:09 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- 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 <jengelh@inai.de>