racket/collects/picturing-programs
Eli Barzilay 672910f27b Lots of bad TAB eliminations.
I started from tabs that are not on the beginning of lines, and in
several places I did further cleanings.

If you're worried about knowing who wrote some code, for example, if you
get to this commit in "git blame", then note that you can use the "-w"
flag in many git commands to ignore whitespaces.  For example, to see
per-line authors, use "git blame -w <file>".  Another example: to see
the (*much* smaller) non-whitespace changes in this (or any other)
commit, use "git log -p -w -1 <sha1>".
2012-11-07 11:22:20 -05:00
..
private racket/draw: make-immutable-{color,brush,pen} => make-{color,brush,pen} 2012-05-01 21:04:40 -06:00
tests Changed "right" error messages to match new actual error messages. 2012-10-20 13:31:00 -04:00
.gitignore no longer ignoring tests 2011-01-08 00:00:47 -05:00
info.rkt Some info.rkt cleanups. 2011-08-29 16:33:13 -04:00
main.rkt In addition to providing "provide", I also provide several of its 2012-06-08 19:44:48 -04:00
picturing-programs.scrbl Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
racket.css
scheme.css