This is the mail archive of the mauve-discuss@sources.redhat.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

All pending changes committed to CVS


Hi,

I have committed all my pending changes. This includes the following
three cleanups that I have not yet announced on the list.

One just changes System.out.println() to harness.debug() the two others
make sure the // Uses: mechanism actually works when compiling with gcj
from source->bytecode->native. When gcj is used in that way it doesn't
handle inner classes to well so I extracted those and out them in their
own package private class. The extra package private class for
AttributedCharacterIterator was needed since the Mauve Uses: mechanism
cannot handle classes in other packages.

2002-04-15  Mark Wielaard  <mark@klomp.org>

    * gnu/testlet/java/text/AttributedCharacterIterator/CharItImpl.java:
    New package private class.
    * gnu/testlet/java/text/AttributedCharacterIterator/implement.java:
    Uses CharItImpl.

2002-04-15  Mark Wielaard  <mark@klomp.org>

    * gnu/testlet/java/util/AbstractMap/AcuniaAbstractMapTest.java:
    Remove inner classes.
    * gnu/testlet/java/util/AbstractMap/EIterator.java: New class.
    * gnu/testlet/java/util/AbstractMap/ESet.java: New class.
    * gnu/testlet/java/util/AbstractMap/Entry.java: New class.

2002-04-15  Mark Wielaard  <mark@klomp.org>

    * gnu/testlet/java/io/PipedStream/close.java: Use harness.debug().

I have committed all changes separately so it should be easy to revert
if you don't like one of them.

Cheers,

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]