techtonik               Sun Apr  3 05:56:19 2005 EDT

  Removed files:               
    /phpdoc/scripts     funcparse.awk genfunclist.sh 

  Modified files:              
    /phpdoc/scripts     genfunclist.php 
  Log:
  + genfunclist.php generator instead of genfunclist.sh and funcparse.awk
  (fell free to extract them from attic to check everything works as expected)
  
http://cvs.php.net/diff.php/phpdoc/scripts/genfunclist.php?r1=1.1&r2=1.2&ty=u
Index: phpdoc/scripts/genfunclist.php
diff -u phpdoc/scripts/genfunclist.php:1.1 phpdoc/scripts/genfunclist.php:1.2
--- phpdoc/scripts/genfunclist.php:1.1  Mon Sep 13 09:36:00 2004
+++ phpdoc/scripts/genfunclist.php      Sun Apr  3 05:56:18 2005
@@ -3,7 +3,7 @@
   +----------------------------------------------------------------------+
   | PHP Version 4                                                        |
   +----------------------------------------------------------------------+
-  | Copyright (c) 1997-2004 The PHP Group                                |
+  | Copyright (c) 1997-2005 The PHP Group                                |
   +----------------------------------------------------------------------+
   | This source file is subject to version 3.0 of the PHP license,       |
   | that is bundled with this package in the file LICENSE, and is        |
@@ -19,7 +19,7 @@
   |             anatoly techtonik <[EMAIL PROTECTED]>      |
   +----------------------------------------------------------------------+
 
-  $Id: genfunclist.php,v 1.1 2004/09/13 13:36:00 techtonik Exp $
+  $Id: genfunclist.php,v 1.2 2005/04/03 09:56:18 techtonik Exp $
 */
 
 /**
@@ -33,6 +33,9 @@
  *
  * Known limitations:
  * - can't handle multiline comments and precompiler directives
+ *
+ * TODO: 
+ * - add PHPUnit regression tests
  */
 
 /**

Reply via email to