summaryrefslogtreecommitdiff
path: root/tools/strapcp
Commit message (Collapse)AuthorAgeFilesLines
* Remove tools/*{cp, _scala, _scalac}, and tools/*pickledJason Zaugg2013-10-281-11/+0
| | | | | | | | | | The scripts to fire up a compiler or REPL from build products have bitrotted just enough to get rid of them. They do not include the correct JLine, nor the scala modules. I've also removed showPickled and diffPickled which were based on these, and were also based on some code in ShowPickled that no longer exists since 48cc8b4.
* SI-6769 Removes GenJVM backendJames Iry2012-12-051-2/+1
| | | | | Get rid of GenJVM and everything that refers to it. Also get rid of GenAndroid since it's dead code that refers to GenJVM.
* Updated tools/*cp scripts.Paul Phillips2012-06-061-4/+8
| | | | | To include the asm classes in some cases, and also to improve with my sadly now-greater knowledge of shell scripting.
* A variety of changes to partest made in a quest...Paul Phillips2010-02-171-1/+4
| | | | | | | | A variety of changes to partest made in a quest to get it to reveal the classpaths it is using. No longer will partest actively sabotage your efforts to pass -Dpartest.debug=true by inserting "-Dpartest.debug=" after yours! And etc. Review by haller (if so inclined.)
* Some new tools for the tools directory.Paul Phillips2010-02-151-0/+5
amounts to a yak shaving expedition to enable this, which now works: tools/diffPickled scala.Either and since stability is presently broken you will see the following. (When it's not broken you will see nothing.) 541,544c541,544 < 538,4090: EXTref 3: 539(Left) 2 < 539,4095: TYPEname 4: Left < 540,4101: EXTref 3: 541(Right) 2 < 541,4106: TYPEname 5: Right --- > 538,4090: EXTref 3: 539(Right) 2 > 539,4095: TYPEname 5: Right > 540,4102: EXTref 3: 541(Left) 2 > 541,4107: TYPEname 4: Left