Skip to content
Snippets Groups Projects
  1. Aug 17, 2001
  2. Aug 15, 2001
  3. Aug 13, 2001
  4. Aug 10, 2001
  5. Aug 06, 2001
  6. Aug 05, 2001
  7. Aug 03, 2001
  8. Aug 02, 2001
  9. Aug 01, 2001
  10. Jul 31, 2001
  11. Jul 30, 2001
  12. Jul 29, 2001
  13. Jul 27, 2001
    • ro's avatar
      gcc/testsuite: · 481d856f
      ro authored
      	* lib/g++.exp (g++_set_ld_library_path): Renamed to
      	${tool}_set_ld_library_path.
      	Changed caller.
      	* lib/objc.exp (${tool}_set_ld_library_path): New, copied from
      	g++.exp.
      
      	libjava/testsuite:
      	* lib/libjava.exp (${tool}_set_ld_library_path): New, copied from
      	g++.exp.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44420 138bc75d-0d04-0410-961f-82ee72b054a4
      481d856f
  14. Jul 26, 2001
    • bryce's avatar
      * java/util/Calendar.java (set): Never recompute fields here. They · 5f329d59
      bryce authored
      	will already be set if someone set time explicitly, and it can cause
      	problems to do so. Don't invalidate AM_PM setting if HOUR is set.
      	* java/util/GregorianCalendar.java (computeTime): Don't ignore an
      	HOUR setting if AM_PM is set. Don't try to ensure the HOUR value is
      	sane.
      	* java/text/SimpleDateFormat.java (defaultCentury): New field.
      	(readObject): Call set2DigitYearStart if appropriate so that
      	defaultCentury is calculated.
      	(SimpleDateFormat): Don't bother clearing calendar here. Call
      	computeCenturyStart().
      	(set2DigitYearStart): Calculate and set defaultCentury.
      	(format): Don't clone the calendar. Use "calendar" not "theCalendar"
      	everywhere.
      	(parse): Likewise. If the pattern is "y" or "yy" and it found exactly
      	2 numeric digits, use the 80-20 heuristic to parse the value into a
      	default century based on defaultCenturyStart.
      	(computeCenturyStart): Rewritten. Call set2DigitYearStart().
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44395 138bc75d-0d04-0410-961f-82ee72b054a4
      5f329d59
  15. Jul 25, 2001
  16. Jul 24, 2001
  17. Jul 23, 2001
    • tromey's avatar
      * gcj/javaprims.h: Rebuilt class list. · 1c83443d
      tromey authored
      	* Makefile.in: Rebuilt.
      	* Makefile.am (core_java_source_files): Added VMClassLoader.
      	* java/lang/VMClassLoader.java: New file.
      	* java/lang/Boolean.java: Merged with Classpath.
      	* java/lang/Byte.java: Merged with Classpath.
      	* java/lang/Integer.java: Merged with Classpath.
      	* java/lang/Long.java: Merged with Classpath.
      	* java/lang/Number.java: Merged with Classpath.
      	* java/lang/Short.java: Merged with Classpath.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44274 138bc75d-0d04-0410-961f-82ee72b054a4
      1c83443d
    • jsturm's avatar
      * configure.host: Enable hash synchronization for alpha*-*. · 17a54ca4
      jsturm authored
      * include/posix-threads.h (_Jv_ThreadSelf): Added inline function for alpha.
      * java/lang/natObject.cc (compare_and_swap, release_set,
      compare_and_swap_release): Added inline functions for alpha.
      
      
      git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44251 138bc75d-0d04-0410-961f-82ee72b054a4
      17a54ca4
  18. Jul 19, 2001
  19. Jul 18, 2001
  20. Jul 17, 2001
Loading