OSDN Git Service

* java/util/Properties.java (load): Correctly read \u sequences.
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index 469a8ec..8563193 100644 (file)
@@ -1,3 +1,36 @@
+2001-09-10  Tom Tromey  <tromey@redhat.com>
+
+       * java/util/Properties.java (load): Correctly read \u sequences.
+       Report from Anthony Green.
+
+2001-09-10  Manfred Hollstein  <manfredh@redhat.com>
+
+       * configure.in (LIBFFIINCS): Quote uses of $(top_srcdir)
+       and $(MULTIBUILDTOP).
+       * configure: Re-generate.
+
+2001-09-10  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+       * include/jvm.h (_Jv_AllocRawObj): New prototype.
+       * boehm.cc (_Jv_AllocRawObj): Implement.
+       * nogc.cc (_Jv_AllocRawObj): Likewise.
+       * exception.cc (_Jv_Throw): Use _Jv_AllocRawObj, not GC_malloc.
+
+2001-09-06  Anthony Green  <green@redhat.com>
+
+       * java/util/ResourceBundle.java (tryLocalBundle): Eliminate
+       redundant method calls.
+       (emptyLocale): New private member.
+       (tryBundle): Use emptyLocale.  Remove duplicate code.  Only cache
+       exact matches.
+
+2001-09-06  Tom Tromey  <tromey@redhat.com>
+
+       * java/text/RuleBasedCollator.java (clone): Rewrote.
+       (RuleBasedCollator(RuleBasedCollator)): Removed.
+       * java/text/MessageFormat.java: Re-merged from Classpath.
+       * java/text/DecimalFormat.java: Re-merged from Classpath.
+
 2001-09-06  Anthony Green  <green@redhat.com>
 
        * include/jvm.h: Declare _Jv_RegisterResource.