SHA256
1
0
forked from pool/cdecl

- Update to release 14.1

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=76
This commit is contained in:
Jan Engelhardt 2023-04-04 14:27:19 +00:00 committed by Git OBS Bridge
parent 0c5563ee84
commit 571b724ba8
4 changed files with 14 additions and 4 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:861a58aea52e541c687f06f3bb88e7abccefc23759e7430e8a7184582e1845a2
size 1253223

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Apr 4 14:25:32 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 14.1
* Blocks, lambda captures, and reference functions now
correctly print alternative tokens when the option
"alternative tokens"is enabled.
* Now allowing C-style casting without a name:
``cast to pointer to char`` produces ``(char*)``
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 23 00:04:30 UTC 2023 - Jan Engelhardt <jengelh@inai.de> Thu Feb 23 00:04:30 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,7 +17,7 @@
Name: cdecl Name: cdecl
Version: 14.0 Version: 14.1
Release: 0 Release: 0
Summary: C/C++ function declaration translator Summary: C/C++ function declaration translator
License: GPL-3.0-or-later License: GPL-3.0-or-later