pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ragel



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 19 18:32:47 UTC 2017

Modified Files:
        pkgsrc/devel/ragel: Makefile distinfo

Log Message:
Updated ragel to 6.10.

Ragel 6.10 - Mar 24, 2017
=========================
 -C codegen: test P vs PE in goto/call/ret statements in EOF actions, just
  before re-entering. If at the end of the input block then the EOF check is
  jumped to. This change prevents overrunning the buffer if control flow is
  issued in an EOF action without fixing the input pointer first. If a program
  properly issues an fhold before the control flow the program won't be
  affected.
 -Updated action label generation. The previous set of conditions for
  generating the label didn't cover actions coming from the eofAction pointer
  (eof trans covered since it points into the set of transitions).
 -Use separate signed/unsigned values for host type min/max. Using separate
  values avoids the need to type cast before the data goes into FsmCtx structs.
  Keep it in native types until it is used.
 -Optionally do not generate entry point variables. Adds noentry write option
  for data.
 -Various warning elimination and build updates.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ragel/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ragel/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ragel/Makefile
diff -u pkgsrc/devel/ragel/Makefile:1.8 pkgsrc/devel/ragel/Makefile:1.9
--- pkgsrc/devel/ragel/Makefile:1.8     Fri Mar 27 03:50:55 2015
+++ pkgsrc/devel/ragel/Makefile Wed Apr 19 18:32:47 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2015/03/27 03:50:55 rodent Exp $
+# $NetBSD: Makefile,v 1.9 2017/04/19 18:32:47 wiz Exp $
 
-DISTNAME=      ragel-6.9
+DISTNAME=      ragel-6.10
 CATEGORIES=    devel
 MASTER_SITES=  http://www.colm.net/files/ragel/
 

Index: pkgsrc/devel/ragel/distinfo
diff -u pkgsrc/devel/ragel/distinfo:1.9 pkgsrc/devel/ragel/distinfo:1.10
--- pkgsrc/devel/ragel/distinfo:1.9     Tue Nov  3 03:29:18 2015
+++ pkgsrc/devel/ragel/distinfo Wed Apr 19 18:32:47 2017
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2015/11/03 03:29:18 agc Exp $
+$NetBSD: distinfo,v 1.10 2017/04/19 18:32:47 wiz Exp $
 
-SHA1 (ragel-6.9.tar.gz) = 70a7fe77aee8423be610fa14c3fa1f96b3119e1d
-RMD160 (ragel-6.9.tar.gz) = 67c7b1f39956f9707742201a1a681c164cff84ab
-SHA512 (ragel-6.9.tar.gz) = 46886a37fa0b785574c03ba6581d99bbeaa11ca65cf4fdc37ceef42f4869bd695694cd69b4b974a25cf539f004cb106e3debda17fc26e1a9a6a4295992733dbd
-Size (ragel-6.9.tar.gz) = 1226871 bytes
+SHA1 (ragel-6.10.tar.gz) = 946162090fb58b794ed53173fac13398d565b794
+RMD160 (ragel-6.10.tar.gz) = e37a0f83d3acbb77c7d7ea115f2faf0f2478724b
+SHA512 (ragel-6.10.tar.gz) = 6c1fe4f6fa8546ae28b92ccfbae94355ff0d3cea346b9ae8ce4cf6c2bdbeb823e0ccd355332643ea72d3befd533a8b3030ddbf82be7ffa811c2c58cbb01aaa38
+Size (ragel-6.10.tar.gz) = 1232993 bytes
 SHA1 (patch-aapl_bstcommon.h) = 540e74d2ff3ace21d3fb0cd817027cf18837bc98
 SHA1 (patch-ragel_javacodegen.cpp) = 3fc6b892b18993a769c7eb80bb89bbef63d71c7d



Home | Main Index | Thread Index | Old Index