HomeFreeBSD

devel/cdecl: update to 11.9

Description

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.

Details

Provenance
lerAuthored on Dec 22 2021, 6:31 PM
Parents
R11:5c4e152a8dc9: x11/squeekboard: update to 1.15.0
Branches
Unknown
Tags
Unknown