Classpath 0.97

2008-02-12 Thread Andrew John Hughes
Hi everyone,

FOSDEM is at the end of next week (22-25 Feb) and it would be nice to
have a new Classpath release for then.  I suggest we try and roll one
out for a week tomorrow (20 Feb).  Fingers crossed, I don't expect
enough to have changed for there to be too many regressions...

The current status is here:

http://developer.classpath.org/mediation/ClasspathRelease097

I'll do some regression and smoke testing over the weekend, if not
before.  I know of at least one blocking bug:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35168

Let me know ASAP of any patches you think need to go in or bugs you
think need to be fixed before the release.

Thanks,
-- 
Andrew :-)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net



[commit-cp] classpath ChangeLog NEWS configure.ac examples/...

2008-02-12 Thread Andrew John Hughes
CVSROOT:/sources/classpath
Module name:classpath
Changes by: Andrew John Hughes  08/02/12 22:30:23

Modified files:
.  : ChangeLog NEWS configure.ac 
examples   : Makefile.am 
lib: Makefile.am 
m4 : acinclude.m4 
tools  : Makefile.am 
Added files:
m4 : ac_prog_javac.m4 ac_prog_javac_works.m4 

Log message:
2008-02-11  Andrew John Hughes  <[EMAIL PROTECTED]>

PR classpath/34578:
* NEWS: Mention javah and javac build changes.
* configure.ac: Call AC_PROG_JAVAC and
CLASSPATH_JAVAC_MEM_CHECK instead of CLASSPATH_FIND_JAVAC.
* examples/Makefile.am: Simplify compiler choice
to just use JAVAC.
* lib/Makefile.am: Likewise, but with JAVAC_MEM_OPT too.
* m4/ac_prog_javac.m4: New file.
* m4/ac_prog_javac_works.m4: Likewise.
* m4/acinclude.m4:
(CLASSPATH_FIND_JAVAC): Removed.
(CLASSPATH_WITH_GCJ): Removed.
(CLASSPATH_CHECK_GCJ): Removed.
(CLASSPATH_WITH_JIKES): Removed.
(CLASSPATH_CHECK_JIKES): Removed.
(CLASSPATH_WITH_KJC): Removed.
(CLASSPATH_CHECK_KJC): Removed.
(CLASSPATH_WITH_ECJ): Removed.
(CLASSPATH_CHECK_ECJ): Removed.
(CLASSPATH_WITH_JAVAC): Removed.
(CLASSPATH_CHECK_JAVAC): Removed.
(CLASSPATH_JAVAC_MEM_CHECK): Added.
* tools/Makefile.am: Simplify compiler choice
to just javac.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9500&r2=1.9501
http://cvs.savannah.gnu.org/viewcvs/classpath/NEWS?cvsroot=classpath&r1=1.188&r2=1.189
http://cvs.savannah.gnu.org/viewcvs/classpath/configure.ac?cvsroot=classpath&r1=1.222&r2=1.223
http://cvs.savannah.gnu.org/viewcvs/classpath/examples/Makefile.am?cvsroot=classpath&r1=1.23&r2=1.24
http://cvs.savannah.gnu.org/viewcvs/classpath/lib/Makefile.am?cvsroot=classpath&r1=1.141&r2=1.142
http://cvs.savannah.gnu.org/viewcvs/classpath/m4/acinclude.m4?cvsroot=classpath&r1=1.31&r2=1.32
http://cvs.savannah.gnu.org/viewcvs/classpath/m4/ac_prog_javac.m4?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/m4/ac_prog_javac_works.m4?cvsroot=classpath&rev=1.1
http://cvs.savannah.gnu.org/viewcvs/classpath/tools/Makefile.am?cvsroot=classpath&r1=1.42&r2=1.43




[commit-cp] classpath ChangeLog java/awt/color/ICC_Profile....

2008-02-12 Thread Roman Kennke
CVSROOT:/cvsroot/classpath
Module name:classpath
Changes by: Roman Kennke  08/02/12 12:17:35

Modified files:
.  : ChangeLog 
java/awt/color : ICC_Profile.java 

Log message:
2008-02-12  Roman Kennke  <[EMAIL PROTECTED]>

* java/awt/color/ICC_Profile.java
(getInstance()): Wrap call to InputStream.read(byte[],int,int) 
in
a loop, in order to read the whole thing.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9499&r2=1.9500
http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/color/ICC_Profile.java?cvsroot=classpath&r1=1.13&r2=1.14