| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
* autogen.sh: Useful script for hackers to call auto* tools on
fresh CVS copy.
* Makefile.am: Only indent C files below native/ directory.
|
|
|
|
|
|
|
|
|
| |
* .indent.pro: Added typedef file for GNU indent.
* Makefile.am: Added indent target.
* include/jni.h.in, native/fdlibm/fdlibm.h,
native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGlyphVector.c,
native/vmi/vmi.h: Separate typedef declarations from struct/union
declarations.
|
|
|
|
| |
* doc/api/Makefile.am (dist-hook): Removed.
|
|
|
|
| |
in the external directory.
|
|
|
|
|
|
| |
* configure.in (AC_OUTPUT): Add external/Makefile.
* external/README: Add how to update Makefile.am jaxp_FILES entry.
* external/Makefile.am: New file.
|
|
|
|
|
|
|
| |
* Makefile.am (SUBDIRS): Add include.
* configure.in: Add --enable-regen-headers flag.
(AC_OUTPUT): Add include/Makefile.
* include/Makefile.am: New file.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
* Makefile.am (SUBDIRS): Alphabetize.
* java/util/AbstractList.java (SubList): Increase member
visibility for fewer accessor methods.
* java/util/Hashmap.java (getEntry): Ditto.
* java/util/Hashtable.java (getEntry): Ditto.
* java/util/LinkedList.java (getEntry, removeEntry): Ditto.
* java/util/WeakHashMap.java (buckets, internalRemove): Ditto.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
out of an if statement wrapping functionality needed only for
compiling JNI libraries, so unfortunately yes you probably must
have a C compiler even if just compiling the Java source
* Makefile.am: dist-hook to use $(distdir) instead of $(top_distdir)
* native/gnu.java.awt.image: removed directory, needed file was
already part of native/jni/gtk-peer/ directory and library.
* resource/java/util/Makefile.am: updated properties files to
include in distribution
* resource/Makefile.am: include gnu in SUBDIRS
* resource/gnu/Makefile.am: new file
* resource/gnu/.cvsignore: ditto
* resource/gnu/java/Makefile.am: ditto
* resource/gnu/java/.cvsignore: ditto
* resource/gnu/java/awt/Makefile.am: ditto
* resource/gnu/java/awt/.cvsignore: ditto
* resource/gnu/java/awt/peer/Makefile.am: ditto
* resource/gnu/java/awt/peer/.cvsignore: ditto
* resource/gnu/java/awt/peer/gtk/Makefile.am: ditto
* resource/gnu/java/awt/peer/gtk/.cvsignore: ditto
* configure.in: added above Makefiles to output
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
by default
|
|
|
|
| |
in `DIST_COMMON'.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Modified Makefiles to included added subdirectories.
|
|
|