1. 14 Nov, 2003 6 commits
    • lib1funcs.asm (divmodsi4): Replace all the uses of er4 with er3. · ef1f2e12
      	* config/h8300/lib1funcs.asm (divmodsi4): Replace all the uses
      	of er4 with er3.  Adjust all callers.
      
      From-SVN: r73572
      Kazu Hirata committed
    • jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string to JvGetStringUTFRegion. · b86ca9a2
      	* jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string to
      	JvGetStringUTFRegion.
      	* java/lang/natPosixProcess.cc (new_string): Pass length of string
      	to JvGetStringUTFRegion.
      	* java/lang/natDouble.cc (parseDouble): Pass length of string to
      	JvGetStringUTFRegion.
      	* java/lang/natWin32Process.cc (startProcess): Pass length of
      	string to JvGetStringUTFRegion.
      	* java/lang/natClass.cc (forName): Pass length of string to
      	JvGetStringUTFRegion.
      	* gnu/gcj/runtime/natNameFinder.cc (getExternalLabel): Pass length
      	of string to JvGetStringUTFRegion.
      	* gnu/gcj/convert/natIconv.cc (init): Pass length of string to
      	JvGetStringUTFRegion.
      	* gnu/awt/gtk/natGtkLabelPeer.cc (setText): Pass length of string
      	to JvGetStringUTFRegion.
      	* gnu/awt/gtk/natGtkButtonPeer.cc (setLabel): Pass length of
      	string to JvGetStringUTFRegion.
      
      From-SVN: r73571
      Tom Tromey committed
    • +2003-11-13 Andrew Pinski <apinski@apple.com> + + * config/darwin.c... · a25d596a
      +2003-11-13  Andrew Pinski <apinski@apple.com>
      +
      +       * config/darwin.c (machopic_output_possible_stub_label):
      +       Allow stub symbol be not defined when outputting possible
      +       stub label.
      +
      +2003-11-13  Andrew Pinski <apinski@apple.com>
      +
      +       * gcc.c-torture/compile/20031113-1.c: New test.
      +
      
      From-SVN: r73570
      Andrew Pinski committed
    • jniutf.c: New file. · d794fb9f
      2003-11-13  Tom Fitzsimmons  <fitzsim@redhat.com>
      
      	* libjava.jni/jniutf.c: New file.
      	* libjava.jni/jniutf.java: New file.
      	* libjava.jni/jniutf.out: New file.
      
      From-SVN: r73569
      Tom Fitzsimmons committed
    • Daily bump. · 83913cb5
      From-SVN: r73566
      GCC Administrator committed
    • debug.html: Users are allowed to specialize in namespace __gnu_debug... · 1b80d64a
      
      2003-11-13  Douglas Gregor  <gregod@cs.rpi.edu>
      
      	* docs/html/debug.html: Users are allowed to specialize in
      	namespace __gnu_debug, unlike in the Apple version of the debug
      	mode. Clear up a confusing double-negative. Note that
      	std::basic_string does provide extra debugging capabilities, but
      	not safe iterators.
      	* include/bits/basic_string.tcc: Make sure there's never an
      	ambiguity when calling __is_null_pointer.
      	* include/debug/deque: (deque::erase) Properly handle invalidation
      	when erasing at the end of the deque.
      	* include/debug/vector: (vector::swap): Swap _M_guaranteed_capacity.
      	(vector::clear): Set the guaranteed capacity to 0.
      	* testsuite/23_containers/deque/invalidation/4.cc: (test04): Test
      	iterator invalidation when erasing at the end of the deque.
      
      From-SVN: r73564
      Douglas Gregor committed
  2. 13 Nov, 2003 20 commits
  3. 12 Nov, 2003 14 commits