Branch: refs/heads/whiteknight/io_cleanup1
  Home:   https://github.com/parrot/parrot
  Commit: 2c17e654b6769a199d0a8c9ae9bb8580e33b60a3
      
https://github.com/parrot/parrot/commit/2c17e654b6769a199d0a8c9ae9bb8580e33b60a3
  Author: Whiteknight <[email protected]>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M include/parrot/io.h
    M src/io/api.c
    M src/io/filehandle.c
    M src/io/io_private.h
    M src/io/stringhandle.c
    M src/io/utilities.c

  Log Message:
  -----------
  Add a new IO_VTABLE flag to show when a type is always readable. 
StringHandles are always readable, even when closed or opened in 'w' mode. I 
suggest in the future it should not be, but these are the current expected 
semantics. Fix FileHandle.readall when trying to read from stdin when stdin is 
in pipe mode. Several more tests are reclaimed


  Commit: a840cc560b42b3e001ce1d63b4e68c798b9ae724
      
https://github.com/parrot/parrot/commit/a840cc560b42b3e001ce1d63b4e68c798b9ae724
  Author: Whiteknight <[email protected]>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M config/gen/makefiles/root.in

  Log Message:
  -----------
  Add a line to the Makefile to make checkdepend.t happy


  Commit: b3dfb6282644c896b191aa271a19a37cb80d8ad6
      
https://github.com/parrot/parrot/commit/b3dfb6282644c896b191aa271a19a37cb80d8ad6
  Author: Whiteknight <[email protected]>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M src/pmc/stringhandle.pmc

  Log Message:
  -----------
  Make sure to set the record_separator of StringHandle. This fixes some tests


  Commit: e57f51a712f3c266f713441688403aefcc5503a2
      
https://github.com/parrot/parrot/commit/e57f51a712f3c266f713441688403aefcc5503a2
  Author: Whiteknight <[email protected]>
  Date:   2012-06-10 (Sun, 10 Jun 2012)

  Changed paths:
    M src/io/api.c
    M src/pmc/stringhandle.pmc

  Log Message:
  -----------
  Fake the StringHandle.buffer_size method for now to get tests passing.


Compare: https://github.com/parrot/parrot/compare/42a24e9...e57f51a
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits

Reply via email to