| Marcus Boerger 2006-07-11, 6:58 pm |
| helly Tue Jul 11 23:33:00 2006 UTC
Modified files:
/phpweb anoncvs.php
Log:
- re2c > 0.9.11 works
http://cvs.php.net/viewvc.cgi/phpwe...7&diff_format=u
Index: phpweb/anoncvs.php
diff -u phpweb/anoncvs.php:1.36 phpweb/anoncvs.php:1.37
--- phpweb/anoncvs.php:1.36 Mon May 8 08:59:20 2006
+++ phpweb/anoncvs.php Tue Jul 11 23:33:00 2006
@@ -1,5 +1,5 @@
<?php
-// $Id: anoncvs.php,v 1.36 2006/05/08 08:59:20 helly Exp $
+// $Id: anoncvs.php,v 1.37 2006/07/11 23:33:00 helly Exp $
$_SERVER['BASE_PAGE'] = 'anoncvs.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("Anonymous CVS Access");
@@ -36,7 +36,7 @@
<li><i>libtool</i>: 1.4.x+ (except 1.4.2)</li>
<li><i>bison</i>: 1.28 (preferred), 1.35, 1.75, 2.0 or higher</li>
<li><i>flex</i>: 2.5.4</li>
- <li><i>re2c</i>: 0.9.11</li>
+ <li><i>re2c</i>: 0.9.11+</li>
</ul>
<p>
|