Remove conflict markers that I commited by mistake

From-SVN: r40605
This commit is contained in:
Mark Wielaard 2001-03-18 23:17:24 +00:00
parent 082a12bce7
commit 71f299694e
1 changed files with 0 additions and 14 deletions

View File

@ -1,12 +1,3 @@
2001-03-18 Mark Wielaard <mark@klomp.org>
* java/lang/natClass.cc (_Jv_CheckCast): add class names to exception
2001-03-18 Mark Wielaard <mark@klomp.org>
* gnu/gcj/runtime/FirstThread.java (main): replace / with . in
jarMainClassName
2001-03-17 Tom Tromey <tromey@redhat.com>
* java/lang/natString.cc (rehash): Don't bother with memset;
@ -41,14 +32,12 @@
Only try to print the subordinate stack trace if "exception" is set.
Print our class name first.
>>>>>>> 1.710
2001-03-08 Tom Tromey <tromey@redhat.com>
* java/io/ObjectStreamClass.java (setUID): Don't write interface
info for array classes.
Fixes PR libgcj/1971.
>>>>>>> 1.707
2001-03-06 Bryce McKinlay <bryce@albatross.co.nz>
* java/util/TreeSet.java (writeObject): Use a for-loop instead of
@ -61,7 +50,6 @@
back-porting the classes to JDK1.1 trivial.
(readObject): likewise.
>>>>>>> 1.706
2001-03-01 Per Bothner <per@bothner.com>
Changes merged from Kawa's gnu.math.
@ -136,7 +124,6 @@
which are alive.
(enumerate): Likewise.
>>>>>>> 1.705
2001-02-19 Bryce McKinlay <bryce@albatross.co.nz>
* java/lang/Integer.java (getInteger): Return default argument if
@ -148,7 +135,6 @@
(ready): Return false if no more characters can be read.
* java/io/ByteArrayInputStream.java (ByteArrayInputStream): Likewise.
>>>>>>> 1.696
2001-02-17 Mark Wielaard <mark@klomp.org>
* java/util/TimerTask.java: New version from Classpath.