summaryrefslogtreecommitdiff
path: root/src/attic
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright notices to 2011Antonio Cunei2011-01-203-3/+3
|
* One of those annoying patches for which I apolo...Paul Phillips2010-11-022-5/+5
| | | | | | | | | | One of those annoying patches for which I apologize in advance. It's a step toward a better world. Almost all the changes herein are simple transformations of "x hasFlag FOO" to "x.isFoo", with the remainder minor cleanups. It's too big to review, so let's say no review: but I'm still all ears for input on the issues mostly outlined in HasFlags.scala.
* Removed a disappointly small amount of code ass...Paul Phillips2010-11-011-11/+0
| | | | | | Removed a disappointly small amount of code associated with the obsolete namePos. No review.
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-123-3/+0
| | | | | Removed more than 3400 svn '$Id' keywords and related junk.
* As a brief diversion from real work, implemente...Paul Phillips2010-04-061-3/+0
| | | | | | | | | 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.
* Created directory for code which is most likely...Paul Phillips2010-03-085-0/+1478
Created directory for code which is most likely dead but we want to keep around a while in case someone else is using it. It's called src/attic and now it holds four files. Motivations: such files cloud my attempts to figure out what code in the compiler is really being used, they require effort to maintain across changes, and they slow down every build a fraction. Revew by community.