SHA256
1
0
forked from pool/cdecl

- Update to release 16

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=88
This commit is contained in:
Jan Engelhardt 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb16319d3e782f7f7c1e3a0681cd566707f1b27582c8abde665b70861dca3dab
size 1390245

3
cdecl-16.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09b1b91dcff685dbb8b8e1770bd1735c3b1b10160f7dbc00875bab74bcad0336
size 1428275

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>

View File

@ -1,7 +1,7 @@
#
# spec file for package cdecl
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: cdecl
Version: 15.0
Version: 16.0
Release: 0
Summary: C/C++ function declaration translator
License: GPL-3.0-or-later