Skip to content
Snippets Groups Projects
Unverified Commit 60c384ad authored by Larry Rosenman's avatar Larry Rosenman
Browse files

devel/cdecl: update to 11.9

ChangeLog:
Fixed reading from stdin
Fixed reading from stdin when it's not a TTY.

Redefinition check
Names being redefined with a different type in the same declaration are now correctly forbidden:

int i, i;                           // OK (tentative definition)
int j, *j;                          // error: different type
Function-like parameter redefinition check
Function-like parameters are now checked for redefinition (more than one parameter having the same name).

More C++ standard types
Added the standard C++ types std::ispanstream, std::stacktrace_entry, and std::wispanstream.
parent 5c4e152a
No related branches found
No related tags found
No related merge requests found
# Created by: David O'Brien (obrien@NUXI.com)
PORTNAME= cdecl
PORTVERSION= 11.8
PORTVERSION= 11.9
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel
......
TIMESTAMP = 1639505684
SHA256 (paul-j-lucas-cdecl-cdecl-11.8_GH0.tar.gz) = 2317f7a318baffdf2949f87fc74dbfc6d1a613a6e43755c7cd57d03ca36a70bc
SIZE (paul-j-lucas-cdecl-cdecl-11.8_GH0.tar.gz) = 751251
TIMESTAMP = 1640197848
SHA256 (paul-j-lucas-cdecl-cdecl-11.9_GH0.tar.gz) = 288d8c7d83a7704bdc0bae7587d7cb35cdf4cd84c3409919b624dff090f7ec15
SIZE (paul-j-lucas-cdecl-cdecl-11.9_GH0.tar.gz) = 753378
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment