diff options
author | Brian Jones <cbj@gnu.org> | 2001-06-25 04:43:56 +0000 |
---|---|---|
committer | Brian Jones <cbj@gnu.org> | 2001-06-25 04:43:56 +0000 |
commit | c91e001c1848e4d310474d87489d027c794fd6d7 (patch) | |
tree | 9373829c484899ed1ef77e1c8ece45b4ee2509ba /lib/standard.omit | |
parent | a894ae6f805b85cbaad4bf533fb99384c8d28855 (diff) | |
download | classpath-c91e001c1848e4d310474d87489d027c794fd6d7.tar.gz |
* acconfig.h: added HAVE_INT32_DEFINED and HAVE_BSD_INT32_DEFINED
* doc/hacking.texinfo: fixed typo
* configure.in: rename --enable-libgcj-debug to --enable-debug.
Created new option --enable-load-library potentially to be used
to limit all System.loadLibrary() calls in class initializers.
Added more header checks and define HAVE_INT32_DEFINED
or HAVE_BSD_INT32_DEFINED similarly to gcj. Renamed libgcj-debug
to the neutral sounding debug. Checks for more headers.
* gnu/classpath/Configuration.java.in: INIT_LOAD_LIBRARY added.
Should be helpful for more directly using classpath code in gcj.
* TODO: added URL to javadoc docs for writing serial tags
* java/lang/Double.java: merged with gcj version, credit to
Andrew Haley.
(byteValue): added missing function
(shortValue): added missing function
(compareTo): properly return 0 if both values are NaN
* java/lang/Float.java: merged with gcj version, credit to
Andrew Haley.
(Float): removed NullPointerException from throws clause
(toString): calls Double.toString
(valueOf): removed NullPointerException from throws clause
(floatToRawIntBits): new native method
(parseFloat): removed NullPointerException from throws clause.
Calls Double.parseDouble now.
* native/jni/java_lang_Float.c (*): aligned with gcj implementation
* native/jni/java_lang_Double.c (*): aligned with gcj implementation
* lib/Makefile.am: changed to handle separate builddir
* lib/gen-classlib.sh.in: changed to handle separate builddir
* lib/mkdep.pl.in: changed to handle separate builddir
* lib/standard.omit: changed to handle regex of separate builddir
* native/jni/Makefile.am: include $(top_builddir)/include instead
of $(top_srcdir). Additions to javalang shared library.
* native/jni/awt/Makefile.am: include $(top_builddir)/include
instead of $(top_srcdir).
Diffstat (limited to 'lib/standard.omit')
-rw-r--r-- | lib/standard.omit | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/lib/standard.omit b/lib/standard.omit index 021f0e2c4..54b85fc2a 100644 --- a/lib/standard.omit +++ b/lib/standard.omit @@ -1,20 +1,20 @@ -^../java/net/Authenticator.java$ -^../java/net/JarURLConnection.java$ -^../java/lang/RuntimePermission.java$ -^../java/text/MessageFormat.java$ -^../gnu/test/.*$ -^../gnu/java/awt/peer/gtk/TestAWT.java$ -^../gnu/java/awt/peer/gtk/Test.java$ -^../gnu/javax/swing/plaf/gtk/.*$ -^../java/awt/datatransfer/DataFlavor.java$ -^../java/awt/AWTEvent.java$ -^../java/awt/ImageMediaEntry.java$ -^../java/awt/MediaEntry.java$ -^../java/awt/MediaTracker.java$ -^../java/awt/event/InputMethodEvent.java$ -^../java/awt/event/InputMethodListener.java$ -^../java/awt/event/InvocationEvent.java$ -^../java/util/jar/JarEntry.java$ -^../java/util/jar/JarFile.java$ -^../java/util/jar/JarInputStream.java$ -^../java/util/jar/JarOutputStream.java$ +../java/net/Authenticator.java$ +../java/net/JarURLConnection.java$ +../java/lang/RuntimePermission.java$ +../java/text/MessageFormat.java$ +../gnu/test/.*$ +../gnu/java/awt/peer/gtk/TestAWT.java$ +../gnu/java/awt/peer/gtk/Test.java$ +../gnu/javax/swing/plaf/gtk/.*$ +../java/awt/datatransfer/DataFlavor.java$ +../java/awt/AWTEvent.java$ +../java/awt/ImageMediaEntry.java$ +../java/awt/MediaEntry.java$ +../java/awt/MediaTracker.java$ +../java/awt/event/InputMethodEvent.java$ +../java/awt/event/InputMethodListener.java$ +../java/awt/event/InvocationEvent.java$ +../java/util/jar/JarEntry.java$ +../java/util/jar/JarFile.java$ +../java/util/jar/JarInputStream.java$ +../java/util/jar/JarOutputStream.java$ |