Changes to Scratchpad between r0 and r1

tcl>file exists x --> tcl>file exists x
1 --> 1
tcl>file exists y --> tcl>file exists y
0 --> 0
tcl>file rename x y --> tcl>file rename x y
tcl>file exists y --> tcl>file exists y
1 --> 1
tcl>ls -ld y --> tcl>ls -ld y
drwxr-xr-x 2 rkeene users 4096 2008-03-29 23:46 y --> drwxr-xr-x 2 rkeene users 4096 2008-03-29 23:46 y

Legend

     Only in r0
     Only in r1
     -->      Modified slightly between r0 and r1