summaryrefslogtreecommitdiff
path: root/config/list
diff options
context:
space:
mode:
authorschinz <schinz@epfl.ch>2004-10-14 07:37:27 +0000
committerschinz <schinz@epfl.ch>2004-10-14 07:37:27 +0000
commit534204a7eea4a87d1cc60789c909429f2780c079 (patch)
treebc8cb5fd0998568571aff8a39888b6b8e37718e5 /config/list
parent31f3132b177b9f553d0352c7bf8c1022782fc233 (diff)
downloadscala-534204a7eea4a87d1cc60789c909429f2780c079.tar.gz
scala-534204a7eea4a87d1cc60789c909429f2780c079.tar.bz2
scala-534204a7eea4a87d1cc60789c909429f2780c079.zip
- added files related to run-time types
Diffstat (limited to 'config/list')
-rw-r--r--config/list/library.lst18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/list/library.lst b/config/list/library.lst
index 902f65f649..43cd4e6807 100644
--- a/config/list/library.lst
+++ b/config/list/library.lst
@@ -148,6 +148,9 @@ io/Source.scala
mobile/Code.scala
mobile/Location.scala
+runtime/AtomicReference.java
+runtime/FNV_Hash.java
+runtime/IOMap.java
runtime/InterpreterSupport.java
runtime/NativeLoop.java
runtime/ResultOrException.java
@@ -164,6 +167,21 @@ runtime/matching/TestAlphabet.scala
text/Document.scala
+runtime/types/ClassType.java
+runtime/types/JavaClassType.java
+runtime/types/ScalaClassType.java
+runtime/types/SingleType.java
+runtime/types/TypeBoolean.java
+runtime/types/TypeByte.java
+runtime/types/TypeChar.java
+runtime/types/TypeConstructor.java
+runtime/types/TypeDouble.java
+runtime/types/TypeFloat.java
+runtime/types/TypeInt.java
+runtime/types/TypeLong.java
+runtime/types/TypeShort.java
+runtime/types/JavaTypeRepository.java
+
testing/UnitTest.scala
testing/SUnit.scala