racket/collects/profj/libs/java/lang
Eli Barzilay 699c40643d * Changed setup-plt to compile collections if they have an "info.ss"
file.  (That is, it does not require the file to have a `name'
  entry.)

* The name shown when setup works is the directory name, followed by
  the `name' field from the info file when specified.

* This means that many `name's are no longer needed, so I'm removing
  them.  To see if you need a `name' entry, consider that the name
  will be shown like this:
    ... foo (<your name here>)
  This means that if the name is the same as the directory name, then
  there is no point in having it.  I also removed cases where the name
  differed only in its capitalization for collections where the case
  is obvious.

* Also, for subcollections, the name should clarify the name of the
  subcollection in context.  For example "Acknowledgments" explains
  what scribbling/acks is, but there's no need to add the context name
  as in "Scribblings: Acknowledgments".

* There may also be a point in keeping names for other uses.  One such
  example was in games, where the name field was used in the PLT Games
  application.  (This was changed to default on the directory name, so
  it is no longer needed in most games.)  Another example is in planet
  packages.

svn: r8629
2008-02-12 10:33:01 +00:00
..
ArithmeticException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
ArithmeticException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
array.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
ArrayIndexOutOfBoundsException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
ArrayIndexOutOfBoundsException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
ArrayStoreException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
ArrayStoreException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
Boolean.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
Byte.java Adding libraries to lang. 2006-06-04 22:09:21 +00:00
Character.djava Adding libraries to lang. 2006-06-04 22:09:21 +00:00
CharSequence.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
ClassCastException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
ClassCastException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
ClassNotFoundException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
ClassNotFoundException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
CloneNotSupportedException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
CloneNotSupportedException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
Comparable.jinfo Correction to recompiling on a version chance 2006-01-30 22:07:40 +00:00
Comparable.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
compile-lang-syntax.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
compile-lang.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
Double-native-methods.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
Double.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
Exception.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
Exception.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
Float.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
IllegalAccessException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
IllegalAccessException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
IllegalArgumentException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
IllegalArgumentException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
IllegalMonitorStateException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
IllegalMonitorStateException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
IllegalStateException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
IllegalStateException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
IllegalThreadStateException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
IllegalThreadStateException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
IndexOutOfBoundsException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
IndexOutOfBoundsException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
info.ss * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
installer.ss Adding libraries to lang. 2006-06-04 22:09:21 +00:00
InstantiationException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
InstantiationException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
Integer.java Adding libraries to lang. 2006-06-04 22:09:21 +00:00
InterruptedException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
InterruptedException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
Long.java Adding libraries to lang. 2006-06-04 22:09:21 +00:00
Math-native-methods.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
Math.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
mz.ss Adding libraries to lang. 2006-06-04 22:09:21 +00:00
NegativeArraySizeException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
NegativeArraySizeException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
NoSuchFieldException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
NoSuchFieldException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
NoSuchMethodException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
NoSuchMethodException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
NullPointerException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
NullPointerException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
Number.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
NumberFormatException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
NumberFormatException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
Object-composite.ss Correction to array runtime assignment error 2008-01-16 00:11:20 +00:00
Object.jinfo Correction to recompiling on a version chance 2006-01-30 22:07:40 +00:00
Object.ss Correction to bugs with accessing fields of wrapped java objects, and using == in the presence of dynamic. 2006-01-20 04:12:33 +00:00
RuntimeException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
RuntimeException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
SecurityException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
SecurityException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
Short.java Adding libraries to lang. 2006-06-04 22:09:21 +00:00
String.jinfo Correction to recompiling on a version chance 2006-01-30 22:07:40 +00:00
String.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
StringIndexOutOfBoundsException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
StringIndexOutOfBoundsException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
System-native-methods.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
System.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
Throwable.jinfo Correction to recompiling on a version chance 2006-01-30 22:07:40 +00:00
Throwable.ss Adding dynamic type and interoperability support to ProfJ; also brings profj up to date after the switch from cvs to svn 2005-06-02 04:36:59 +00:00
UnsupportedOperationException.java Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
UnsupportedOperationException.ss Merged 1145:1303 from branches/kathyg (only collects/profj directory) 2005-11-14 04:51:09 +00:00
Util.djava Fixing dynamic bug, and adding Util.error 2005-07-04 21:32:23 +00:00