1. 15 Oct, 2001 4 commits
    • Daily bump. · 7c4f13fd
      From-SVN: r46264
      GCC Administrator committed
    • Double.java: Partial merge with Classpath · 06c0908b
      	* java/lang/Double.java: Partial merge with Classpath
      	(TYPE): initialized through VMClassLoader.getPrimitiveClass()
      	(value): made final
      	(static): new static block to load native libary (not used in libgcj)
      	(Double (String)): call parseDouble()
      	(byteValue): removed, already defined in superclass Number
      	(shortValue): likewise
      	(valueOf (String)): call new Double(String) directly
      	(compare (double,double)): new 1.4 method
      	(compareTo (Double)): call new compare(double,double) method
      	(initIDs): new private method (not used in libgcj)
      	* java/lang/Float.java: Partial merge with Classpath
      	(TYPE): initialized through VMClassLoader.getPrimitiveClass()
      	(value): made final
      	(static): new static block to load native libary (not used in libgcj)
      	(Float (String)): call parseFloat()
      	(byteValue): removed, already defined in superclass Number
      	(shortValue): likewise
      	(valueOf (String)): call new Float(String) directly
      	(compare (float,float)): new 1.4 method
      	(compareTo (Float)): call new compare(double,double) method
      
      From-SVN: r46263
      Mark Wielaard committed
    • This commit was generated by cvs2svn to compensate for changes in r46260, · dd87cbbf
      which included commits to RCS files with non-trunk default branches.
      
      From-SVN: r46261
      Bryce McKinlay committed
    • Initial revision · 8a1dcd96
      From-SVN: r46258
      Bryce McKinlay committed
  2. 14 Oct, 2001 6 commits
  3. 13 Oct, 2001 9 commits
  4. 12 Oct, 2001 21 commits