diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2020-04-27 16:05:07 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2020-04-27 16:05:07 +0000 |
commit | 3874f378db538dc06698be6454b8ee56e1951b38 (patch) | |
tree | 58c68268ac7ce2006e5f94233e93b557b9f158ab | |
parent | 6029cacbc81bc941d9e2d59ace3da6b783a82409 (diff) |
devel/cdecl: upgrade to 6.11.
Added __inline__, __restrict__, and __thread
Added GNU C's __inline__, __restrict__, and __thread.
Added GNU C types
The GNU C types _Decimal32, _Decimal64, _Decimal128, _Float128, __float128, _Float16, __fp16, __ibm128, _Float64x, __float80, and __int128 were added to the set of predefined types.
Added WIN32 types
All of the Windows types, e.g., DWORD, HANDLE, INT, etc., given here were added to the set of predefined types.
Fixed retypedef
Fixed a crash caused by a case like:
typedef int I
typedef I J
typedef I J
Notes
Notes:
svn path=/head/; revision=533148
-rw-r--r-- | devel/cdecl/Makefile | 2 | ||||
-rw-r--r-- | devel/cdecl/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile index 5e0b7d6e72d8..8ad744eed610 100644 --- a/devel/cdecl/Makefile +++ b/devel/cdecl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cdecl -PORTVERSION= 6.10 +PORTVERSION= 6.11 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= devel diff --git a/devel/cdecl/distinfo b/devel/cdecl/distinfo index 26d8662f9e0f..ff563b59bbef 100644 --- a/devel/cdecl/distinfo +++ b/devel/cdecl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586797027 -SHA256 (paul-j-lucas-cdecl-cdecl-6.10_GH0.tar.gz) = 56eacc579c3e3729e0bc8cfd3ab09f9c4a3082ff6b9f26a8d791b37787dcaf74 -SIZE (paul-j-lucas-cdecl-cdecl-6.10_GH0.tar.gz) = 404116 +TIMESTAMP = 1588003023 +SHA256 (paul-j-lucas-cdecl-cdecl-6.11_GH0.tar.gz) = 3aa721f3d3099ad2ed00c65dba3c85f537929378735f167439a9913c2180c178 +SIZE (paul-j-lucas-cdecl-cdecl-6.11_GH0.tar.gz) = 411269 |