[parrot/parrot] 171d85: Update Makefile, MANIFEST. Several fixes so that w...
GitHub
noreply at github.com
Mon May 28 15:40:01 UTC 2012
Branch: refs/heads/whiteknight/io_cleanup1
Home: https://github.com/parrot/parrot
Commit: 171d85d7387d7ee64288fdad08ba4aab060f7942
https://github.com/parrot/parrot/commit/171d85d7387d7ee64288fdad08ba4aab060f7942
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-28 (Mon, 28 May 2012)
Changed paths:
M MANIFEST
M config/gen/makefiles/root.in
M include/parrot/io.h
M include/parrot/platform_interface.h
M src/io/api.c
M src/io/filehandle.c
M src/io/io_private.h
M src/io/pipe.c
M src/io/socket.c
M src/io/stringhandle.c
M src/io/userhandle.c
M src/io/utilities.c
M src/packfile/api.c
M src/platform/generic/io.c
M src/platform/generic/socket.c
Log Message:
-----------
Update Makefile, MANIFEST. Several fixes so that we can run headerizer, then I ran it.
Commit: 2599900ac47861a2c78c7ff1c4a49af75caed7fb
https://github.com/parrot/parrot/commit/2599900ac47861a2c78c7ff1c4a49af75caed7fb
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-28 (Mon, 28 May 2012)
Changed paths:
M include/parrot/io.h
M src/io/buffer.c
M src/io/io_private.h
M src/io/utilities.c
Log Message:
-----------
fix headerization. Headerizer behaves very badly in the presence of C++-style comments so remove some of those and replace them with the much more verbose and padded Parrot-style comments.
Commit: b22b7d78e29d7f1ec7743cd94525352cd9239014
https://github.com/parrot/parrot/commit/b22b7d78e29d7f1ec7743cd94525352cd9239014
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-28 (Mon, 28 May 2012)
Changed paths:
M include/parrot/io.h
M src/gc/mark_sweep.c
M src/interp/api.c
M src/io/buffer.c
M src/io/io_private.h
M src/pmc/handle.pmc
M src/runcore/cores.c
Log Message:
-----------
Several fixes. Add a new API method to easily set up buffering on an existing handle.
Compare: https://github.com/parrot/parrot/compare/2dbddd8...b22b7d7
More information about the parrot-commits
mailing list