summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/mutable/CloneableCollection.scala
Commit message (Collapse)AuthorAgeFilesLines
* Removed long deprecated and obscure CloneableCo...Paul Phillips2011-03-191-22/+0
| | | | | | | | | | | | | Removed long deprecated and obscure CloneableCollection. Discovered we have a scala.collection.mutable.Cloneable which does not extend java.lang.Cloneable, which is why Array is not considered cloneable. That seems wrong, but to be conservative I gave Array the Cloneable interface without altering the scala trait. Also, if @serializable is deprecated in favor of Serializable, should not @cloneable be deprecated analogously? Closes #4307, and a commit-question review by rytz.
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
|
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
| | | | | Removed more than 3400 svn '$Id' keywords and related junk.
* More docs. No review.Aleksandar Pokopec2010-04-101-2/+2
|
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
|
* add @since annotationsstepancheg2009-09-261-0/+2
|
* Collections refactoring.Martin Odersky2009-09-251-1/+2
|
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-3/+4
| | | | | | fixed headers/comments/svn props, made some progress with serializable classes
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-2/+1
|
* massive new collections checkin.Martin Odersky2009-05-081-1/+2
|
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
|
* Integrated J2ME version of the library as of re...mihaylov2007-06-131-0/+19
Integrated J2ME version of the library as of rev 12002