1. 06 Dec, 2002 2 commits
  2. 05 Dec, 2002 18 commits
  3. 04 Dec, 2002 14 commits
  4. 03 Dec, 2002 6 commits
    • spe.md (*movv1di_const0): New pattern. · 3678a93e
      2002-12-03  Aldy Hernandez  <aldyh@redhat.com>
      
              * config/rs6000/spe.md (*movv1di_const0): New pattern.
      
      From-SVN: r59791
      Aldy Hernandez committed
    • JarFile.java (manifest): Not final. · 9c1180ea
              * java/util/jar/JarFile.java (manifest): Not final.
              (manifestRead): New field.
              (JarFile): Don't read Manifest in constructor.
              (getManifest): New method.
              (JarEnumeration.nextElement): Use new method.
              (getEntry): Likewise.
              * java/util/zip/ZipFile.java (name): Final.
              (raf): Likewsie.
              (entries): Change type to Hashtable.
              (closed): New field.
              (ZipFile): Don't read enties in constructor.
              (readEntries): Use Hashtable.
              (close): Set new close flag and set entries to null inside
              synchronized block.
              (entries): Contruct enumeration using new getEntries() method and
              entries Hashtable.
              (getEntryIndex): Removed.
              (getEntries): New method.
              (getEntry): Use new getEntries() method and entries Hastable.
              (getInputStream): Likewise.
              (size): Return getEntries().size().
              (ZipEntryEnumeration): Wrap entries Hashtable elements.
              * java/util/zip/ZipEntry.java (cal): Don't initialize.
              (time): Removed
              (dostime): New field.
              (zipFileIndex): Removed.
              (ZipEntry(ZipEntry)): Copy dostime.
              (setDOSTime): Now final and doesn't convert dos time.
              (getDOSTime): Likewise.
              (setTime): Convert dos time.
              (getTime): Likewise.
              (getCalendar): New method.
              (setExtra): Use setTime().
              * java/util/zip/ZipInputStream.java (getNextEntry): Format error msg.
      
      From-SVN: r59785
      Mark Wielaard committed
    • * libgcc-std.ver: Inherit GCC_3.3 from GCC_3.0. · 6e1be6b1
      From-SVN: r59784
      Richard Henderson committed
    • bitmap.c (bitmap_ior_and_compl, [...]): Initialize tmp.using_obstack to 0. · c47eb51b
      	* bitmap.c (bitmap_ior_and_compl, bitmap_union_of_diff):
      	Initialize tmp.using_obstack to 0.
      
      From-SVN: r59782
      Hans-Peter Nilsson committed
    • * java/lang/Character.java (forDigit): Formatting fix. · a50aa799
      From-SVN: r59781
      Tom Tromey committed
    • m68k.h (EH_RETURN_DATA_REGNO): Define. · 2cff4a6e
      	* config/m68k/m68k.h (EH_RETURN_DATA_REGNO): Define.
      	(EH_RETURN_STACKADJ_RTX): Define.
      	(EH_RETURN_HANDLER_RTX): Define.
      	(ASM_PREFERRED_EH_DATA_FORMAT): Define.
      	* config/m68k/m68k.c (m68k_save_reg): New function.  Handle eh
      	registers and don't save fixed registers.
      	(m68k_output_function_prologue): Use it.
      	(use_return_insn): Likewise.
      	(m68k_output_function_epilogue): Likewise.
      
      From-SVN: r59780
      Andreas Schwab committed