diff options
| author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-07 18:24:00 +0000 |
|---|---|---|
| committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-07 18:24:00 +0000 |
| commit | 45d7a972fd9395b7bb23674569d350c2344a47a5 (patch) | |
| tree | f139418133c35b3fbb6df78e889682f1f8d85563 /libjava/ChangeLog | |
| parent | 9dc0b451d1057752ed9b9c387754aac296221953 (diff) | |
| download | ppe42-gcc-45d7a972fd9395b7bb23674569d350c2344a47a5.tar.gz ppe42-gcc-45d7a972fd9395b7bb23674569d350c2344a47a5.zip | |
2004-07-07 Andreas Tobler <a.tobler@schweiz.ch>
* configure.host: Enable hash synchronization on Darwin.
* sysdep/powerpc/locks.h (compare_and_swap): Use '\n' instead of
';', since this is a comment on Darwin.
(compare_and_swap_release): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84214 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 8299b732c5b..3a0ec3e7fcb 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,10 +1,17 @@ +2004-07-07 Andreas Tobler <a.tobler@schweiz.ch> + + * configure.host: Enable hash synchronization on Darwin. + * sysdep/powerpc/locks.h (compare_and_swap): Use '\n' instead of + ';', since this is a comment on Darwin. + (compare_and_swap_release): Likewise. + 2004-07-06 Mohan Embar <gnustuff@thisiscool.com> * java/net/URLStreamHandler.java (parseURL): Canonicalize file portion of URL in addition to spec for file: protocol. 2004-07-05 Anthony Green <green@redhat.com> - + * java/io/File.java (toURI): Merge from Classpath. 2004-07-05 Bryce McKinlay <mckinlay@redhat.com> @@ -13,7 +20,7 @@ before passing to URL constructor. Rethrow any MalformedURLException as a RuntimeException. Catch MalformedURLException specifically, not all exceptions. - + 2004-07-05 Bryce McKinlay <mckinlay@redhat.com> * java/util/Locale.java (readObject): Intern strings read from object @@ -30,7 +37,7 @@ * Makefile.in: Regenerated. 2004-07-03 Mark Wielaard <mark@klomp.org> - Anthony Green <green@redhat.com> + Anthony Green <green@redhat.com> * java/net/URL.java (getFile): Clarify return value doc. (getPath): Return null if file is empty - not empty String. |

