[svn:parrot] r45804 - in trunk: compilers/imcc t/codingstd

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Apr 19 14:00:14 UTC 2010


Author: mikehh
Date: Mon Apr 19 14:00:14 2010
New Revision: 45804
URL: https://trac.parrot.org/parrot/changeset/45804

Log:
remove passing tests from TODO list, and fix copyright I missed

Modified:
   trunk/compilers/imcc/optimizer.c
   trunk/t/codingstd/c_function_docs.t

Modified: trunk/compilers/imcc/optimizer.c
==============================================================================
--- trunk/compilers/imcc/optimizer.c	Mon Apr 19 13:54:32 2010	(r45803)
+++ trunk/compilers/imcc/optimizer.c	Mon Apr 19 14:00:14 2010	(r45804)
@@ -1,6 +1,6 @@
 /*
  * $Id$
- * Copyright (C) 2002-2009, Parrot Foundation.
+ * Copyright (C) 2002-2010, Parrot Foundation.
  */
 
 /*

Modified: trunk/t/codingstd/c_function_docs.t
==============================================================================
--- trunk/t/codingstd/c_function_docs.t	Mon Apr 19 13:54:32 2010	(r45803)
+++ trunk/t/codingstd/c_function_docs.t	Mon Apr 19 14:00:14 2010	(r45804)
@@ -91,8 +91,6 @@
 }
 
 __DATA__
-compilers/imcc/instructions.c
-compilers/imcc/optimizer.c
 compilers/imcc/parser_util.c
 compilers/imcc/pbc.c
 compilers/imcc/pcc.c


More information about the parrot-commits mailing list