classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Re: [cp-patches] Re: [commit-cp] classpath ./ChangeLog examples/gnu


From: Andrew John Hughes
Subject: FYI: Re: [cp-patches] Re: [commit-cp] classpath ./ChangeLog examples/gnu/classpath/ex...
Date: Wed, 23 Mar 2005 17:15:05 +0000

On Tue, 2005-03-22 at 20:39 +0000, Andrew John Hughes wrote:
> On Tue, 2005-03-22 at 10:12 -0500, Audrius Me?kauskas wrote:
> > CVSROOT:    /cvsroot/classpath
> > Module name:        classpath
> > Branch:     
> > Changes by: Audrius Meškauskas <address@hidden>     05/03/22 15:12:56
> > 
> > Modified files:
> >     .              : ChangeLog 
> > Added files:
> >     examples/gnu/classpath/examples/html: Demo.java 
> >     gnu/xml/dom/html2: DomHTMLParser.java 
> > 
> > Log message:
> >     2005-03-21  Audrius Meskauskas  <address@hidden>
> >     
> >     * gnu/xml/dom/html2/DomHTMLParser.java: New file.
> >     * gnu/classpath/examples/html/Demo.java: New example.
> >     
> >     Adding HTML to DOM2 parser.
> >     
> >     As this is a new, undocumented feature, I suggest to include an example 
> > as
> >     well.
> >     
> >     Audrius
> > 
> > CVSWeb URLs:
> > http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.3371&tr2=1.3372&r1=text&r2=text
> > http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/examples/gnu/classpath/examples/html/Demo.java?rev=1.1
> > http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/xml/dom/html2/DomHTMLParser.java?rev=1.1
> > 
> > 
> > 
> > _______________________________________________
> > Commit-classpath mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/commit-classpath
> 
> Could you please avoid using 'enum' as a variable name?  This is a
> keyword in 1.5 (and Jikes will give warnings for it even when comparing
> to earlier language versions).  I've already had to remove instances of
> this from other files.  Merging such usage across to the generics branch
> will cause the build to simply fail.
> 
> Thanks,
> _______________________________________________
> Classpath-patches mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/classpath-patches

In that vein, I'm committing the following:

Changelog:

2005-03-23  Andrew John Hughes  <address@hidden>

        * gnu/xml/dom/html2/DomHTMLParser.java
        Changed 'enum' references to become 'enumeration'.

-- 
Andrew :-)

Please avoid sending me Microsoft Office (e.g. Word, PowerPoint)
attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

No software patents in Europe -- http://nosoftwarepatents.com

"Value your freedom, or you will lose it, teaches history.
`Don't bother us with politics' respond those who don't want to learn."
-- Richard Stallman

Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]