racket/collects/unstable
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
..
automata Newlines at EOFs. 2012-11-06 14:07:15 -05:00
gui unstable: add cross-out and backdrop pict functions 2012-10-19 15:34:35 -04:00
latent-contract
private
scribblings Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
temp-c
tests Move define/match to racket/match 2012-10-14 14:39:36 -04:00
bytes.rkt
cat.rkt
class-iop.rkt
contract.rkt adjust the contract error messages to follow the error message 2012-08-05 20:09:09 -05:00
custom-write.rkt added unstable/custom-write 2012-09-27 12:45:55 -04:00
debug.rkt
define.rkt
error.rkt added unstable/error, raise-misc-error 2012-08-22 11:55:11 -04:00
file.rkt
find.rkt
flonum.rkt
function.rkt
future.rkt
hash.rkt
info.rkt
latent-contract.rkt
lazy-require.rkt
list.rkt Move list-set and list-update to unstable/list. 2012-08-20 14:45:50 -04:00
logging.rkt Fix unstable/logging to work with the new logging system. 2012-09-11 13:48:14 -04:00
markparam.rkt
match.rkt Move define/match to racket/match 2012-10-14 14:39:36 -04:00
open-place.rkt A whole bunch of missing newlines at EOFs (and a few other spaceages). 2012-10-19 06:47:24 -04:00
parameter-group.rkt
pretty.rkt
recontract.rkt added recontract-out 2012-08-03 20:52:35 -04:00
sandbox.rkt added make-log-based-eval 2012-08-22 11:54:15 -04:00
sequence.rkt
string.rkt
struct.rkt
syntax.rkt added make-variable-like-transformer 2012-08-22 11:31:22 -04:00
time.rkt
wrapc.rkt