summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* * external/README: new fileBrian Jones2003-02-012-5/+8
| | | | | | | | | | | * external/jaxp: import Classpathx JAXP from January 31, 2003 CVS * LICENSE: new file * Makefile.am: distribute LICENSE, external/jaxp/source * lib/Makefile.am: add external/jaxp/source to classpath; removed -target 1.1 from jikes invocation * lib/gen-classlist.sh.in: add external/jaxp/source to directories to search * doc/api/Makefile.am: add external/jaxp/source to source path
* Updates for jazzlib 0.06John Leuner2003-01-281-8/+1
|
* Released verion 0.06 of jazzlibJohn Leuner2003-01-272-4/+4
|
* * INSTALL: updated link to bugs, tool version numbersBrian Jones2002-12-241-16/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TODO: removed easy HTML API generation todo item, it's done now; mention that CNI code won't be included in Classpath CVS for now since only gcj is using it * README: remove special mention of ORP * NEWS: add blurb about infrastructure improvements * HACKING: update automake, autoconf version numbers; remove mention of gcjh for compiling JNI libraries; updated gcj/jikes version numbers * lib/Makefile.am: distribute glibj.zip; uninstall no-zip case; separate resources target; avoid extra gen-classlist.sh calls; support DESTDIR * doc/api/Makefile.am: distribute HTML API documentation; install documentation in pkgdatadir/api; uninstall appropriately; support DESTDIR * resource/gnu/java/awt/peer/gtk/Makefile.am: add uninstall-local target; support DESTDIR * resource/java/security/Makefile.am: add uninstall-local target; support DESTDIR * javax/swing/Makefile.am: BoundedRangeModel missing .java extension * javax/transaction/xa/Makefile.am: Removed xa/ from filenames * java/awt/dnd/Makefile.am: added missing .java files to dist * java/net/Makefile.am: added missing .java files to dist * java/nio/channels/Makefile.am: added missing .java files to dist * javax/naming/Makefile.am: added missing .java files to dist * javax/naming/directory/Makefile.am: added missing .java files to dist * javax/naming/event/Makefile.am: new file * javax/naming/event/.cvsignore: new file * javax/naming/ldap/Makefile.am: new file * javax/naming/ldap/.cvsignore: new file * javax/naming/spi/Makefile.am: added missing .java files to dist * javax/sql/Makefile.am: added missing .java files to dist * javax/sql/.cvsignore: new file * javax/swing/plaf/Makefile.am: added missing .java files to dist * javax/swing/Makefile.am: added missing .java files to dist * Makefile.am: ignore errors during dist-hook * configure.in: add missing directory Makefiles to output; add check for 'date', 'cp', and 'mkdir' * acinclude.m4: remove check for 'find' and 'cp'
* * configure.in (AC_OUTPUT): Remove com/Makefile, com/sun/MakefileMark Wielaard2002-10-062-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and com/sun/javadoc/Makefile. * Makefile.am (SUBDIRS): Remove com. * lib/Makefile.am (install-data-local): Don't copy com dir. (glibj.zip): Don't zip com dir. (maintainer-clean-local): Don't remove com dir. * gen-classlist.sh.in: Remove com dir from find. * com/.cvsignore: Removed. * com/Makefile.am: Removed. * com/sun/.cvsignore: Removed. * com/sun/Makefile.am: Removed. * com/sun/javadoc/.cvsignore: Removed. * com/sun/javadoc/ClassDoc.java: Removed. * com/sun/javadoc/ConstructorDoc.java: Removed. * com/sun/javadoc/Doc.java: Removed. * com/sun/javadoc/DocErrorReporter.java: Removed. * com/sun/javadoc/Doclet.java: Removed. * com/sun/javadoc/ExecutableMemberDoc.java: Removed. * com/sun/javadoc/FieldDoc.java: Removed. * com/sun/javadoc/MemberDoc.java: Removed. * com/sun/javadoc/MethodDoc.java: Removed. * com/sun/javadoc/PackageDoc.java: Removed. * com/sun/javadoc/ParamTag.java: Removed. * com/sun/javadoc/Parameter.java: Removed. * com/sun/javadoc/ProgramElementDoc.java: Removed. * com/sun/javadoc/RootDoc.java: Removed. * com/sun/javadoc/SeeTag.java: Removed. * com/sun/javadoc/SerialFieldTag.java: Removed. * com/sun/javadoc/Tag.java: Removed. * com/sun/javadoc/ThrowsTag.java: Removed. * com/sun/javadoc/Type.java: Removed. * com/sun/javadoc/Makefile.am: Removed. * NEWS: Document javadoc class move. * vm/reference/Makefile.am (SUBDIRS): Remove gnu.
* * configure.in: use AC_DEFINE templates instead of acconfig.hBrian Jones2002-09-291-1/+1
| | | | | * acconfig.h: removed * lib/Makefile.am: make use of -target 1.1 when using Jikes
* * lib/Makefile.am: Use --bootclasspath for gcj.Mark Wielaard2002-09-021-1/+1
| | | | | * java/net/Socket.java (shutdownInput, shutdownOutput): Comment out implementation.
* updates to jazzlib build file and web pageJohn Leuner2002-08-012-2/+2
|
* Updated jazzlib web page to reflect 0.04 release.John Leuner2002-06-051-6/+9
|
* java/util/zip/*java: Changed to use default characterJohn Leuner2002-05-301-38/+71
| | | | | | | encoding instead of UTF8 for zip comments. lib/jazzlib/makeJazzlibDist.sh: Changed to use zsh. Builds .zip and .jar files too.
* * java/util/prefs/BackingStoreException.java (readObject): ThrowsMark Wielaard2002-04-301-3/+0
| | | | | | | | | | | NotSerializableException. (writeObject): Likewise. * java/util/prefs/InvalidPreferencesFormatException.java: Remove second super call. (readObject): Throws NotSerializableException. (writeObject): Likewise. * lib/standard.omit: Remove [gnu.]java.util.prefs (which compiles) and gnu.classpath.tools (which does not exist).
* 2002-04-30 Eric Blake <ebb9@email.byu.edu>Eric Blake2002-04-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * AUTHORS: Add Andrew Selkirk. * configure.in: Configure the swing directories. * lib/standard.omit: Made sure swing at least compiles (although it is non-functional). * javax/Makefile.am: Visit swing. * javax/swing/.cvsignore: New file. * javax/swing/AbstractButton.java: Fix for compilation. * javax/swing/CellEditor.java: New file. * javax/swing/Icon.java: Fix for compilation. * javax/swing/ImageIcon.java: Fix for compilation. * javax/swing/JComponent.java: Fix for compilation. * javax/swing/JEditorPane.java: Fix for compilation. * javax/swing/JFrame.java: Fix for compilation. * javax/swing/JInternalFrame.java: New file. * javax/swing/JLabel.java: Fix for compilation. * javax/swing/JTable.java: New file. * javax/swing/JTextField.java: Fix for compilation. * javax/swing/KeyStroke.java: Fix for compilation. * javax/swing/Makefile.am: New file. * javax/swing/MenuElement.java: New file. * javax/swing/MenuSelectionManager.java: New file. * javax/swing/UIDefaults.java: Fix for compilation. * javax/swing/border/.cvsignore: New file. * javax/swing/border/Makefile.am: New file. * javax/swing/event/.cvsignore: New file. * javax/swing/event/Makefile.am: New file. * javax/swing/plaf/.cvsignore: New file. * javax/swing/plaf/ColorUIResource.java: New file. * javax/swing/plaf/DimensionUIResource.java: New file. * javax/swing/plaf/FontUIResource.java: New file. * javax/swing/plaf/IconUIResource.java: New file. * javax/swing/plaf/InsetsUIResource.java: New file. * javax/swing/plaf/Makefile.am: New file. * javax/swing/plaf/basic/.cvsignore: New file. * javax/swing/plaf/basic/BasicBorders.java: New file. * javax/swing/plaf/basic/BasicIconFactory.java: New file. * javax/swing/plaf/basic/BasicLookAndFeel.java: Fix for compilation. * javax/swing/plaf/basic/Makefile.am: New file. * javax/swing/plaf/metal/.cvsignore: New file. * javax/swing/plaf/metal/Makefile.am: New file. * javax/swing/table/.cvsignore: New file. * javax/swing/table/DefaultTableCellRenderer.java: New file. * javax/swing/table/Makefile.am: New file. * javax/swing/text/.cvsignore: New file. * javax/swing/text/JTextComponent.java: Fix for compilation. * javax/swing/text/Makefile.am: New file. * javax/swing/tree/.cvsignore: New file. * javax/swing/tree/Makefile.am: New file. * javax/swing/tree/TreeCellEditor.java: Fix for compilation. * javax/swing/undo/.cvsignore: New file. * javax/swing/undo/Makefile.am: New file.
* 2002-04-30 Eric Blake <ebb9@email.byu.edu>Eric Blake2002-04-301-7/+0
| | | | | | | | | * java/security/cert/Makefile.am (EXTRA_DIST): Add CertPath.java. * java/security/cert/CertPath.java: New file. * java/security/cert/CertificateFactory.java (generateCertPath): New method. * lib/standard.omit: Update java.awt and java.security classes that now compile.
* * lib/standard.omit: disable javax.swingBrian Jones2002-04-281-0/+1
|
* 2002-04-24 Eric Blake <ebb9@email.byu.edu>Eric Blake2002-04-251-0/+1
| | | | | | | | | | | | | | | | | | | PR 100787: * gnu/java/rmi/.cvsignore: Ignore Makefile. * gnu/java/rmi/dgc/.cvsignore: Ditto. * gnu/java/rmi/registry/.cvsignore: Ditto. * gnu/java/rmi/rmic/.cvsignore: Ditto. * gnu/java/rmi/server/.cvsignore: Ditto. * include/.cvsignore: Ignore stamp-h1 * java/awt/im/.cvsignore: Ignore Makefile. * java/awt/im/spi/.cvsignore: Ditto. * java/rmi/.cvsignore: Ditto. * java/rmi/activation/.cvsignore: Ditto. * java/rmi/dgc/.cvsignore: Ditto. * java/rmi/registry/.cvsignore: Ditto. * java/rmi/server/.cvsignore: Ditto. * javax/accessibility/.cvsignore: Ditto. * lib/.cvsignore: Ignore classes.1
* - basic nio apps now workRonald Veldema2002-04-081-3/+0
| | | | - removed old Accessible, now use new javax.Accessibility
* * lib/Makefile.am (JAVAC): Added -bootclasspath andTom Tromey2002-04-071-1/+1
| | | | $(ARG_CLASSPATH_JAVAC) arguments.
* 2002-03-18 Eric Blake <ebb9@email.byu.edu>Eric Blake2002-03-181-1/+0
| | | | | * lib/standard.omit: Remove javax/accessibility. * configure.in (AC_OUTPUT): Add javax/accessibility/Makefile.
* * lib/gen_nio.sh.in: new file is renamed gen_nio.sh plus fixesBrian Jones2002-03-134-138/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to make it work when building outside of the classpath directory * lib/gen_nio.sh: removed file * lib/.cvsignore: ignore gen_nio.sh * configure.in: generate gen_nio.sh and nio related Makefiles in OUTPUT. Revert comment out of check for libart_lgpl * lib/Makefile.am: give gen_nio.sh some idea of the top_builddir and make it a separate target, gennio, that must be manually executed; the generated files will be part of CVS since they change only when the source .cpp changes rather than due to a configuration change * java/nio/Makefile.am: new file * java/nio/.cvsignore: new file * java/nio/charset/Makefile.am: new file * java/nio/charset/.cvsignore: new file * java/nio/channels/Makefile.am: new file * java/nio/channels/.cvsignore: new file * java/nio/channels/spi/Makefile.am: new file * java/nio/channels/spi/.cvsignore: new file * gnu/java/nio/Makefile.am: new file * gnu/java/nio/.cvsignore: new file * java/nio/ShortBuffer.java: generated file * java/nio/ByteBuffer.java: generated file * java/nio/LongBuffer.java: generated file * java/nio/IntBuffer.java: generated file * java/nio/FloatBuffer.java: generated file * java/nio/DoubleBuffer.java: generated file * java/nio/CharBuffer.java: generated file * gnu/java/nio/ShortBufferImpl.java: generated file * gnu/java/nio/MappedShortFileBuffer.java: generated file * gnu/java/nio/MappedLongFileBuffer.java: generated file * gnu/java/nio/MappedIntFileBuffer.java: generated file * gnu/java/nio/MappedFloatFileBuffer.java: generated file * gnu/java/nio/MappedDoubleFileBuffer.java: generated file * gnu/java/nio/MappedCharFileBuffer.java: generated file * gnu/java/nio/MappedByteFileBuffer.java: generated file * gnu/java/nio/LongBufferImpl.java: generated file * gnu/java/nio/IntBufferImpl.java: generated file * gnu/java/nio/FloatBufferImpl.java: generated file * gnu/java/nio/DoubleBufferImpl.java: generated file * gnu/java/nio/CharBufferImpl.java: generated file * gnu/java/nio/ByteBufferImpl.java: generated file
* removed an old file.Ronald Veldema2002-03-121-2/+2
| | | | These generated files should not be in CVS.
* * Removes dependencies on manta; javax.swing,Ronald Veldema2002-03-121-0/+2
| | | | gnu.java.nio and java.nio now compile with jikes;
* * lib/standard.omit: add java.nio and gnu.java.nio packages.Mark Wielaard2002-03-111-0/+1
|
* *** empty log message ***Ronald Veldema2002-03-111-0/+137
|
* * lib/standard.omit: add java.nio package.Mark Wielaard2002-03-111-0/+1
|
* * lib/Makefile.am: Add -bootclasspath '' -extdirs '' -sourcepath '' toMark Wielaard2002-03-091-1/+1
| | | | | | | | jikes invocation. * java/net/Socket.java (shutdownInput): new stub method. (shutdownOutput): likewise. * vm/reference/java/lang/Class.java (forNme(String)): native again. * gnu/java/awt/peer/gtk/Makefile: removed (autogenerated).
* * lib/standard.omit: java/security/cert/CertPathValidatorException.javaMark Wielaard2002-03-021-0/+1
| | | | | | added. * vm/reference/java/lang/reflect/Method.java (equals): reimplement.
* * configure.in: Reenable ZIP.Mark Wielaard2002-02-181-1/+0
| | | | | * lib/Makefile.am: Don't copy gnu/java/locale/*.uni, they no longer exist.
* * lib/Makefile.am: removed -nowarn argument to jikesBrian Jones2002-02-121-1/+1
|
* * lib/Makefile.am: without zip, try copying class files insteadBrian Jones2002-02-101-4/+11
| | | | | | during install, avoid zip during make * configure.in: new automake conditional to handle presence or absence of zip
* * lib/Makefile.am: no JNI header generation, do not use mkdep.pl,Brian Jones2002-02-092-75/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remake classes when source changes or new classes are added. Do not bother including glibj.zip in dist, it has to be remade regardless due to path differences to source files we cannot control in users' environment * lib/gen-classlist.sh: create java.dep from this script instead of mkdep.pl.in * native/jni/gtk-peer/Makefile.am: added $(top_srcdir)/include to INCLUDES * native/jni/java-io/Makefile.am: added $(top_srcdir)/include to INCLUDES * native/jni/java-lang/Makefile.am: added $(top_srcdir)/include to INCLUDES * native/jni/java-net/Makefile.am: added $(top_srcdir)/include to INCLUDES * configure.in: removed mkdep.pl, mkcollections.pl from output. Commented out check for Perl. * acinclude.m4: do not fail if no javah program found * include/.cvsignore: no longer ignore JNI headers * include/gnu_java_awt_image_GdkPixbufDecoder.h: new file * include/gnu_java_awt_peer_gtk_GdkFontMetrics.h: ditto * include/gnu_java_awt_peer_gtk_GdkGraphics.h: ditto * include/gnu_java_awt_peer_gtk_GtkButtonPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkCanvasPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkCheckboxMenuItemPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkCheckboxPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkCheckButtonPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkChoicePeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkClipboard.h: ditto * include/gnu_java_awt_peer_gtk_GtkComponentPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkFileDialogPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkFramePeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkImagePainter.h: ditto * include/gnu_java_awt_peer_gtk_GtkLabelPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkListPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkMainThread.h: ditto * include/gnu_java_awt_peer_gtk_GtkMenuBarPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkMenuItemPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkMenuPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkPanelPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkScrollbarPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkScrollPanePeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkTextAreaPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkTextComponentPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkTextFieldPeer.h: ditto * include/gnu_java_awt_peer_gtk_GtkToolkit.h: ditto * include/gnu_java_awt_peer_gtk_GtkWindowPeer.h: ditto * include/gnu_java_lang_ExecutionStack.h: ditto * include/java_io_FileDescriptor.h: ditto * include/java_io_File.h: ditto * include/java_io_FileInputStream.h: ditto * include/java_io_FileOutputStream.h: ditto * include/java_io_ObjectInputStream.h: ditto * include/java_io_ObjectOutputStream.h: ditto * include/java_io_RandomAccessFile.h: ditto * include/java_lang_Class.h: ditto * include/java_lang_Double.h: ditto * include/java_lang_Float.h: ditto * include/java_lang_Math.h: ditto * include/java_lang_Object.h: ditto * include/java_lang_reflect_Array.h: ditto * include/java_lang_reflect_Constructor.h: ditto * include/java_lang_reflect_Field.h: ditto * include/java_lang_reflect_Method.h: ditto * include/java_lang_reflect_Proxy.h: ditto * include/java_lang_Runtime.h: ditto * include/java_lang_System.h: ditto * include/java_lang_Thread.h: ditto * include/java_lang_Throwable.h: ditto * include/java_lang_VMClassLoader.h: ditto * include/java_net_InetAddress.h: ditto * include/java_net_PlainDatagramSocketImpl.h: ditto * include/java_net_PlainSocketImpl.h: ditto * include/java_util_TimeZone.h: ditto
* added latest release to web pageJohn Leuner2001-11-051-7/+9
|
* * gnu/java/text/.cvsignore: new fileBrian Jones2001-10-273-123/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lib/.cvsignore: added com * acinclude.m4: renamed CLASSPATH_INTERNAL_CHECK_JAPHAR to CLASSPATH_CHECK_JAPHAR renamed CLASSPATH_INTERNAL_CHECK_KAFFE to CLASSPATH_CHECK_KAFFE renamed CLASSPATH_CHECK_JAPHAR to CLASSPATH_WITH_JAPHAR renamed CLASSPATH_CHECK_KAFFE to CLASSPATH_WITH_KAFFE added CLASSPATH_FIND_JAVAC and supporting functions re-arranged, support for gcj added added CLASSPATH_FIND_JAVA and supporting functions added CLASSPATH_WITH_JAVAH and supporting functions added CLASSPATH_WITH_CLASSLIB added CLASSPATH_WITH_INCLUDEDIR * configure.in: use AC_CANONICAL_SYSTEM instead of AC_CANONICAL_HOST version changed to 0.03 added --enable-java (always by default) added --enable-jni (not built by default) added --enable-cni (not built by default, currently not implemented) added automake conditional CREATE_JNI_HEADERS, if true then build JNI headers added automake conditional CREATE_JNI_LIBRARIES, if true then build JNI native libraries added automake conditional CREATE_CNI_LIBRARIES, if true then build CNI native libraries, currently not implemented moved checks related to building JNI libraries so they are avoided when not building JNI libraries added AC_CYGWIN and AC_MINGW32 tests when building JNI libraries removed JVM specific checks moved --with-java, --with-javah, --with-classlib, --with-includedir macros to acinclude.m4 removed --enable-developer-mode added macro call to link jni_md.h added jni.h to OUTPUT to place it in ${top_builddir}/include easily handled INIT_LOAD_LIBRARY appropriately when --enable-cni is used * lib/Makefile.am: centralized definition of configured variables remove Sun's javac cruft simply definition of various tool argument definitions added gcj support avoid creating JNI headers unless --enable-jni used with configure fixup maintainer clean target * lib/genclasslist.sh.in: added com, avoid duplicates when top_srcdir equals top_builddir, causes gcj problems otherwise * native/Makefile.am: redefine subdirs in terms of --enable-jni or --enable-cni * native/jni/Makefile.am: removed JVM specific rules * native/jni/fdlibm.h: include stdlib.h (for NULL) * native/jni/java_lang_System.c: include stdlib.h (for NULL) * native/jni/awt/Makefile.am: removed JVM specific rules * native/lib/Makefile.am: removed JVM specific rules * vm/Makefile.am: removed JVM specific SUBDIRS definition
* * lib/standard.omit: DataFlavor.java and AWTEvent.java should and mustMark Wielaard2001-10-261-2/+0
| | | | be compiled by default
* remove this jazzlib dist creation script, moved it to lib/jazzlibJohn Leuner2001-10-251-48/+0
|
* created directory for jazzlib scripts and web pageJohn Leuner2001-10-252-0/+141
|
* added scripts to make jazzlib distsJohn Leuner2001-10-231-0/+48
|
* * configure.in (AC_OUTPUT): removed gnu/classpath/tools/Makefile,Mark Wielaard2001-10-193-10/+4
| | | | | | | | | | | | | | | | | | | | | | | added javax/naming/Makefile, javax/naming/directory/Makefile and javax/naming/spi/Makefile * gnu/java/text/Makefile.in: removed * javax/Makefile.am (SUBDIRS): add naming * javax/naming/.cvsignore: new file * javax/naming/BinaryRefAddr.java: ditto * javax/naming/InvalidNameException.java: ditto * javax/naming/Makefile.am: ditto * javax/naming/Name.java: ditto * javax/naming/NamingException.java: ditto * javax/naming/RefAddr.java: ditto * javax/naming/StringRefAddr.java: ditto * javax/naming/directory/.cvsignore: ditto * javax/naming/directory/Makefile.am: ditto * javax/naming/spi/.cvsignore: ditto * javax/naming/spi/Makefile.am: ditto * lib/.cvsignore: add javax * lib/gen-classlist.sh.in: ditto * lib/standard.omit: removed java/net, java/lang, java/text and java/util/jar classes, added javax/accessibility and javax/swing
* * gnu/tools/serialver/Main.java: moved toBrian Jones2001-09-171-0/+1
| | | | | | | | | | | | | | | | | gnu/classpath/tools/SerialVer.java * gnu/tools/: removed because it is empty * gnu/classpath/Makefile.am: added tools to SUBDIRS * gnu/classpath/tools/Makefile.am: new file * gnu/classpath/tools/.cvsignore: new file * configure.in: update Makefile output * lib/standard.omit: avoid compiling gnu/classpath/tools because it depends on gnu.bytecode * gnu/classpath/tools/Util.java: new file * gnu/classpath/tools/Javap.java: new file * gnu/classpath/tools/JavapMain.java: new file * gnu/classpath/tools/JavahMain.java: new file * gnu/classpath/tools/tester.j: new file, helps test tools * gnu/classpath/tools/README: new file
* * standard.omit: Don't build java.net.URLClassLoader and theMark Wielaard2001-09-031-0/+3
| | | | java.util.prefs package by default
* * acconfig.h: added HAVE_INT32_DEFINED and HAVE_BSD_INT32_DEFINEDBrian Jones2001-06-254-44/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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).
* * java/util/TreeMap.java (writeObject): Use defaultWriteObject()Jochen Hoenicke2001-03-051-45/+15
| | | | | | | | | | instead of the new JDK1.2 API. This is simpler and makes back-porting the classes to JDK1.1 trivial. (readObject): likewise. * lib/mkcollections.pl.in (mymkdir): Give the permission parameter to mkdir. Simplified the method. (convert): Removed the hacks to convert the JDK1.2 api to 1.1, as they are no longer necessary.
* * java/util/ArrayList.java: Changes made to let a given Perl scriptBrian Jones2000-12-173-1/+171
| | | | | | | | | | | | | produce the correct collections api in a different package for Java 1.1. writeObject(): renamed variable to oFields readObject(): renamed variable to iFields * configure.in: create lib/mkcollections.pl * lib/Makefile.am: distribute mkcollections.pl.in * lib/mkcollections.pl.in: creates copies of collections classes in a new user defined package name space for use in Java 1.1 projects, contributed by Jochen Hoenicke <Jochen.Hoenicke@Informatik.Uni-Oldenburg.de>.
* mkdep.pl.in: changed HEADERS to CP_HEADERSBrian Jones2000-11-201-1/+1
|
* Makefile.am: removed +M for jikes compilationBrian Jones2000-11-201-5/+5
| | | | | | changed HEADERS to CP_HEADERS due to a conflicting autoconf variable auto-included in the dist target put glibj.zip back into the dist target
* Add last two java.util.jar classesMark Wielaard2000-06-111-0/+2
|
* Add new 1.2 class: java/util/jar/JarOutputStream.javaMark Wielaard2000-06-051-0/+1
|
* Add java/util/jar/JarEntry.java: new 1.2 classMark Wielaard2000-06-041-0/+2
|
* * jikes generates .u files with +MBrian Jones2000-03-181-5/+6
| | | | | * generating makefile.dep removes the .u files before glibj.zip is created
* initial commitBrian Jones2000-03-181-0/+7
|
* mkdir -p pkgdatadir if it doesn't existBrian Jones2000-01-081-4/+4
|