summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * configure.in (VERSION): Set to 0.06.classpath-0_06-releaseMark Wielaard2003-08-222-2/+5
|
* * java/lang/ref/Reference.java (get): Indentation fix.Tom Tromey2003-08-202-9/+17
| | | | | | | (clear): Comment fix. (enqueue): Likewise. (lock): Likewise. (referent): Likewise.
* 2003-08-19 Torsten Rupp <rupp@lisa.aicas.com>Torsten Rupp2003-08-191-0/+5
| | | | | * native/jni/java-nio/java_nio_FileChannelImpl.c: Added includes target_native.h, target_native_math_int.h
* Added includes target_native.h, target_native_math_int.hTorsten Rupp2003-08-191-0/+3
|
* 2003-08-19 Torsten Rupp <rupp@lisa.aicas.com>Torsten Rupp2003-08-191-0/+5
| | | | | * native/target/generic/target_generic_network.h: Fixed TARGET_NATIVE_NETWORK_GET_HOSTNAME() macro
* Fixed TARGET_NATIVE_NETWORK_GET_HOSTNAME() macroTorsten Rupp2003-08-191-5/+5
|
* 2003-08-19 Torsten Rupp <rupp@lisa.aicas.com>Torsten Rupp2003-08-191-0/+6
| | | | | | * native/jni/java-nio/java_nio_FileChannelImpl.c: Fixed return value of Java_java_nio_channels_FileChannelImpl_size(), Java_java_nio_channels_FileChannelImpl_implPosition__()
* Fixed return value of Java_java_nio_channels_FileChannelImpl_size(), ↵Torsten Rupp2003-08-191-2/+2
| | | | Java_java_nio_channels_FileChannelImpl_implPosition__()
* 2003-08-19 Torsten Rupp <rupp@lisa.aicas.com>Torsten Rupp2003-08-191-0/+5
| | | | | * native/jni/java-io/java_io_File.c: Fixed return value of 0 in Java_java_io_File_lastModifiedInternal()
* Fixed return value of 0 in Java_java_io_File_lastModifiedInternal()Torsten Rupp2003-08-191-1/+1
|
* * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Disable --enable-gjdoc.Mark Wielaard2003-08-183-14/+6
| | | | * doc/api/Makefile.am (dist-hook): Removed.
* * Makefile.am (dist-hook): Remove entries now handled by Makefile.amMark Wielaard2003-08-182-3/+5
| | | | in the external directory.
* * external/jaxp/source/javax/xml/transform/TransformerFactory.java:Mark Wielaard2003-08-173-5/+11
| | | | | Don't use &nbsp; in the api documentation. external/jaxp/source/org/xml/sax/ext/Locator2.java: Likewise.
* * doc/api/Makefile.am (jaxp): Don't include gnu packages.Mark Wielaard2003-08-172-2/+3
|
* * Makefile.am (core): Don't include doc-files in the package list.Mark Wielaard2003-08-173-3/+10
| | | | | (create_html): Add classpath-copyright.xml as -bottomnote. * doc/api/classpath-copyright.xml: Updated year.
* * Makefile.am (SUBDIRS): Add external.Mark Wielaard2003-08-175-2/+301
| | | | | | * configure.in (AC_OUTPUT): Add external/Makefile. * external/README: Add how to update Makefile.am jaxp_FILES entry. * external/Makefile.am: New file.
* * java/security/Security.java: Don't use &nbsp; in the apiMark Wielaard2003-08-177-42/+52
| | | | | | | | | documentation. * java/security/acl/Acl.java: Fix broken p tag. * java/text/DateFormatSymbols.java: Correctly open and close li tags. * javax/swing/border/LineBorder.java: Close img tag alt attributes. * javax/swing/plaf/TreeUI.java: Likewise. * javax/swing/plaf/basic/BasicTreeUI.java: Likewise.
* * java/util/Properties.java: Use the word umlaut, not &auml; in apiMark Wielaard2003-08-163-3/+10
| | | | | | documentation. * java/util/PropertyResourceBundle.java: Likewise and add closing code tag.
* * NEWS: Fix java.swing.border -> javax.swing.border and nativee ->Mark Wielaard2003-08-162-2/+7
| | | | native.
* Reported by Patrik RealiMark Wielaard2003-08-162-4/+20
| | | | | | | | * gnu/java/io/decode/DecoderUTF8.java (charsInByteArray): Take offset into account. (convertToChars): Take buf_offset into account. (read): Take offset into account. Break loop early when in.avaiable() <= 0.
* Reported by Julian DolbyMark Wielaard2003-08-162-2/+7
| | | | | * java/lang/Package.java (getPackage): Use currentClassLoader() not VMSecurityManager.getClassContext()[1].getClassLoader().
* Reported by Guilhem Lavaux and Julian DolbyMark Wielaard2003-08-162-1/+7
| | | | | * java/io/ObjectStreamClass.java (getSerialPersistentFields): Get the field "serialPersistentFields", not "getSerialPersistentFields".
* * NEWS: Updated with important improvements for 0.06 release.Mark Wielaard2003-08-152-0/+20
|
* * HACKING: Updated known working/not-working versions of auto-tools.Mark Wielaard2003-08-152-2/+9
|
* 2003-08-14 Archie Cobbs <archie@dellroad.org>Mark Wielaard2003-08-151-0/+9
| | | | | | | | | * java/lang/reflect/Constructor.java (equals): Completely rewritten for correctness. * java/lang/reflect/Field.java (equals): Completely rewritten for correctness. * java/lang/reflect/Method.java (equals): Completely rewritten for correctness.
* 2003-08-14 Archie Cobbs <archie@dellroad.org>Brian Jones2003-08-153-27/+35
| | | | | | | | | * java/lang/reflect/Constructor.java (equals): Completely rewritten for correctness. * java/lang/reflect/Field.java (equals): Completely rewritten for correctness. * java/lang/reflect/Method.java (equals): Completely rewritten for correctness.
* * configure.in (AC_OUTPUT): Add native/target/Makefile,Mark Wielaard2003-08-149-3/+67
| | | | | | | | | | | native/target/Linux/Makefile and native/target/generic/Makefile. * native/Makefile.am (SUBDIRS): Add target. * native/target/.cvsignore: New file. * native/target/Makefile.am: Likewise. * native/target/Linux/.cvsignore: Likewise. * native/target/Linux/Makefile.am: Likewise. * native/target/generic/.cvsignore: Likewise. * native/target/generic/Makefile.am: Likewise.
* * include/gnu_java_awt_peer_gtk_GtkMainThread.h: Regenerated.Mark Wielaard2003-08-143-11/+11
| | | | * include/gnu_java_nio_FileChannelImpl.h: Likewise.
* 2003-08-14 Stephen Crawley <crawley@dstc.edu.au>Mark Wielaard2003-08-142-27/+41
| | | | | | | | * java/security/Security.java (providers_lazy): Renamed. (providersList): Renamed providers_lazy field. (providers_lazy_set): Renamed (providersInited): Renamed providers_lazy_set field. (providers): Set providersInited to true. Reindent.
* 2003-08-12 Graydon Hoare <graydon@redhat.com>graydon hoare2003-08-132-5/+784
| | | | | * java/awt/Font.java: Stub out more recent API.
* 2003-08-12 Graydon Hoare <graydon@redhat.com>graydon hoare2003-08-132-1/+6
| | | | | * java/awt/Color.java (getAlpha): Prevent sign-extended alpha values.
* * java/util/TimeZone.java: initialize lazilyIngo Proetel2003-08-125-694/+734
| | | | | | * java/util/Locale.java:readManifest: fix check for country * java/util/GregorianCalendar.java:make use of ResourceBundle better traceable * java/util/Calendar.java: make use of ResourceBundle better traceable
* * gnu/java/io/encode/EncoderEightBitLookup.java: conserve memoryIngo Proetel2003-08-123-11/+46
| | | | * gnu/java/io/decode/DecoderEightBitLookup.java: override ready()-method
* * java/util/logging/SimpleFormatter.java:print souceClassName and ↵Ingo Proetel2003-08-122-1/+7
| | | | sourceMethodName
* * java/rmi/server/RMIClassLoader.java: identify cached classloaders byIngo Proetel2003-08-124-154/+317
| | | | | | codebase and contextclassloader * java/rmi/Naming.java: added comments, now accepts pseudo protocol "rmi" * gnu/java/rmi/rmic/RMIC.java: uncommeted code
* * java/net/URLClassLoader: (findClass): close InputStream after we're done ↵Jeroen Frijters2003-08-122-29/+41
| | | | with it
* * java/util/logging/Logger.java: provide class and method informationIngo Proetel2003-08-123-10/+64
| | | | * java/util/logging/LogManager.java: create handlers
* * java/io/ObjectOutputStream.java : allow putFields be called more than onceIngo Proetel2003-08-122-13/+23
|
* Remove 'public static final' from OpenType tags, reverting the changeSascha Brawer2003-08-122-51/+57
| | | | of 2003-08-11. See Classpath discussion list of 2003-08-11.
* * java/awt/EventQueue.java (currentEvent, lastWhen): New fields.Tom Tromey2003-08-112-5/+52
| | | | | | | | | (postEvent): Removed FIXME comment. (isDispatchThread): Documented. (getCurrentEvent): New method. (dispatchEvent): Set currentEvent and lastWhen. (getMostRecentEventTime): Rewrote. (invokeLater): Documented.
* * gnu/java/rmi/server/UnicastRef.java: make constructor public and check if ↵Ingo Proetel2003-08-113-44/+98
| | | | | | | | serverobject is compatible in case client and server are running in the same VM * gnu/java/rmi/rmic/RMIC.java: fix that methods of the remote interfaces are used instead of the xxxImpl class
* * gnu/java/net/protocol/http/HttpURLConnection.java: fixed NullPointerException.Ingo Proetel2003-08-113-1/+16
| | | | * gnu/java/net/protocol/http/Handler.java: override getDefaultPort() to return 80
* removed static array for error string. The use of this static array made the ↵Ingo Proetel2003-08-112-6/+17
| | | | code non-reentrant and wasted memory when it was not needed.
* *** empty log message ***Ingo Proetel2003-08-111-0/+14
|
* Added use of variables in class dependencies. These variable can be used to ↵Ingo Proetel2003-08-118-21/+351
| | | | configure the set of supported libraries for features such as supported encoders/decoders, URL protocols, etc.
* *** empty log message ***Ingo Proetel2003-08-111-0/+7
|
* moved initialization code of providers from static initializer into a method ↵Ingo Proetel2003-08-111-36/+52
| | | | to allow lazy evaluation of this code. This permits faster startup and even automatic removal of this code if it is not needed.
* Declare OpenType tags as 'public static final'.Sascha Brawer2003-08-112-51/+56
|
* * doc/www.gnu.org/home.wml: Add Joas and JAmiga. Update links.Mark Wielaard2003-08-102-26/+25
| | | | Remove links to proprietary projects.
* * gnu/classpath/Makefile.am (EXTRA_DIST): Add RawData.java.Mark Wielaard2003-08-104-1/+15
| | | | | | | * javax/swing/Makefile.am (EXTRA_DIST): Add Popup.java and PopupFactory.java. * vm/reference/java/lang/Makefile.am (EXTRA_DIST): Add VMDouble.java, VMFloat.java and VMString.java.