summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* uses major/minor/patch versions before incremen...v2.0.0michelou2006-03-121-9/+9
| | | | | uses major/minor/patch versions before incrementing them
* Added bug545Martin Odersky2006-03-122-0/+16
|
* Removed errorType test; it is repeated in bug545 Martin Odersky2006-03-122-12/+0
|
* Fixed some more bugs and improved error messages.Martin Odersky2006-03-123-5/+20
|
* Bug fixesMartin Odersky2006-03-117-12/+38
|
* corrected missing path conversion on Cygwin for...michelou2006-03-114-46/+64
| | | | | | | corrected missing path conversion on Cygwin for file 'generic-unix.tmpl' added handling of option '-cp/-classpath' in file 'tool-windows.tmpl ' use task <copy> instead of <symlink> on Windows in file 'build.xml '
* log file 'build.timers' now located in 'logs' d...michelou2006-03-111-106/+0
| | | | | log file 'build.timers' now located in 'logs' directory
* (no commit message)Lex Spoon2006-03-112-0/+12
|
* updated man pages for Scala 2michelou2006-03-104-4/+190
|
* Actually really got rid of the print message.Gilles Dubochet2006-03-101-3/+3
|
* Getting rid of a print message.Sean McDirmid2006-03-101-1/+1
|
* Fixed bug where scaladoc chokes on finding a UR...Sean McDirmid2006-03-101-2/+6
| | | | | | Fixed bug where scaladoc chokes on finding a URL for <refinement> (whatever that means).
* Changed '-inline' to '-Xinline'Iulian Dragos2006-03-101-1/+1
|
* Reverting file (I think) to fix broken build.Sean McDirmid2006-03-101-1/+0
|
* (no commit message)Martin Odersky2006-03-1072-84/+86
|
* Merged in by hand stephane's changes because SV...Sean McDirmid2006-03-101-1/+5
| | | | | Merged in by hand stephane's changes because SVN is evil.
* Reintroduced the toList method for efficiencymihaylov2006-03-101-5/+5
|
* using double brakets enables logical or in bashBurak Emir2006-03-101-1/+1
|
* fixed removing of first :Burak Emir2006-03-101-0/+1
|
* performed some renamings in the compiler & libraryMartin Odersky2006-03-0981-184/+267
| | | | | | | All -> Bottom AllRef -> Null mixin class -> trait
* Fixed bugs in Scala doc.Sean McDirmid2006-03-094-134/+306
|
* fixed handling of classpath again, adds "." if ...Burak Emir2006-03-091-3/+5
| | | | | fixed handling of classpath again, adds "." if nothing is specified
* Use the names from StdNames where appropriatemihaylov2006-03-091-16/+16
|
* made the view method implicitmihaylov2006-03-091-15/+16
|
* fixed handling of classpath, never try to modif...Burak Emir2006-03-091-5/+52
| | | | | fixed handling of classpath, never try to modify bootclasspath
* slight tweak to support scalaint scriptsLex Spoon2006-03-091-1/+1
|
* fixed names of view methodsBurak Emir2006-03-091-2/+2
|
* fixed names of view methodsBurak Emir2006-03-091-2/+1
|
* fixed names of view methodsBurak Emir2006-03-098-27/+27
|
* (no commit message)Martin Odersky2006-03-097-7/+60
|
* (no commit message)Martin Odersky2006-03-094-10/+16
|
* Fixed some distribution-related build dependenc...Gilles Dubochet2006-03-092-85/+95
| | | | | | | Fixed some distribution-related build dependencies and improved the way devel, patch and minor distributions can be requested. Updated README to match current build script.
* Code cleanupmihaylov2006-03-093-74/+69
|
* Fixed check filesmihaylov2006-03-091-0/+1
|
* Fixed check filesmihaylov2006-03-091-6/+6
|
* added directory 'examples' to generated distrib...michelou2006-03-091-1/+4
| | | | | added directory 'examples' to generated distribution
* added file docs/examples/gadts.scalamichelou2006-03-091-0/+22
|
* changed error handling when output location is ...michelou2006-03-091-68/+67
| | | | | | changed error handling when output location is missing (javac) changed ":" into File.pathSeparator
* fix arrays some more.Martin Odersky2006-03-0917-225/+366
|
* cleaned up code in scala/tools/nsc/Main.scalamichelou2006-03-091-25/+23
|
* Updated SABBUS to: Gilles Dubochet2006-03-081-68/+182
| | | | | | | | | | | 1. Generate better local distributions, same layout as a sbaz-managed directory. 2. Consolidate Sbaz packages into a smaller set. Compatibility packages are also generated. 3. Added number management (triggered by 'release' property). 4. Scaladoc HTML documentation is now part of the distribution. 5. Target 'docs.compiler' generates HTML documentation for compiler. 6. FJBG is now insert into 'scala-compiler.jar' archive for distribution.
* ScalaBazaar Ant task now correctly handles empt...Gilles Dubochet2006-03-081-16/+16
| | | | | | ScalaBazaar Ant task now correctly handles empty packages (placeholders).
* added file build.examples.xml to build/run Scal...michelou2006-03-081-0/+270
| | | | | added file build.examples.xml to build/run Scala examples
* added method 'kill' in some examples docs/examp...michelou2006-03-085-10/+44
| | | | | added method 'kill' in some examples docs/examples/*.scala
* Some changes to make arrays work betterMartin Odersky2006-03-0816-146/+243
|
* added method 'kill' in docs/examples/oneplacebu...michelou2006-03-081-0/+7
| | | | | added method 'kill' in docs/examples/oneplacebuffer.scala
* Added a Scaladoc ant task and extended SABBUS t...Gilles Dubochet2006-03-086-19/+582
| | | | | Added a Scaladoc ant task and extended SABBUS to use it.
* removed task 'examples' from build.xmlmichelou2006-03-081-44/+0
|
* Torned is/asInstanceOf to isAsInstanceOfmihaylov2006-03-083-64/+60
|
* Uncommented the private[scala] access modifier ...mihaylov2006-03-082-3/+2
| | | | | | Uncommented the private[scala] access modifier of class ::'s constructor paremeter