summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-1/+1
| | | | | | | | only trivial merge conflicts here. not dealing with PR #4333 in this merge because there is a substantial conflict there -- so that's why I stopped at 63daba33ae99471175e9d7b20792324615f5999b for now
* Delete zipfile-bug.txtPaolo G. Giarrusso2014-10-231-93/+0
| | | The observed bug is probably solved (or should have a ticket), this 4-year-old thread dump does not seem to belong here.
* Prepare maven-based distribution building.Adriaan Moors2013-12-1910-452/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: `maven/latest/build.xml` is now deprecated. To publish a Scala build, simply call `ant publish` or `ant publish-local`. `maven/latest/build.xml` will soon disappear from `dists/` The idea is that a Scala distribution is a simple repackaging of artifacts already available on maven. Already available: typical jars for the artifacts (classes, sources, scaladoc). To add: the bin/, doc/, and man/ directories. Thus, move the contents that should end up in the distribution from docs/ to doc/, create the man/ directory with the manpages, and include the scripts in bin/. Next up: package these directories in a jar and publish to maven, with a dependency on scala-library-all, scala-reflect and scala-compiler, for the jars that should end up in the distribution. Refactorings: - Pull filter-pom out from deploy-one. - Rename maven-base to dist.maven. - Set all properties in the init target (dist.maven)
* Merge commit '9cdbe28' into merge/2.10.x-to-masterJason Zaugg2013-12-11107-5875/+289
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.examples.xml build.xml docs/examples/actors/pingpong.scala docs/examples/fors.scala docs/examples/iterators.scala docs/examples/jolib/Ref.scala docs/examples/jolib/parallelOr.scala docs/examples/monads/callccInterpreter.scala docs/examples/monads/directInterpreter.scala docs/examples/monads/errorInterpreter.scala docs/examples/monads/simpleInterpreter.scala docs/examples/monads/stateInterpreter.scala docs/examples/parsing/ArithmeticParser.scala docs/examples/patterns.scala docs/examples/pilib/elasticBuffer.scala docs/examples/pilib/handover.scala docs/examples/pilib/piNat.scala docs/examples/typeinf.scala src/build/pack.xml
| * Update README, include doc/licenses in distroAdriaan Moors2013-12-106-57/+287
| | | | | | | | | | | | | | | | | | | | | | We forgot to copy the licenses directory to the dists/ directory, so that they weren't included in the binary distribution. I did some house cleaning while I was at it. We no longer distribute ant as far as I can see (we used to for the sbt build, but that was long since removed). Added license for ASM, and Jansi (just to be sure).
| * Add attribution for Typesafe.Adriaan Moors2013-12-091-0/+2
| | | | | | | | This was agreed on a while ago, but not yet implemented.
| * Remove docs/examples; they reside at scala/scala-distAdriaan Moors2013-12-09102-5831/+0
| |
| * Remove unused android test and corresponding license.Adriaan Moors2013-12-091-16/+0
| |
| * Change Scala license to unmodified 3-clause BSD.Adriaan Moors2013-09-031-32/+24
| | | | | | | | | | | | No longer using the slightly reworded 3-clause BSD license. This does not change the meaning of the license, just aligns it with the standard wording.
| * [nomaster] Revert "Added a Swing ColorChooser wrapper"Adriaan Moors2013-02-121-61/+0
| | | | | | | | | | | | This reverts commit 08ab007c5c97f153902c4ac58f87e30fbf7cf99f. This is necessary to maintain binary compatibility with 2.10.0.
| * [nomaster] Revert "Added a Swing PopupMenu wrapper"Adriaan Moors2013-02-121-33/+0
| | | | | | | | | | | | This reverts commit bdff881f8a15d4de0c0ff2aa2427f0d8244d2d42. This is necessary to maintain binary compatibility with 2.10.0.
* | deprecate Pair and TripleDen Shabalin2013-11-2014-118/+118
| |
* | Removed Eclipse .project and .classpath for `plugintemplate` projectMirco Dotta2013-11-072-29/+0
| | | | | | | | | | | | According to @gkossakowski this project doesn't need to be imported (and, furtheremore, importing it in the current form results in errors in Eclipse), hence I'm removing it.
* | Change Scala license to unmodified 3-clause BSD.Adriaan Moors2013-09-031-32/+24
| | | | | | | | | | | | No longer using the slightly reworded 3-clause BSD license. This does not change the meaning of the license, just aligns it with the standard wording.
* | Application is deprecated. Replaced with AppRobert Nix2013-02-101-1/+1
| |
* | Updated copyright to 2013Carlo Dapor2013-01-024-5/+5
|/
* Added a Swing ColorChooser wrapperingoem2012-09-261-0/+61
|
* Added a Swing PopupMenu wrapperingoem2012-09-261-0/+33
|
* some more copyright cleanup for 2012Adriaan Moors2012-08-101-1/+1
| | | | contributed by Carlo Dapor -- thanks!
* Good-bye, scala.dbc.Paul Phillips2012-04-201-48/+0
| | | | Another deprecated soul passes on to ether world.
* Updated README for latest installationsJosh Suereth2012-03-271-10/+4
|
* Clean up standard/swing library by deprecating/moving code examplesSimon Ochsenreither2011-12-0719-0/+850
| | | | | | | | | Deprecate scala/xml/include/sax/Main.scala. Move scala/swing/test/* to docs/examples. Saves 160KB in scala-swing.jar. Fixes SI-4627.
* Fix documentation stutters.Blair Zajac2011-12-061-1/+1
|
* svn revision to sha-1 mapping.Paul Phillips2011-12-012-0/+15047
| | | | | | | | Two files, one with the shas which survived and one with the missing ones. The missing ones map the svn revisions to the corresponding sha in the scala-full repository: https://github.com/paulp/legacy-svn-scala-full
* updated some code examplesmichelou2011-11-233-29/+34
|
* Begone t1737...Hubert Plociniczak2011-11-0235-168/+168
|
* Fix bug in example sort.Paul Phillips2011-10-291-2/+2
| | | | | | Embarrassing bug causes sort to explode if there are any duplicated elements. Closes SI-4961, no review.
* removed legacy library code (package scala.mobile)michelou2011-04-291-17/+0
|
* removed gplAntonio Cunei2011-03-211-278/+0
| | | | | | Some javascript utils are dual licensed under gpl and mit. We already include the mit ones.
* license files.Antonio Cunei2011-03-211-0/+0
|
* license filesAntonio Cunei2011-03-213-0/+324
|
* Updated copyright notices to 2011Antonio Cunei2011-01-202-2/+2
|
* updates Scala examples, added detach pluginmichelou2010-11-173-11/+11
|
* Another attempt to fix a bug which has plagued ...Paul Phillips2010-10-261-0/+93
| | | | | | | | Another attempt to fix a bug which has plagued me for a year or more but which I am apparently the only one who enjoys it. I enclose some thread dumps in anticipation that someday someone else will experience it too. No review.
* removed docs/licences (doc/licenses already exi...Antonio Cunei2010-10-151-16/+0
| | | | | removed docs/licences (doc/licenses already exists)
* [scaladoc] Merges Petr's change to Scaladoc fro...Gilles Dubochet2010-08-191-0/+16
| | | | | | | | | | | | | [scaladoc] Merges Petr's change to Scaladoc from the Colladoc branch: bugfixes, improvements and refactorings that make it possible to extends Scaladoc into Colladoc. - Layout of index uses jQuery UI panel instead of frameset. - Search boxes have correct width on Firefox. - Scaladoc models the original, untransformed source. - Various internal bugfixes & refactorings. Review by dubochet.
* First version of SBT build for Scala compiler/l...moix2010-07-291-0/+16
| | | | | First version of SBT build for Scala compiler/library (see README)
* Added more license notices for things shipped w...Gilles Dubochet2010-06-022-0/+50
| | | | | Added more license notices for things shipped with Scala.
* Added mandatory copyright notices for some libr...Gilles Dubochet2010-06-023-0/+39
| | | | | Added mandatory copyright notices for some libraries shipped with Scala.
* updated CompilerCommand invocation in mainmichelou2010-05-251-1/+1
|
* As a brief diversion from real work, implemente...Paul Phillips2010-04-064-5/+5
| | | | | | | | | As a brief diversion from real work, implemented Damerau–Levenshtein and ran it on trunk to elicit obvious misspellings. Unfortunately they're mostly in places like compiler comments which real people never see, but I fixed them anyway. All those English Lit majors who peruse our sources are sure to be pleased. No review.
* corrected @usecase and imports in plugin examplemichelou2009-12-152-6/+6
|
* Tweaked plugin template not to reference /Users...Paul Phillips2009-12-111-1/+1
| | | | | Tweaked plugin template not to reference /Users/luc.
* plugin example update to be compiled via scala 2.8ilyas2009-12-073-3/+5
|
* Updated copyright notices to 2010Antonio Cunei2009-12-072-2/+2
|
* Reverting unwanted parts of last commit.Philipp Haller2009-10-262-19/+2
|
* Second half of fix and tests for #1518.Philipp Haller2009-10-262-2/+19
|
* Removed dead code, some useless Id tags removed.Gilles Dubochet2009-09-244-5/+0
|
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-2419-6/+6
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* Fixed boundedbuffer actor example (new arrays).Philipp Haller2009-09-241-1/+1
|