Code Review: gets-1

tfpt review “/shelveset:gets-1;REDMOND\jflam”

Comment :

  • Fixes rubyforge bug #21342 - “gets” broken
  • Adds code to test for closed streams
  • Adds tainting to input returned from gets
  • Adjusts input line correctly in # RubyExecutionContext
  • Fixes getc to return a fixnum as opposed to a .NET char
  • Fixes thunk from Kernel#gets to IO#gets