e2ffd1ea3c
Changes include: Camlp5 Version 7.01: -------------------- * [26 Jun 17] Fixed bug in associativity of entry levels in extensible grammars; was introduced by an old experiment, resulting a failure in Coq test-suite/success/rewrite_strat.v. * [26 Jun 17] Fixed bug: compilation failed while using OCaml versions between 3.05 and 4.01.1, and jocaml versions. Camlp5 Version 7.00: -------------------- * [26 Jun 17] Release number is 7.00 instead of 6.18 because of big improvements on extensible grammars which can use now limited and full backtracking algorithms on demand. * [16 Jun 17] Entry.parse_token has been renamed Entry.parse_token_stream. * [04 Jun 17] Added limited backtracking (functional streams) to extensible grammars. Can be set with "Grammar.parse_algorithm Functional" or by setting the environment variable CAMLP5PARAM=f. * [01 Jun 17] Backtrack parsing seems to work well now. Camlp5 and Coq can be compiled using it by setting CAMLP5PARAM=b. * [31 May 17] Fixed bug: Entry.parse_token did not accept backtrack parsing. * [31 May 17] Fixed ocaml parsing for case of record {foo () with ...}. * [31 May 17] Fixed bug backtrack parsing for function Entry.of_parser. * [28 Apr 17] Updated for ocaml 4.04.2 which was missing. * [07 Apr 17] Updated for ocaml trunk 4.06.0 * [19 Feb 17] Fixed bug: locations of all identifiers were missing resulting of error messages giving "<none>" as source file name and no line and column number in the source. * [04 Jan 17] Updated for ocaml trunk 4.05.0 * [09 Dec 16] Fixed bug: was not compatible with ocaml compiled with option -safe-string. * [09 Dec 16] Fixed bug: make uninstall did not take DESTDIR into account. * [07 Dec 16] Fixed bug virtual methods in signatures generated syntax tree of virtual val. Bug notified by Kakadu. Ex: "class foo : object method virtual bar : bool end" * [07 Dec 16] Fixed bug not separated idents were not allowed in 'let open' constructs. Bug notified by Kakadu. Ex: "let open Mod1.Mod2.Mod3 in ..." * [06 Dec 16] Fixed bug dumping module definitions with constraints. Bug notified by Kakadu. Ex: module type Item = sig type t end module type Sig = sig type t module Node : Item end module Make (S : Sig) : Sig with module Node = S.Node and type t = S.t * [06 Dec 16] Fixed bug extra option word during pr_dump for optional args. Bug notified by Kakadu. Ex: "class t : ?name:string -> object end" * [05 Dec 16] Fixed bug dumping of open object types. Bug notified by Kakadu. Ex: "type t = <f:int; .. >" * [05 Dec 16] Fixed bug dump parsetree without throughing away module type annotation. Bug notified by Kakadu. Ex: "module rec A : sig end = struct end"
6 lines
398 B
Text
6 lines
398 B
Text
$NetBSD: distinfo,v 1.16 2017/07/11 12:17:13 jaapb Exp $
|
|
|
|
SHA1 (camlp5-7.01.tar.gz) = eff833fe21fc0e4d5c70b22635437b3785799d4b
|
|
RMD160 (camlp5-7.01.tar.gz) = 6450dc1e9f13b11247bd63e30eaac989cca31660
|
|
SHA512 (camlp5-7.01.tar.gz) = 9930957f707d9d2c8903f87f5f3444f71bad3d84c944436c7abc6de19209595c974098cd60a6a391f8ae87c4fb53b5122cba8e42e34fcf46d798dbdc28840008
|
|
Size (camlp5-7.01.tar.gz) = 757118 bytes
|