Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 48205A61F6 for ; Thu, 21 Nov 2013 11:21:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9466A14A1A2; Thu, 21 Nov 2013 11:21:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D09B14A18B for ; Thu, 21 Nov 2013 11:21:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vEnYIuFfsUv2 for ; Thu, 21 Nov 2013 11:21:07 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id A925814A188 for ; Thu, 21 Nov 2013 11:21:07 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 407F196; Thu, 21 Nov 2013 11:21:07 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 21 Nov 2013 11:21:07 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/devel/re2c To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20131121112107.407F196@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Thu Nov 21 11:21:07 UTC 2013 Modified Files: pkgsrc/devel/re2c: Makefile distinfo Log Message: Update re2c to 0.13.6. Version 0.13.6 (2013-07-04) --------------------------- - Fixed #2535084 uint problem with Sun C 5.8 - #3308400: allow Yacc-style %{code brackets}% - #2506253: allow C++ // comments - Fixed inplace configuration in -e mode. - Applied #2482572 Typos in error messages. - Applied #2482561 Error in manual section on -r mode. - Fixed #2478216 Wrong start_label in -c mode. - Fixed #2186718 Unescaped backslash in file name of #line directive. - Fixed #2102138 Duplicate case labels on EBCDIC. - Fixed #2088583 Compile problem on AIX. - Fixed #2038610 Ebcdic problem. - improve dot support: make char intervals (e.g. [A-Z]) instead of one edge per char To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/re2c/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/re2c/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.