1. 30 Apr, 1999 6 commits
    • va-ppc.h (__va_start_common): Let __builtin_saveregs do the work. · 2c4974b7
              * va-ppc.h (__va_start_common): Let __builtin_saveregs do the work.
              * rs6000.c (expand_builtin_saveregs): For V4, initialize a private
              va_list struct, and return a pointer to it.
              (setup_incoming_varargs): V4 save area based off virtual_stack_vars
              instead of frame_pointer.
      
      From-SVN: r26710
      Richard Henderson committed
    • Makefile.in: Rebuilt. · d8f8e9ba
      	* Makefile.in: Rebuilt.
      	* Makefile.am (jv_convert_LDADD): Added -lgcc.
      
      From-SVN: r26709
      Tom Tromey committed
    • typeck.c (build_const_cast): Disallow use of const_cast to anything but a… · b2ef49c8
      typeck.c (build_const_cast): Disallow use of const_cast to anything but a pointer or reference type.
      
      	* typeck.c (build_const_cast): Disallow use of const_cast to
      	anything but a pointer or reference type.
      
      From-SVN: r26708
      Mark Mitchell committed
    • StringBuffer.java (ensureCapacity): Don't resize vector when shared. · a0e894a8
      	* java/lang/StringBuffer.java (ensureCapacity): Don't resize
      	vector when shared.
      	* java/util/Locale.java (Locale(String,String)): Implement in
      	terms of 3-argument version; variant now defaults to empty
      	string.
      	(toString): Assume variant is not null.
      	(equals): Assume all strings are not null.
      	(Locale): Throw NullPointerException if any argument is null.
      	* java/util/ResourceBundle.java (getBundle): Don't try the base
      	name; now implicit in partialGetBundle call.
      	(trySomeGetBundle): Search for parent bundles and call setParent
      	as required.
      	(partialGetBundle): Added `langStop' argument.  Use
      	`Locale.toString' to compute bundleName.
      	(resource_cache): New static field.
      	(partialGetBundle): Cache the returned resource bundle.  Now
      	synchronized.
      	* gnu/gcj/text/LocaleData_en.java (contents): [collatorRule] Added
      	missing `<'.
      	* mauve-libgcj: Enable Collator and RuleBasedCollator.
      	* java/text/natCollator.cc (decomposeCharacter): `base' now
      	`const'.
      	* Makefile.in: Rebuilt.
      	* Makefile.am (ordinary_java_source_files): Added
      	CollationElementIterator, CollationKey, Collator,
      	RuleBasedCollator.
      	(nat_source_files): Added natCollator.cc.
      	* java/text/RuleBasedCollator.java (ceiNext): No longer static.
      	(compare): Pass `this' to CollationElementIterator constructor.
      	(getCollationElementIterator): Likewise.
      	(ceiNext): Fix off-by-one error when finding initial substring.
      	(next): Correctly mask off bits when computing return value.
      	Fixed return values when one string is shorter than the other.
      	* java/text/CollationElementIterator.java (collator): New field.
      	(CollationElementIterator): Added collator argument.
      	(next): Call ceiNext on collator object.
      
      From-SVN: r26707
      Tom Tromey committed
    • decl.c (cp_finish_decl): Don't permit arrays of abstract or signature type. · 1c609c4c
      	* decl.c (cp_finish_decl): Don't permit arrays of abstract or
      	signature type.
      
      From-SVN: r26706
      Nathan Sidwell committed
    • Daily bump. · 0c42bebf
      From-SVN: r26705
      Jeff Law committed
  2. 29 Apr, 1999 15 commits
  3. 28 Apr, 1999 8 commits
  4. 27 Apr, 1999 11 commits