Branch: refs/heads/whiteknight/io_cleanup1
Home: https://github.com/parrot/parrot
Commit: d10ef8922b9104fd974eb0193bc9424c33d9d27f
https://github.com/parrot/parrot/commit/d10ef8922b9104fd974eb0193bc9424c33d9d27f
Author: Whiteknight <[email protected]>
Date: 2012-08-18 (Sat, 18 Aug 2012)
Changed paths:
M src/io/buffer.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/utilities.c
Log Message:
-----------
Fix several build warnings in src/io/*. Several comparisons with older
datatypes expect to be non-negative so cast things to size_t explicitly. Mark a
few parameters unused
Commit: c9c0625e022aaf282e675d7e9076fcc929b3cdac
https://github.com/parrot/parrot/commit/c9c0625e022aaf282e675d7e9076fcc929b3cdac
Author: Whiteknight <[email protected]>
Date: 2012-08-18 (Sat, 18 Aug 2012)
Changed paths:
M src/io/api.c
M src/io/buffer.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
Log Message:
-----------
silence several errors received with g++, mostly involving IO_VTABLE
initialization where we play a little bit loose with const qualifiers.
Compare: https://github.com/parrot/parrot/compare/6d12b98fddb2...c9c0625e022a
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits