1. 26 May, 1999 3 commits
  2. 25 May, 1999 15 commits
  3. 24 May, 1999 13 commits
  4. 23 May, 1999 4 commits
  5. 22 May, 1999 5 commits
    • pt.c (for_each_template_parm): Walk into TYPENAME_TYPEs, INDIRECT_REFs, and COMPONENT_REFs. · 4699c561
      	* pt.c (for_each_template_parm): Walk into TYPENAME_TYPEs,
      	INDIRECT_REFs, and COMPONENT_REFs.  Handle FIELD_DECLs.
      
      From-SVN: r27108
      Mark Mitchell committed
    • expected · ba50acac
      From-SVN: r27107
      Jason Merrill committed
    • collect2.c (main): Only generate import or export file and add to link arguments if non-empty. · 9d4d5d58
              * collect2.c (main): Only generate import or export file and add
              to link arguments if non-empty.  Use xmalloc not alloca.
              (write_{export,import}_file): Delete.
              (write_aix_file): New function.
              (locatelib): Use xmalloc not malloc.
              (GCC_OK_SYMBOL): Do not check type if aix64.
      
      From-SVN: r27106
      David Edelsohn committed
    • ZipInputStream.java (fill): New method. · 93d627ac
      	* java/util/zip/ZipInputStream.java (fill): New method.
      	(compressed_len): New instance variable.
      	(getNextStream): Set it.
      	(read): Reset inflater on EOF.  Only read via `super' if entry is
      	deflated.
      	(skip): Only skip via `super' if entry is deflated.
      	* java/util/zip/Deflater.java (last_input_count): Removed.
      	* java/util/zip/natDeflater.cc (deflate): Return 0 if input array
      	is length 0.
      	(needsInput): Don't use last_input_count.
      	(setInput): Don't set last_input_count.
      	* java/util/zip/natInflater.cc (getRemaining): Return correct
      	result.
      	(inflate): Return 0 if input array is length 0.
      	(setInput): Don't set last_input_count.
      	* java/util/zip/Inflater.java (last_input_count): Removed.
      
      From-SVN: r27105
      Tom Tromey committed
    • [multiple changes] · 5256aa37
      Sat May 22 13:54:41 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      	* parse.y (formal_parameter:): Construct argument tree list
       	element even if a yet unsupported final parameter was encountered.
      Tue May 18 00:28:58 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
      	* parse.y (finish_method_declaration): Issue errors for native or
       	abstract methods declared with a method body, as well as for non
       	native or non abstract methods with no method body.
      
      From-SVN: r27104
      Alexandre Petit-Bianco committed