forked from pool/cdecl
- 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:
parent
65afcd91f3
commit
1aad2971bf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acdb6b7a663d2a86b38b280e2403b4018cab55679dabc2d8e56d95d0b57e3a41
|
||||
size 900437
|
3
cdecl-9.9.tar.gz
Normal file
3
cdecl-9.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b2829b4612125bc5dcdbcca9905b52dc2fda3f3cd0f1d25fab19b79f1799059
|
||||
size 904610
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user