summaryrefslogtreecommitdiff
path: root/lib/mkcollections.pl.in
Commit message (Collapse)AuthorAgeFilesLines
* * java/lang/Iterable.java: Import all of java.util.Mark Wielaard2006-07-221-1/+2
| | | | | * lib/mkcollections.pl.in (javautilclasses): Add Iterable. * lib/Makefile.am: Only search for .java files in COLLECTIONS_PREFIX.
* 2006-03-03 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-03-031-3/+3
| | | | | | | | | | | * NEWS: Add entry for --enable-collections. * configure.ac: Add --enable-collections option. * lib/Makefile.am (collections.jar): New target. (glibj_DATA): Add $(COLLECTIONS). * lib/mkcollections.pl.in (destpath): Set from COLLECTION_PREFIX configure substitution. (classpath): Read from command line. (javautilclasses): Remove BasicMapEntry. Add RandomAccess.
* * all files: Update for new FSF address.Mark Wielaard2005-07-021-1/+2
|
* * 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-171-0/+169
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>.