[svn:parrot] r42542 - trunk

fperrad at svn.parrot.org fperrad at svn.parrot.org
Tue Nov 17 08:11:41 UTC 2009


Author: fperrad
Date: Tue Nov 17 08:11:39 2009
New Revision: 42542
URL: https://trac.parrot.org/parrot/changeset/42542

Log:
[NEWS] revert r42467, see TT #1278

Modified:
   trunk/NEWS

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	Tue Nov 17 02:35:21 2009	(r42541)
+++ trunk/NEWS	Tue Nov 17 08:11:39 2009	(r42542)
@@ -43,16 +43,13 @@
 - Tests
   + The test coverage of the time-related ops was much improved.
   + New testing functions in Test::More: lives_ok() and dies_ok().
-  + The Perl 5 based test scripts t/op/bitwist.t, t/op/comp.t, t/op/inf_nan.t, 
+  + The Perl 5 based test scripts t/op/bitwist.t, t/op/comp.t, t/op/inf_nan.t,
     t/op/literal.t, t/op/number.t, t/op/sprintf2.t, and t/op/00ff-dos.t were converted to PIR.
   + The test scripts t/op/annotate.t and t/op/time.t have begun
     to be translated from Perl 5 to PIR.
   + In some tests the dependency on %Config from Perl 5 was eliminated.
 - Documentation
   + The meaning of 'p' means in NCI function call signatures was clarified.
-- Libraries
-  + Math/Random/mt19937ar.pir
-    - left the nest and is now at http://github.com/fperrad/parrot-MT19937
 - Tools
   + The stub for a new language, as created by mk_language_shell.pl,
     now relies on the PIR-based tools, which are replacing the Perl 5-based tools.


More information about the parrot-commits mailing list