/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.374 by cbj, Sun Feb 10 04:10:50 2002 UTC revision 1.375 by ericb, Sun Feb 10 05:30:58 2002 UTC
# Line 1  Line 1 
1    2002-02-09  Eric Blake  <ebb9@email.byu.edu>
2    
3            * INSTALL: Update instructions for using jikes 1.15b.
4            * HACKING: Ditto.
5            * ChangeLog: Clean up some whitespace.
6    
7  2002-02-09  C. Brian Jones <cbj@gnu.org>  2002-02-09  C. Brian Jones <cbj@gnu.org>
8    
9          * lib/Makefile.am: without zip, try copying class files instead          * lib/Makefile.am: without zip, try copying class files instead
10          during install, and avoid zip during make          during install, and avoid zip during make
11          * configure.in: new automake conditional to handle presence or          * configure.in: new automake conditional to handle presence or
12          absence of zip          absence of zip
13    
14  2002-02-09  Mark Wielaard <mark@klomp.org>  2002-02-09  Mark Wielaard <mark@klomp.org>
15    
# Line 1289  Line 1295 
1295          non-null.          non-null.
1296    
1297  2002-01-19  Mark Wielaard <mark@klomp.org>  2002-01-19  Mark Wielaard <mark@klomp.org>
1298            
1299          * native/jni/java-net/javanet.c (_javanet_get_option): make exception          * native/jni/java-net/javanet.c (_javanet_get_option): make exception
1300          message more clear.          message more clear.
1301          * native/jni/java-net/javanet.h          * native/jni/java-net/javanet.h
1302          (SOCKOPT_SO_SNDBUF,SOCKOPT_SO_REUSEADDR): swap definitions.          (SOCKOPT_SO_SNDBUF,SOCKOPT_SO_REUSEADDR): swap definitions.
1303    
1304  2002-01-17  C. Brian Jones <cbj@gnu.org>  2002-01-17  C. Brian Jones <cbj@gnu.org>
1305            
1306          * include/.cvsignore: updated to not ignore jni files          * include/.cvsignore: updated to not ignore jni files
1307    
1308  2002-01-17  Tom Tromey  <tromey@redhat.com>  2002-01-17  Tom Tromey  <tromey@redhat.com>
# Line 1912  Line 1918 
1918          ORP+Classpath          ORP+Classpath
1919    
1920  2001-11-25  C. Brian Jones <cbj@gnu.org>  2001-11-25  C. Brian Jones <cbj@gnu.org>
1921            
1922          * java/net/DatagramSocket (getLocalAddress): return local address          * java/net/DatagramSocket (getLocalAddress): return local address
1923          used in creating socket instead of calling a native method to retrieve          used in creating socket instead of calling a native method to retrieve
1924          a value that cannot be changed (fixes Mauve regression).          a value that cannot be changed (fixes Mauve regression).
# Line 1981  Line 1987 
1987          explicitly in the case of a null argument in keeping with JDK 1.3.          explicitly in the case of a null argument in keeping with JDK 1.3.
1988    
1989  2001-11-14  C. Brian Jones  2001-11-14  C. Brian Jones
1990            
1991          * java/lang/Integer.java (getInteger): Attempt to decode the value          * java/lang/Integer.java (getInteger): Attempt to decode the value
1992          of the system property instead of the name of the system property.          of the system property instead of the name of the system property.
1993          * java/lang/Double.java (valueOf): Throw NullPointerException          * java/lang/Double.java (valueOf): Throw NullPointerException
1994          explicitly in the case of a null argument in keeping with JDK 1.3.          explicitly in the case of a null argument in keeping with JDK 1.3.
1995    
1996  2001-11-14  Tom Tromey  <tromey@redhat.com>  2001-11-14  Tom Tromey  <tromey@redhat.com>
1997          * java/lang/Double.java (parseDouble): Now native.  
1998          (parseDouble0): Removed.          * java/lang/Double.java (parseDouble): Now native.
1999          * native/jni/java-lang/java_lang_Double.c          (parseDouble0): Removed.
2000          (Java_java_lang_Double_parseDouble): Renamed.  Rewrote to trim          * native/jni/java-lang/java_lang_Double.c
2001          String internally.  Free the UTF buffer at end.          (Java_java_lang_Double_parseDouble): Renamed.  Rewrote to trim
2002            String internally.  Free the UTF buffer at end.
2003    
2004  2001-11-13  Tom Tromey  <tromey@redhat.com>  2001-11-13  Tom Tromey  <tromey@redhat.com>
2005    
# Line 2000  Line 2008 
2008          stopped.          stopped.
2009    
2010  2001-11-12  C. Brian Jones <cbj@gnu.org>  2001-11-12  C. Brian Jones <cbj@gnu.org>
2011    
2012          * native/jni/java-lang/java_lang_Double.c (parseDouble0):          * native/jni/java-lang/java_lang_Double.c (parseDouble0):
2013          handle 'f', 'F', 'd', 'D' per JLS 3.10.2, fixes problems found using          handle 'f', 'F', 'd', 'D' per JLS 3.10.2, fixes problems found using
2014          Mauve          Mauve
2015    
2016  2001-11-12  C. Brian Jones <cbj@gnu.org>  2001-11-12  C. Brian Jones <cbj@gnu.org>
2017    
2018          * native/jni/java-io/javaio.c (_javaio_open): use          * native/jni/java-io/javaio.c (_javaio_open): use
2019          JCL_jstring_to_cstring instead of old undefined method          JCL_jstring_to_cstring instead of old undefined method
2020          * acconfig.h: changed #define DEBUG 0 to #undef DEBUG to match          * acconfig.h: changed #define DEBUG 0 to #undef DEBUG to match
# Line 2021  Line 2031 
2031          texi2html 1.65          texi2html 1.65
2032    
2033  2001-11-11  C. Brian Jones <cbj@gnu.org>  2001-11-11  C. Brian Jones <cbj@gnu.org>
2034    
2035          * native/jni/java-io/Makefile.am: missing javaio.c, javaio.h in          * native/jni/java-io/Makefile.am: missing javaio.c, javaio.h in
2036          libjavaio          libjavaio
2037    
# Line 2060  Line 2071 
2071          java/util/jar/JarOutputStream.java: Fix spelling errors.          java/util/jar/JarOutputStream.java: Fix spelling errors.
2072    
2073  2001-11-05  C. Brian Jones <cbj@gnu.org>  2001-11-05  C. Brian Jones <cbj@gnu.org>
2074    
2075          * configure.in: changed AC_CANONICAL_SYSTEM to AC_CANONICAL_TARGET.          * configure.in: changed AC_CANONICAL_SYSTEM to AC_CANONICAL_TARGET.
2076          Modify usage of target_vendor to target_cpu to link jni_md.h.          Modify usage of target_vendor to target_cpu to link jni_md.h.
2077          Modify target_cpu to be x86 where it matches regex .*86.          Modify target_cpu to be x86 where it matches regex .*86.
# Line 2077  Line 2089 
2089          to print class          to print class
2090    
2091  2001-11-4  C. Brian Jones <cbj@gnu.org>  2001-11-4  C. Brian Jones <cbj@gnu.org>
2092    
2093          * THANKYOU: added Fred Gray          * THANKYOU: added Fred Gray
2094    
2095  2001-11-4   Fred Gray <fegray@npl.uiuc.edu>  2001-11-4   Fred Gray <fegray@npl.uiuc.edu>
2096    
2097          * java/util/ResourceBundle.java: add static modifier to class Security          * java/util/ResourceBundle.java: add static modifier to class Security
2098    
2099  2001-11-04  C. Brian Jones <cbj@gnu.org>  2001-11-04  C. Brian Jones <cbj@gnu.org>
2100    
2101          * native/jni/awt: renamed native/jni/gtk-peer          * native/jni/awt: renamed native/jni/gtk-peer
2102          * native/jni/javaio.h: moved to native/jni/java-io          * native/jni/javaio.h: moved to native/jni/java-io
2103          * native/jni/javaio.c: moved to native/jni/java-io          * native/jni/javaio.c: moved to native/jni/java-io
# Line 2257  Line 2272 
2272          * java/util/WeakHashMap.java: Fix spelling errors.          * java/util/WeakHashMap.java: Fix spelling errors.
2273    
2274  2001-10-27  C. Brian Jones <cbj@gnu.org>  2001-10-27  C. Brian Jones <cbj@gnu.org>
2275    
2276          * include/jni.h.in: added largely from gcj with edits based on          * include/jni.h.in: added largely from gcj with edits based on
2277          published specification in ISBN 0-201-32557-2, sablepath-0.1.7,          published specification in ISBN 0-201-32557-2, sablepath-0.1.7,
2278          and Japhar.          and Japhar.
2279          * include/jni_md-pc-gnu-linux.h: new file          * include/jni_md-pc-gnu-linux.h: new file
2280    
2281  2001-10-27  C. Brian Jones <cbj@gnu.org>  2001-10-27  C. Brian Jones <cbj@gnu.org>
2282    
2283          * gnu/java/text/.cvsignore: new file          * gnu/java/text/.cvsignore: new file
2284          * lib/.cvsignore: added com          * lib/.cvsignore: added com
2285          * acinclude.m4: renamed CLASSPATH_INTERNAL_CHECK_JAPHAR to          * acinclude.m4: renamed CLASSPATH_INTERNAL_CHECK_JAPHAR to
# Line 2274  Line 2291 
2291            support for gcj added            support for gcj added
2292          added CLASSPATH_FIND_JAVA and supporting functions          added CLASSPATH_FIND_JAVA and supporting functions
2293          added CLASSPATH_WITH_JAVAH and supporting functions          added CLASSPATH_WITH_JAVAH and supporting functions
2294          added CLASSPATH_WITH_CLASSLIB          added CLASSPATH_WITH_CLASSLIB
2295          added CLASSPATH_WITH_INCLUDEDIR          added CLASSPATH_WITH_INCLUDEDIR
2296          * configure.in: use AC_CANONICAL_SYSTEM instead of AC_CANONICAL_HOST          * configure.in: use AC_CANONICAL_SYSTEM instead of AC_CANONICAL_HOST
2297          version changed to 0.03          version changed to 0.03
# Line 2316  Line 2333 
2333    
2334  2001-10-26  Mark Wielaard  <mark@klomp.org>  2001-10-26  Mark Wielaard  <mark@klomp.org>
2335    
2336          * lib/standard.omit: DataFlavor.java and AWTEvent.java should and must          * lib/standard.omit: DataFlavor.java and AWTEvent.java should and
2337          be compiled by default          must be compiled by default
2338    
2339  2001-10-25  John Leuner  <jewel@debian.org>  2001-10-25  John Leuner  <jewel@debian.org>
2340    
# Line 2731  Line 2748 
2748          * java/util/SortedSet.java: Updated javadoc.          * java/util/SortedSet.java: Updated javadoc.
2749    
2750  2001-10-13  C. Brian Jones <cbj@gnu.org>  2001-10-13  C. Brian Jones <cbj@gnu.org>
2751    
2752          * doc/www.gnu.org/include/macros.wml: fixed missing blockquote          * doc/www.gnu.org/include/macros.wml: fixed missing blockquote
2753          affecting status.wml          affecting status.wml
2754          * doc/www.gnu.org/status.wml: changed maintainer of java.math to          * doc/www.gnu.org/status.wml: changed maintainer of java.math to
# Line 2738  Line 2756 
2756          * doc/www.gnu.org/home.wml: removed link to japhar+classpath doc          * doc/www.gnu.org/home.wml: removed link to japhar+classpath doc
2757    
2758  2001-10-13  C. Brian Jones <cbj@gnu.org>  2001-10-13  C. Brian Jones <cbj@gnu.org>
2759    
2760          * gnu/classpath/tools: removed and added to cp-tools sister project          * gnu/classpath/tools: removed and added to cp-tools sister project
2761    
2762  2001-10-13  C. Brian Jones <cbj@gnu.org>  2001-10-13  C. Brian Jones <cbj@gnu.org>
2763    
2764          * doc/www.gnu.org/home.wml: added Savannah information          * doc/www.gnu.org/home.wml: added Savannah information
2765    
2766  2001-10-13  C. Brian Jones <cbj@gnu.org>  2001-10-13  C. Brian Jones <cbj@gnu.org>
2767    
2768          * doc/www.gnu.org/README: updated          * doc/www.gnu.org/README: updated
2769          * doc/www.gnu.org/Makefile: add publish target          * doc/www.gnu.org/Makefile: add publish target
2770          * doc/www.gnu.org/announce/Makefile: add publish target          * doc/www.gnu.org/announce/Makefile: add publish target
2771          * doc/www.gnu.org/doc/Makefile: add publish target          * doc/www.gnu.org/doc/Makefile: add publish target
2772    
2773  2001-10-13  C. Brian Jones <cbj@gnu.org>  2001-10-13  C. Brian Jones <cbj@gnu.org>
2774    
2775          * doc/www.gnu.org/home.wml: new file          * doc/www.gnu.org/home.wml: new file
2776          * doc/www.gnu.org/status.wml: new file          * doc/www.gnu.org/status.wml: new file
2777          * doc/www.gnu.org/announce/announcements.wml: new file          * doc/www.gnu.org/announce/announcements.wml: new file
# Line 2855  Line 2877 
2877          * java/io/StringBufferInputStream.java: Ditto          * java/io/StringBufferInputStream.java: Ditto
2878    
2879  2001-10-01  Mark Wielaard  <mark@klomp.org>  2001-10-01  Mark Wielaard  <mark@klomp.org>
2880    
2881          * java/lang/InheritableThreadLocal.java (addToHeritage): check if this          * java/lang/InheritableThreadLocal.java (addToHeritage): check if this
2882          local is already contained in the heritage before adding it.          local is already contained in the heritage before adding it.
2883    
# Line 2952  Line 2975 
2975          get_pixbuf to allow code to compile          get_pixbuf to allow code to compile
2976    
2977  2001-09-21  C. Brian Jones <cbj@gnu.org>  2001-09-21  C. Brian Jones <cbj@gnu.org>
2978    
2979          * gnu/Makefile.am: removed tools from SUBDIRS          * gnu/Makefile.am: removed tools from SUBDIRS
2980          * gnu/java/awt/image/GdkPixbufDecoder.java: wrapped loadLibrary          * gnu/java/awt/image/GdkPixbufDecoder.java: wrapped loadLibrary
2981          call within if (Configuration.INIT_LOAD_LIBRARY)          call within if (Configuration.INIT_LOAD_LIBRARY)
# Line 3006  Line 3030 
3030          pointed out to me, recursion is worse than looping.          pointed out to me, recursion is worse than looping.
3031    
3032  2001-09-16  C. Brian Jones  <cbj@gnu.org>  2001-09-16  C. Brian Jones  <cbj@gnu.org>
3033          * gnu/tools/serialver/Main.java: moved to  
3034          gnu/classpath/tools/SerialVer.java          * gnu/tools/serialver/Main.java: moved to
3035          * gnu/tools/: removed because it is empty          gnu/classpath/tools/SerialVer.java
3036          * gnu/classpath/Makefile.am: added tools to SUBDIRS          * gnu/tools/: removed because it is empty
3037          * gnu/classpath/tools/Makefile.am: new file          * gnu/classpath/Makefile.am: added tools to SUBDIRS
3038          * gnu/classpath/tools/.cvsignore: new file          * gnu/classpath/tools/Makefile.am: new file
3039          * configure.in: update Makefile output          * gnu/classpath/tools/.cvsignore: new file
3040          * lib/standard.omit: avoid compiling gnu/classpath/tools because it          * configure.in: update Makefile output
3041          depends on gnu.bytecode          * lib/standard.omit: avoid compiling gnu/classpath/tools because
3042          * gnu/classpath/tools/Util.java: new file          it depends on gnu.bytecode
3043          * gnu/classpath/tools/Javap.java: new file          * gnu/classpath/tools/Util.java: new file
3044          * gnu/classpath/tools/JavapMain.java: new file          * gnu/classpath/tools/Javap.java: new file
3045          * gnu/classpath/tools/JavahMain.java: new file          * gnu/classpath/tools/JavapMain.java: new file
3046          * gnu/classpath/tools/tester.j: new file, helps test tools          * gnu/classpath/tools/JavahMain.java: new file
3047          * gnu/classpath/tools/README: new file          * gnu/classpath/tools/tester.j: new file, helps test tools
3048            * gnu/classpath/tools/README: new file
3049    
3050  2001-09-15  Eric Blake  <ebb9@email.byu.edu>  2001-09-15  Eric Blake  <ebb9@email.byu.edu>
3051    
# Line 3066  Line 3091 
3091          Serializable          Serializable
3092    
3093  2001-09-07  C. Brian Jones <cbj@gnu.org>  2001-09-07  C. Brian Jones <cbj@gnu.org>
3094          * native/cni: added for CNI native files  
3095          * native/common: added for common JNI/CNI files          * native/cni: added for CNI native files
3096            * native/common: added for common JNI/CNI files
3097    
3098  2001-09-07  C. Brian Jones <cbj@gnu.org>  2001-09-07  C. Brian Jones <cbj@gnu.org>
3099          * native/gnu.java.awt.peer.gtk: removed  
3100          * native/java.lang: removed          * native/gnu.java.awt.peer.gtk: removed
3101          * native/java.lang.reflect: removed          * native/java.lang: removed
3102          * native/java.math: removed          * native/java.lang.reflect: removed
3103          * native/java.net: removed          * native/java.math: removed
3104          * native/java.util: removed          * native/java.net: removed
3105            * native/java.util: removed
3106    
3107  2001-09-06  Anthony Green  <green@redhat.com>  2001-09-06  Anthony Green  <green@redhat.com>
3108    
# Line 3240  Line 3267 
3267    
3268  2001-08-31  C. Brian Jones <cbj@gnu.org>  2001-08-31  C. Brian Jones <cbj@gnu.org>
3269    
3270          * java/io/BufferedReader.java (DEFAULT_BUFFER_SIZE): Restored.          * java/io/BufferedReader.java (DEFAULT_BUFFER_SIZE): Restored.
3271          (BufferedReader): Use it.          (BufferedReader): Use it.
3272          * java/io/LineNumberReader.java: comment change to note buffer size          * java/io/LineNumberReader.java: comment change to note buffer size
   
         Uncertain about clone() implementations given JDK 1.4 docs  
         * java/util/AbstractMap.java (clone): new method to conform to API  
         * java/util/IdentityHashMap.java (clone): don't throw  
         CloneNotSupportedException  
3273    
3274            Uncertain about clone() implementations given JDK 1.4 docs
3275            * java/util/AbstractMap.java (clone): new method to conform to API
3276            * java/util/IdentityHashMap.java (clone): don't throw
3277            CloneNotSupportedException
3278    
3279  2001-08-31  Tom Tromey  <tromey@redhat.com>  2001-08-31  Tom Tromey  <tromey@redhat.com>
3280    
# Line 3379  Line 3405 
3405    
3406  2001-08-21  Jeff Sturm  <jsturm@one-point.com>  2001-08-21  Jeff Sturm  <jsturm@one-point.com>
3407    
3408          * java/util/IdentityHashMap.java (get): Fix off-by-one error.          * java/util/IdentityHashMap.java (get): Fix off-by-one error.
3409          (put): Likewise.          (put): Likewise.
3410    
3411  2001-08-19  John Leuner  <jewel@debian.org>  2001-08-19  John Leuner  <jewel@debian.org>
3412    
# Line 3396  Line 3422 
3422          * java/util/Makefile.am (EXTRA_DIST): Added IdentityHashMap.java.          * java/util/Makefile.am (EXTRA_DIST): Added IdentityHashMap.java.
3423    
3424  2001-08-11  John Leuner  <jewel@debian.org>  2001-08-11  John Leuner  <jewel@debian.org>
3425            
3426          * java/awt/ActiveEvent.java: added this file (new interface)          * java/awt/ActiveEvent.java: added this file (new interface)
3427          * gnu/java/awt/peer/gtk/Test.java (new MouseAdapter): changed event name from e to me          * gnu/java/awt/peer/gtk/Test.java (new MouseAdapter): changed event name from e to me
3428          * gnu/java/awt/peer/gtk/TestAWT.java:  fixed ambiguous references to getSize()          * gnu/java/awt/peer/gtk/TestAWT.java:  fixed ambiguous references to getSize()
# Line 3517  Line 3543 
3543          * vm/reference/java/lang/Class.java: documentation fix          * vm/reference/java/lang/Class.java: documentation fix
3544    
3545  2001-07-26  Julian Scheid <julian.scheid@sektor37.de>  2001-07-26  Julian Scheid <julian.scheid@sektor37.de>
3546    
3547          * native/jni/awt/gnu_java_awt_peer_gtk_GtkScrollBarPeer.c          * native/jni/awt/gnu_java_awt_peer_gtk_GtkScrollBarPeer.c
3548          (Java_gnu_java_awt_peer_gtk_GtkScrollbarPeer_setValues):          (Java_gnu_java_awt_peer_gtk_GtkScrollbarPeer_setValues):
3549          changed argument type from int to jint          changed argument type from int to jint
# Line 3530  Line 3557 
3557  2001-07-25  Etienne M. Gagnon <etienne.gagnon@uqam.ca>  2001-07-25  Etienne M. Gagnon <etienne.gagnon@uqam.ca>
3558    
3559          * native/jni/java_io_FileDescriptor.c: added          * native/jni/java_io_FileDescriptor.c: added
3560          #include "java_io_FileDescriptor.h"          #include "java_io_FileDescriptor.h"
3561          * native/jni/java_io_ObjectInputStream.c: return 0 changed to          * native/jni/java_io_ObjectInputStream.c: return 0 changed to
3562          return NULL          return NULL
3563          * native/jni/javaio.c (_javaio_read): change 0 to JNI_FALSE          * native/jni/javaio.c (_javaio_read): change 0 to JNI_FALSE
# Line 3660  Line 3687 
3687          * java/io/FilenameFilter.java: idem          * java/io/FilenameFilter.java: idem
3688    
3689  2001-07-10  Mark Wielaard <mark@klomp.org>  2001-07-10  Mark Wielaard <mark@klomp.org>
3690    
3691          * java/lang/CharSequence.java: new 1.4 interface          * java/lang/CharSequence.java: new 1.4 interface
3692          * java/lang/String.java: implements Serializable, CharSequence          * java/lang/String.java: implements Serializable, CharSequence
3693          (contentEquals StringBuffer): new 1.4 method          (contentEquals StringBuffer): new 1.4 method
# Line 3668  Line 3696 
3696          (subSequence): new 1.4 method needed for CharSequence          (subSequence): new 1.4 method needed for CharSequence
3697    
3698  2001-07-10  Mark Wielaard <mark@klomp.org>  2001-07-10  Mark Wielaard <mark@klomp.org>
3699    
3700          * java/lang/Boolean.java (valueOf boolean): new 1.4 method          * java/lang/Boolean.java (valueOf boolean): new 1.4 method
3701          (toString boolean): idem          (toString boolean): idem
3702          (valueOf String): return one of the predefined Boolean instances          (valueOf String): return one of the predefined Boolean instances
# Line 3677  Line 3706 
3706          (compareTo Float): call new method          (compareTo Float): call new method
3707    
3708  2001-07-10  Mark Wielaard <mark@klomp.org>  2001-07-10  Mark Wielaard <mark@klomp.org>
3709    
3710          * java/io/File.java (String,String constructor): compile fix          * java/io/File.java (String,String constructor): compile fix
3711    
3712  2001-07-05  Julian Scheid <julian.scheid@sektor37.de>  2001-07-05  Julian Scheid <julian.scheid@sektor37.de>
3713    
3714          * com/sun/javadoc/Doc.java (getRawCommentText): previously          * com/sun/javadoc/Doc.java (getRawCommentText): previously
3715          mistakenly said setRawCommentText.          mistakenly said setRawCommentText.
3716          * com/sun/javadoc/DocErrorReporter.java (printNotice): missing          * com/sun/javadoc/DocErrorReporter.java (printNotice): missing
3717          argument has been added.          argument has been added.
3718    
3719  2001-07-05  Gansha Wu <gansha.wu@intel.com>  2001-07-05  Gansha Wu <gansha.wu@intel.com>
3720          * java/net/PlainSocketImpl.java (read): remove synchronized keyword  
3721          to avoid deadlock between readers and writers using the same socket.          * java/net/PlainSocketImpl.java (read): remove synchronized
3722            keyword to avoid deadlock between readers and writers using the
3723            same socket.
3724          (write): remove synchronized keyword to avoid deadlock betweeen          (write): remove synchronized keyword to avoid deadlock betweeen
3725          readers and writers using the same socket.          readers and writers using the same socket.
3726          * java/io/File.java (File): in File (String, String) ignore null          * java/io/File.java (File): in File (String, String) ignore null
3727          first argument which then assumes current working directory.          first argument which then assumes current working directory.
3728                    
3729  2001-06-25  Takashi Okamoto <tora@debian.org>  2001-06-25  Takashi Okamoto <tora@debian.org>
3730    
3731          * gnu/java/io/encode/EncoderUTF8.java (convertToBytes): create          * gnu/java/io/encode/EncoderUTF8.java (convertToBytes): create
3732          valid UTF8 encoding.          valid UTF8 encoding.
3733    
3734  2001-06-25  Brian Jones <cbj@gnu.org>  2001-06-25  Brian Jones <cbj@gnu.org>
3735    
# Line 3712  Line 3746 
3746          * configure.in: rename --enable-libgcj-debug to --enable-debug.          * configure.in: rename --enable-libgcj-debug to --enable-debug.
3747          Created new option --enable-load-library potentially to be used          Created new option --enable-load-library potentially to be used
3748          to limit all System.loadLibrary() calls in class initializers.          to limit all System.loadLibrary() calls in class initializers.
3749          Added more header checks and define HAVE_INT32_DEFINED          Added more header checks and define HAVE_INT32_DEFINED
3750          or HAVE_BSD_INT32_DEFINED similarly to gcj.  Renamed libgcj-debug          or HAVE_BSD_INT32_DEFINED similarly to gcj.  Renamed libgcj-debug
3751          to the neutral sounding debug.  Checks for more headers.          to the neutral sounding debug.  Checks for more headers.
3752          * gnu/classpath/Configuration.java.in: INIT_LOAD_LIBRARY added.          * gnu/classpath/Configuration.java.in: INIT_LOAD_LIBRARY added.
# Line 3976  Line 4010 
4010  2001-02-21  Bryce McKinlay  <bryce@albatross.co.nz>  2001-02-21  Bryce McKinlay  <bryce@albatross.co.nz>
4011    
4012          Disable libgcjx by default.          Disable libgcjx by default.
4013          * configure.in: Add support for --enable-java-awt configure option.          * configure.in: Add support for --enable-java-awt configure option.
4014          Use --enable-java-awt=xlib to build the xlib peers (libgcjx).          Use --enable-java-awt=xlib to build the xlib peers (libgcjx).
4015          * Makefile.am: Make libgcjx conditional on XLIB_AWT, instead of NO_X.          * Makefile.am: Make libgcjx conditional on XLIB_AWT, instead of NO_X.
4016          * Makefile.in: Rebuilt.          * Makefile.in: Rebuilt.
4017          * configure: Rebuilt.          * configure: Rebuilt.
4018    
# Line 4099  Line 4133 
4133          sort. Fix for PR java/1895.          sort. Fix for PR java/1895.
4134    
4135  2001-01-25  Mark Wielaard <mark@klomp.org>  2001-01-25  Mark Wielaard <mark@klomp.org>
4136    
4137          * java/io/DataInputStream.java: update copyright notice          * java/io/DataInputStream.java: update copyright notice
4138          * java/io/PrintWriter.java: idem          * java/io/PrintWriter.java: idem
4139          * java/io/Reader.java: idem          * java/io/Reader.java: idem
# Line 4107  Line 4142 
4142          * java/lang/reflect/ReflectPermission.java: idem          * java/lang/reflect/ReflectPermission.java: idem
4143    
4144  2001-01-23  Mark Wielaard <mark@klomp.org>  2001-01-23  Mark Wielaard <mark@klomp.org>
4145    
4146          * java/security/AccessController.java: new file (stub implementation)          * java/security/AccessController.java: new file (stub implementation)
4147    
4148  2001-01-23  Brian Jones <cbj@gnu.org>  2001-01-23  Brian Jones <cbj@gnu.org>
4149    
4150          * configure.in: generate Makefiles for proper native directories          * configure.in: generate Makefiles for proper native directories
4151          * native/Makefile.am: modify SUBDIRS to build from jni directory          * native/Makefile.am: modify SUBDIRS to build from jni directory
4152          * native/jni/.cvsignore: new file          * native/jni/.cvsignore: new file
# Line 4237  Line 4274 
4274          correctly.  Adjust properly from 0-23 clock hour.          correctly.  Adjust properly from 0-23 clock hour.
4275    
4276  2001-01-14  Mark Wielaard  <mark@klomp.org>  2001-01-14  Mark Wielaard  <mark@klomp.org>
4277    
4278          * java/net/URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com)          * java/net/URLDecoder.java: Thanks Edgar Villanueva (edgarvil@home.com)
4279          (decode): fix comment, don't throw Exception          (decode): fix comment, don't throw Exception
4280    
4281  2001-01-12  Mark Wielaard  <mark@klomp.org>  2001-01-12  Mark Wielaard  <mark@klomp.org>
4282    
4283          * java/awt/datatransfer/Clibboard.java:          * java/awt/datatransfer/Clibboard.java:
4284          (getContents, setContents): synchronized, add comment          (getContents, setContents): synchronized, add comment
4285          * java/awt/datatransfer/DataFlavor.java:          * java/awt/datatransfer/DataFlavor.java:
# Line 4261  Line 4300 
4300          * java/awt/datatransfer/SystemFlavorMap.java: new class XXX          * java/awt/datatransfer/SystemFlavorMap.java: new class XXX
4301    
4302  2001-01-10  Mark Wielaard  <mark@klomp.org>  2001-01-10  Mark Wielaard  <mark@klomp.org>
4303    
4304          * java/lang/ClassLoader.java: 1.2 updates          * java/lang/ClassLoader.java: 1.2 updates
4305          (loadClass(String)): now calls loadClass with resolve set to false not true          (loadClass(String)): now calls loadClass with resolve set to false not true
4306          (loadClass(String,boolean)): no longer abstract          (loadClass(String,boolean)): no longer abstract
# Line 4283  Line 4323 
4323          (setScale (int,int)): New public method.          (setScale (int,int)): New public method.
4324    
4325  2001-01-08  Mark Wielaard  <mark@klomp.org>  2001-01-08  Mark Wielaard  <mark@klomp.org>
4326    
4327          * vm/reference/java/lang/Class.java: 1.2 updates          * vm/reference/java/lang/Class.java: 1.2 updates
4328          (forName(String,boolean,ClassLoader)): new method          (forName(String,boolean,ClassLoader)): new method
4329          (getPackage): Ditto          (getPackage): Ditto
# Line 4309  Line 4350 
4350    
4351  2001-01-09  Andrew Haley  <aph@redhat.com>  2001-01-09  Andrew Haley  <aph@redhat.com>
4352    
4353          * java/io/StreamTokenizer.java: Don't throw a          * java/io/StreamTokenizer.java: Don't throw a
4354          NumberFormatException if a field is numeric as far as the          NumberFormatException if a field is numeric as far as the
4355          StreamTokenizer is concerned but not as far as Double.valueOf() is          StreamTokenizer is concerned but not as far as Double.valueOf() is
4356          concerned: return a zero instead.                concerned: return a zero instead.      
4357    
4358  2001-01-09  Warren Levy  <warrenl@redhat.com>  2001-01-09  Warren Levy  <warrenl@redhat.com>
4359    
# Line 4321  Line 4362 
4362          should be removed after java.lang.System is merged with libgcj.          should be removed after java.lang.System is merged with libgcj.
4363    
4364  2001-01-08  Mark Wielaard  <mark@klomp.org>  2001-01-08  Mark Wielaard  <mark@klomp.org>
4365    
4366          * java/lang/ClassLoader.java: 1.2 updates          * java/lang/ClassLoader.java: 1.2 updates
4367          (definedPackages, parent, systemClassLoader): new private fields          (definedPackages, parent, systemClassLoader): new private fields
4368          (ClassLoader): new constructor that takes a parent classloader          (ClassLoader): new constructor that takes a parent classloader
# Line 4334  Line 4376 
4376          (runFinalizersOnExit): deprecated          (runFinalizersOnExit): deprecated
4377    
4378  2001-01-07  Mark Wielaard  <mark@klomp.org>  2001-01-07  Mark Wielaard  <mark@klomp.org>
4379    
4380          * java/lang/Float.java: implements Comparable, new method compareTo()          * java/lang/Float.java: implements Comparable, new method compareTo()
4381          * java/lang/Integer.java: Ditto          * java/lang/Integer.java: Ditto
4382          * java/lang/Long.java: Ditto          * java/lang/Long.java: Ditto
# Line 4347  Line 4390 
4390          * java/lang/StringBuffer.java: Fix comments.          * java/lang/StringBuffer.java: Fix comments.
4391    
4392  2001-01-06  Brian Jones  <cbj@gnu.org>  2001-01-06  Brian Jones  <cbj@gnu.org>
4393    
4394          * mauve-classpath: Mauve testing file can be used with Japhar.          * mauve-classpath: Mauve testing file can be used with Japhar.
4395    
4396  2001-01-06  Brian Jones  <cbj@gnu.org>  2001-01-06  Brian Jones  <cbj@gnu.org>
4397    
4398          * Release classpath-0.02          * Release classpath-0.02
4399          * doc/www.gnu.org/announce/20010106.mhtml: New file.          * doc/www.gnu.org/announce/20010106.mhtml: New file.
4400          * resource/japhar-0.09.patch.1: patch for Japhar 0.09 for          * resource/japhar-0.09.patch.1: patch for Japhar 0.09 for
# Line 4381  Line 4426 
4426    
4427  2001-01-06  Anthony Green  <green@redhat.com>  2001-01-06  Anthony Green  <green@redhat.com>
4428    
4429          * java/beans/PropertyDescriptor.java: Fix comment.          * java/beans/PropertyDescriptor.java: Fix comment.
4430          * java/io/PushbackReader.java: Fix comment.          * java/io/PushbackReader.java: Fix comment.
4431          * java/io/ObjectStreamClass.java: Fix comment.          * java/io/ObjectStreamClass.java: Fix comment.
4432          * java/io/DataInputStream.java: Fix comment.          * java/io/DataInputStream.java: Fix comment.
4433          * java/io/PipedInputStream.java: Fix comments.          * java/io/PipedInputStream.java: Fix comments.
4434          * java/io/PipedReader.java: Fix comments.          * java/io/PipedReader.java: Fix comments.
4435          * java/sql/DatabaseMetaData.java: Fix comments.          * java/sql/DatabaseMetaData.java: Fix comments.
4436    
4437  2000-12-17  Brian Jones  <cbj@gnu.org>  2000-12-17  Brian Jones  <cbj@gnu.org>
4438    
# Line 4447  Line 4492 
4492          (writeObject): Use defaultWriteObject(), not writeFields().          (writeObject): Use defaultWriteObject(), not writeFields().
4493    
4494  2000-12-17  Brian Jones  <cbj@gnu.org>  2000-12-17  Brian Jones  <cbj@gnu.org>
4495    
4496          * java/util/ArrayList.java: Changes made to let a given Perl script          * java/util/ArrayList.java: Changes made to let a given Perl script
4497          produce the correct collections api in a different package for          produce the correct collections api in a different package for
4498          Java 1.1.          Java 1.1.
# Line 4466  Line 4512 
4512          * java/io/SerializablePermission.java (legal_names): Now private.          * java/io/SerializablePermission.java (legal_names): Now private.
4513    
4514  2000-12-14  Brian Jones  <cbj@gnu.org>  2000-12-14  Brian Jones  <cbj@gnu.org>
4515    
4516          * acinclude.m4 : CLASSPATH_INTERNAL_CHECK_JAPHAR takes an optional          * acinclude.m4 : CLASSPATH_INTERNAL_CHECK_JAPHAR takes an optional
4517          argument such that specifying the prefix to Japhar now works,          argument such that specifying the prefix to Japhar now works,
4518          allowing the user to have multiple installations of Japhar and yet          allowing the user to have multiple installations of Japhar and yet
4519          configure for a specific installation.          configure for a specific installation.
4520    
4521  2000-12-10  Brian Jones  <cbj@gnu.org>  2000-12-10  Brian Jones  <cbj@gnu.org>
4522    
4523          * configure.in : commented out code to assume Japhar if not          * configure.in : commented out code to assume Japhar if not
4524          otherwise specified.  Compiling without Japhar is almost          otherwise specified.  Compiling without Japhar is almost
4525          easy now.          easy now.
4526    
4527  2000-12-10  Brian Jones  <cbj@gnu.org>  2000-12-10  Brian Jones  <cbj@gnu.org>
4528    
4529          * configure.in : fixed a small syntax error          * configure.in : fixed a small syntax error
4530    
4531  2000-12-10  Brian Jones  <cbj@gnu.org>  2000-12-10  Brian Jones  <cbj@gnu.org>
4532    
4533          * gnu/classpath/.cvsignore : Ignore Configuration.java          * gnu/classpath/.cvsignore : Ignore Configuration.java
4534          * native/java.lang/System.c (Java_java_lang_System_setIn) : fixed          * native/java.lang/System.c (Java_java_lang_System_setIn) : fixed
4535          call to GetStaticFieldID().          call to GetStaticFieldID().
# Line 4535  Line 4585 
4585    
4586  2000-12-03 01:00  Brian Jones <cbj@gnu.org>  2000-12-03 01:00  Brian Jones <cbj@gnu.org>
4587    
4588          * gnu/java/beans/ChangeLog: removed          * gnu/java/beans/ChangeLog: removed
4589          * gnu/java/beans/editors/ChangeLog: removed          * gnu/java/beans/editors/ChangeLog: removed
4590          * gnu/java/beans/info/ChangeLog: removed          * gnu/java/beans/info/ChangeLog: removed
4591          * gnu/java/io/ChangeLog: removed          * gnu/java/io/ChangeLog: removed
4592          * gnu/java/io/decode/ChangeLog: removed          * gnu/java/io/decode/ChangeLog: removed
4593          * gnu/java/io/encode/ChangeLog: removed          * gnu/java/io/encode/ChangeLog: removed
4594          * gnu/java/lang/ChangeLog: removed          * gnu/java/lang/ChangeLog: removed
4595          * gnu/java/lang/reflect/ChangeLog: removed          * gnu/java/lang/reflect/ChangeLog: removed
4596          * gnu/java/net/content/text/ChangeLog: removed          * gnu/java/net/content/text/ChangeLog: removed
4597          * java/beans/ChangeLog: removed          * java/beans/ChangeLog: removed
4598          * java/io/ChangeLog: removed          * java/io/ChangeLog: removed
4599          * java/lang/reflect/ChangeLog: removed          * java/lang/reflect/ChangeLog: removed
4600          * java/net/ChangeLog: removed          * java/net/ChangeLog: removed
4601          * java/util/ChangeLog: removed          * java/util/ChangeLog: removed
4602          * native/java.io/ChangeLog: removed          * native/java.io/ChangeLog: removed
4603          * native/java.lang.reflect/ChangeLog: removed          * native/java.lang.reflect/ChangeLog: removed
4604          * native/java.net/ChangeLog: removed          * native/java.net/ChangeLog: removed
4605          * native/lib/ChangeLog: removed          * native/lib/ChangeLog: removed
4606          * native/vmi/ChangeLog: removed          * native/vmi/ChangeLog: removed
4607          * test/java.io/ChangeLog: removed          * test/java.io/ChangeLog: removed
4608                    
4609  2000-12-02 04:16  Tom Tromey <tromey@cygnus.com>  2000-12-02 04:16  Tom Tromey <tromey@cygnus.com>
4610    

Legend:
Removed from v.1.374  
changed lines
  Added in v.1.375

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26