1. 04 Jan, 2003 7 commits
  2. 03 Jan, 2003 30 commits
  3. 02 Jan, 2003 3 commits
    • atomicity.h (__exchange_and_add, [...]): *__mem is also an output. · e55393db
              * config/cpu/i486/atomicity.h (__exchange_and_add, __atomic_add):
              *__mem is also an output.
              * config/cpu/m68k/atomicity.h (__exchange_and_add): Likewise.
      
      From-SVN: r60807
      Jason Merrill committed
    • * g++.dg/parse/parse7.C: New test. · 6ec6e2c2
      From-SVN: r60805
      Neil Booth committed
    • ZipFile.java (entries): Now HashMap. · 1a82c94b
      	* java/util/zip/ZipFile.java (entries): Now HashMap.
      	(readLeShort(DataInput, byte[])): Read from given byte array.
      	(readLeInt(DataInput, byte[]): Likewise.
      	(readLeShort(byte[] b, int off)): New method.
      	(readLeInt(byte[] b, int off)): Likewise.
      	(readEntries): Use byte arrays to read info in bigger chunks.
      	(getEntries): Return HashMap.
      	(getEntry): Use HashMap.
      	(locBuf): New private field.
      	(checkLocalHeader): Use locBuf to read info in one chunk.
      	(getInputStream): Use entries HashMap, wrap PartialInputStream
      	in BufferedInputStream.
      	(ZipEntryEnumeration): Use HashMap and Interator.
      
      Co-Authored-By: Mark Wielaard <mark@klomp.org>
      
      From-SVN: r60803
      Artur Biesiadowski committed