- Update to release 16

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=88
This commit is contained in:
2024-01-05 23:09:01 +00:00
committed by Git OBS Bridge
parent 331773de7b
commit 0f958bfe87
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jan 5 22:54:53 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 16
* Cdecl now allows you to #define macros and expand them
step-by-step.
* Improved C99 with extension error messages.
* Implicit int pointer declarations, e.g. ``*p``, are now
correctly illegal in C++.
* The former ``--explain`` and ``-e`` options have been renamed
``--infer-command`` and ``-I``; the former explain-by-default
set option has been renamed infer-command.
-------------------------------------------------------------------
Tue Oct 3 02:07:19 UTC 2023 - Jan Engelhardt <jengelh@inai.de>