summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Re-commented the assert out, it should probably beSean McDirmid2008-03-301-1/+4
| | | | | | assert(!parent.entries.contains(name)), I got the boolean logic wrong on the last commit.
* Reverted Sean's change.Geoffrey Washburn2008-03-291-2/+1
|
* Disabling assertion that seems wrong.Sean McDirmid2008-03-291-1/+2
|
* reverted parseattrubtevalue hack, fixed attribu...Burak Emir2008-03-274-13/+14
| | | | | reverted parseattrubtevalue hack, fixed attribute value parsing
* scala.swing updateNAME2008-03-2652-248/+496
|
* Fixed XML entity reference parsing: &quote; to ...Iulian Dragos2008-03-251-3/+3
| | | | | Fixed XML entity reference parsing: &quote; to "
* added insert for Byte/Short, synchronized CLDC ...michelou2008-03-252-34/+502
| | | | | added insert for Byte/Short, synchronized CLDC version
* fixed matching bug (leading to "subst is null" ...Burak Emir2008-03-221-16/+36
| | | | | | fixed matching bug (leading to "subst is null" assertion error, due to lost variable bindings) that wsa blocking Gilles' metamodel development.
* Hopefully that fixes CLDC's incapacity to deal ...Gilles Dubochet2008-03-221-8/+0
| | | | | Hopefully that fixes CLDC's incapacity to deal with floating points.
* Fixed issue #668, removed fix for issue #602.Gilles Dubochet2008-03-212-0/+68
|
* May have fixed issue #650 (couldn't test fsc ta...Gilles Dubochet2008-03-212-34/+36
| | | | | May have fixed issue #650 (couldn't test fsc task on Mac).
* Added overloaded toArray methods to avoid boxin...Iulian Dragos2008-03-202-0/+23
| | | | | | Added overloaded toArray methods to avoid boxing when implementing Seq with a concrete type
* Fixed issues #584 and #602.Gilles Dubochet2008-03-203-17/+45
|
* explain deprecation in JavaMapAdaptor / JavaSet...Lukas Rytz2008-03-202-0/+2
| | | | | explain deprecation in JavaMapAdaptor / JavaSetAdaptor
* Adding apply methods to Map/Set/etc...Sean McDirmid2008-03-207-9/+34
|
* Start of the Ordering trait.Geoffrey Washburn2008-03-191-0/+24
|
* Fixed comment added keywords.Geoffrey Washburn2008-03-191-3/+2
|
* Added a trait for equivalence relations.Geoffrey Washburn2008-03-192-3/+28
| | | | | | Updated the copyright in Ordered.scala, changed references to a "class" to a "trait".
* Fixed svn propertiesmihaylov2008-03-1980-78/+80
|
* Fixed svn propertiesmihaylov2008-03-1923-52/+29
|
* moved or fixed package declaration of some file...mihaylov2008-03-194-1/+3
| | | | | | moved or fixed package declaration of some files to avoid unnecessary recompilation
* Added missing StringBuilder methods for #656.Geoffrey Washburn2008-03-181-0/+6
|
* Enhancement #623NAME2008-03-182-2/+15
|
* Scalac prints a “type is already defined as“ e...Gilles Dubochet2008-03-181-1/+1
| | | | | | | Scalac prints a “type is already defined as“ error instead of incredibly-hard-to-debug “illegal cyclic reference” error in some rare cases.
* Removed Matchable string, which is no longer ne...Martin Odersky2008-03-171-28/+0
| | | | | | Removed Matchable string, which is no longer necessary for new collections.
* added CharSequence abstractionMartin Odersky2008-03-1725-237/+825
| | | | | | | | | changed Regex class added Regex parsers changed thrown Errors in library to RuntimeExceptions added lazy_::, lazy_::: constructors and extractors for streams changed maximally supported function type arity to 22
* added better disgniostics for cyclic referencesMartin Odersky2008-03-171-1/+5
|
* Cleans up what scaladoc generates for synthetic...Lex Spoon2008-03-165-32/+81
| | | | | | | | | | | | Cleans up what scaladoc generates for synthetic classes like scala.Int and scala.Any: - When generating API docs for the standard library, add synthetic classes to the indexes (all classes, all classes in package "scala", etc.) - When generating API docs for anything else, do not generate the HTML files for synthetic classes. Instead, link to the Scala home page, the same as with non-synthetic classes.
* fix for bug #639Sean McDirmid2008-03-161-0/+5
|
* hello worldSean McDirmid2008-03-1610-10/+10
|
* added scala.swingMartin Odersky2008-03-1348-0/+845
|
* removed unchecked warnings, fixed parseFullmichelou2008-03-131-14/+21
|
* Do not reset trapExit in Actor.start.Philipp Haller2008-03-131-2/+6
|
* Updated documentation with complexity informati...Iulian Dragos2008-03-132-16/+31
| | | | | | Updated documentation with complexity information on buffer implementations.
* Test root can be overridden and look-up is smar...Philipp Haller2008-03-137-793/+44
| | | | | | Test root can be overridden and look-up is smarter. Removed dependency on SCALA_HOME. Deleted obsolete files.
* Fixed unreachable code in JSON parser.Gilles Dubochet2008-03-121-17/+12
|
* Obtaining Scala compiler version is more robust.Philipp Haller2008-03-123-15/+9
|
* Changed the return type for parseFull to List f...Derek Chen-Beker2008-03-121-12/+22
| | | | | | | Changed the return type for parseFull to List for JSON arrays and Map for JSON objects. Also added scaladoc comments and cleaned up some old/unneeded code.
* added missing headersmichelou2008-03-1210-2/+101
|
* small code cleanup in a .NET-related method in ...mihaylov2008-03-121-26/+14
| | | | | small code cleanup in a .NET-related method in Definitions
* Fixed small output issue.Philipp Haller2008-03-112-7/+52
|
* Fixed #619.Philipp Haller2008-03-111-2/+25
|
* StringBufferClass -> StringBuilderClassmichelou2008-03-111-7/+7
|
* extended isStrictlyMoreSpecific for erased typesmichelou2008-03-112-17/+25
|
* fixed #617, code cleanupmichelou2008-03-111-67/+72
|
* added support for regexps """<regexp>""".r.Martin Odersky2008-03-106-22/+49
|
* StringBuffer -> StringBuildermichelou2008-03-102-4/+3
|
* added doc commentsMartin Odersky2008-03-101-0/+31
|
* 1.Martin Odersky2008-03-1023-175/+538
| | | | | | | | 2. Added * operator to RichString 3. changed zip in Array to accept arrays of different length 4. changed takeWhile/dropWhile in Array to yield Projections 5. Added Manifest types
* Fixed another use of 1.5 PrintWriter constructor.Geoffrey Washburn2008-03-101-1/+1
|