Code Review: Autoload6

tfpt review “/shelveset:Autoload6;REDMOND\tomat”
Comment :
Implements Kernel#autoload, Module#autoload and adds more specs for
them.
Fixes incorrect evaluation order in post-test loop (begin … end
while cond).
Adds helpers to Tokenizer class that check whether a given string is
a valid method/constant/class-variable/instance-variable name.
Fixes signature of Kernel#printf.
Adds support for HOME directory mapping to ‘load’ and ‘require’.
Fixes few symbol related bugs introduced by previous checkin.

Tomas

Coding changes look good.

Test looks good

JD