Branch: refs/heads/master
  Home:   https://github.com/parrot/parrot
  Commit: 195402ad34f1fef4ecdb70eed866344f4be15fe6
      
https://github.com/parrot/parrot/commit/195402ad34f1fef4ecdb70eed866344f4be15fe6
  Author: Whiteknight <[email protected]>
  Date:   2012-05-18 (Fri, 18 May 2012)

  Changed paths:
    M config/gen/makefiles/root.in
    M include/parrot/io.h
    M src/io/api.c
    M src/io/socket_api.c
    M src/pmc/filehandle.pmc
    M src/pmc/handle.pmc

  Log Message:
  -----------
  Add a new Parrot_io_socket_recv_to_buffer to read from a socket to a 
preexisting buffer. Refactor most of the guts of the FileHandle.read_bytes 
method into a new Parrot_io_read_byte_buffer_pmc. Move the read_bytes method 
from FileHandle to Handle to we can inherit it to Socket too.


  Commit: 3747017b764857abd836149a10cc99cc62b0f237
      
https://github.com/parrot/parrot/commit/3747017b764857abd836149a10cc99cc62b0f237
  Author: Whiteknight <[email protected]>
  Date:   2012-05-18 (Fri, 18 May 2012)

  Changed paths:
    M include/parrot/io.h
    M src/io/api.c
    M src/io/socket_api.c
    M src/pmc/handle.pmc

  Log Message:
  -----------
  Add a new .write_bytes() method to Handle, which will be inherited by 
FileHandle and Socket. This method reads bytes from a ByteBuffer and outputs to 
the handle. Untested and several codestd problems.


  Commit: 93584d056880eff19022a42b927c416de3acd2a1
      
https://github.com/parrot/parrot/commit/93584d056880eff19022a42b927c416de3acd2a1
  Author: Whiteknight <[email protected]>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M MANIFEST
    M config/gen/makefiles/root.in
    M docs/embed_new.pod
    M include/parrot/api.h
    M include/parrot/misc.h
    M include/parrot/string_funcs.h
    M lib/Parrot/Headerizer.pm
    M src/embed/api.c
    R src/misc.c
    R src/spf_render.c
    R src/spf_vtable.c
    A src/string/spf_private.h
    A src/string/spf_render.c
    A src/string/spf_vtable.c
    A src/string/sprintf.c
    M t/codingstd/c_function_docs.t
    M t/op/sprintf.t

  Log Message:
  -----------
  Merge branch 'master' into whiteknight/gh_610


  Commit: c93f49226542f9a334dc01f0043e29c685423252
      
https://github.com/parrot/parrot/commit/c93f49226542f9a334dc01f0043e29c685423252
  Author: Whiteknight <[email protected]>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M api.yaml

  Log Message:
  -----------
  Add note about .read_bytes and .write_bytes to api.yaml


  Commit: 968bb3da827569fcb04db0f93250c149fb5e383e
      
https://github.com/parrot/parrot/commit/968bb3da827569fcb04db0f93250c149fb5e383e
  Author: Whiteknight <[email protected]>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M src/io/api.c
    M src/io/socket_api.c

  Log Message:
  -----------
  Fix several codetests


  Commit: 8ce52c0741cdb5f1d0cb10d323c5402d8a2b4864
      
https://github.com/parrot/parrot/commit/8ce52c0741cdb5f1d0cb10d323c5402d8a2b4864
  Author: Whiteknight <[email protected]>
  Date:   2012-05-22 (Tue, 22 May 2012)

  Changed paths:
    M ChangeLog

  Log Message:
  -----------
  Update ChangeLog with some of my activities since 4.4.0.


Compare: https://github.com/parrot/parrot/compare/68fed26...8ce52c0
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits

Reply via email to