Skip to content

Commit

Permalink
Updated STARR to 2.7.0-RC1
Browse files Browse the repository at this point in the history
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13930 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
  • Loading branch information
michelou committed Feb 7, 2008
1 parent 49e3a76 commit 687873b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.number
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Tue Sep 11 19:21:09 CEST 2007
version.minor=6
version.patch=1
version.suffix=-RC2
version.minor=7
version.patch=0
version.suffix=
version.major=2
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@ GENERATES A DISTRIBUTION
<quicksbaz
file="${dist.dir}/scala-devel-docs-${version.number}.sbp"
adfile="${dist.dir}/scala-devel-docs-${version.number}.advert"
name="scala-devel"
name="scala-devel-docs"
version="${version.number}"
desc="The Scala developer documentation. This contains all developer documentation."
link="${sbaz.universe}/scala-devel-docs-${version.number}.sbp">
Expand Down
Binary file modified lib/scala-compiler.jar
Binary file not shown.
Binary file modified lib/scala-library-src.jar
Binary file not shown.
Binary file modified lib/scala-library.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/compiler/scala/tools/nsc/symtab/StdNames.scala
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ trait StdNames {
val classOf = newTermName("classOf")
val coerce = newTermName("coerce")
val defaultValue = newTermName("defaultValue")
val detach = newTermName("detach")
val drop = newTermName("drop")
val dummy = newTermName("$dummy")
val elem = newTermName("elem")
Expand Down Expand Up @@ -324,7 +325,6 @@ trait StdNames {
val sameElements = newTermName("sameElements")
val scala_ = newTermName("scala")
val self = newTermName("self")
val send = newTermName("send")
val synchronized_ = newTermName("synchronized")
val tag = newTermName("$tag")
val tail = newTermName("tail")
Expand Down

0 comments on commit 687873b

Please sign in to comment.