Skip to content
Snippets Groups Projects
Verified Commit fca70e75 authored by Larry Rosenman's avatar Larry Rosenman
Browse files

devel/cdecl: update to 11.7

ChangeLog:
Cdecl keywords
When an unexpected name token is encountered, if said token is a cdecl keyword, it's now mentioned in the error message:

cdecl> declare ptr as pointer to void
               ^
16: syntax error: "ptr": name expected ("ptr" is a cdecl keyword)
Additionally, cdecl keywords are now also offered in suggestions.

register arrays
register arrays are now correctly allowed.

Zero-sized arrays
Zero-sized arrays are now correctly forbidden.

No files as arguments
Command-line arguments were treated as files if they weren't commands.
This dubious use-case was a hold-over from the original cdecl and has
been removed. (If you want to read a file use -f.)
parent 1535965c
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.6
PORTVERSION= 11.7
DISTVERSIONPREFIX= ${PORTNAME}-
CATEGORIES= devel
......
TIMESTAMP = 1638556629
SHA256 (paul-j-lucas-cdecl-cdecl-11.6_GH0.tar.gz) = cbab9308b03732b320264f5abc7155db0723788e9bdf71bb87a5d92ae610d03a
SIZE (paul-j-lucas-cdecl-cdecl-11.6_GH0.tar.gz) = 745800
TIMESTAMP = 1639187834
SHA256 (paul-j-lucas-cdecl-cdecl-11.7_GH0.tar.gz) = b7155f85573ecc67b08d2e49e120f0aa5debfd087c70e54d853d07c206dd974b
SIZE (paul-j-lucas-cdecl-cdecl-11.7_GH0.tar.gz) = 749532
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