aboutsummaryrefslogtreecommitdiff
path: root/src/lib/GenericOS.rs
Commit message (Collapse)AuthorAgeFilesLines
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-121-9/+0
| | | | This should be a snapshot transition.
* Failure to re-stage changes strikes again.Graydon Hoare2011-05-061-1/+1
|
* Fix GenericOS.getenv returning a raw str, return an Option.t[str] instead.Graydon Hoare2011-05-061-2/+7
|
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-061-1/+1
| | | | (Have fun mergining your stuff with this.)
* stdlib: Add a color_supported() function to TermPatrick Walton2011-04-281-0/+4