[parrot/parrot] e844c4: Moving close() from FileHandle to Handle
noreply at github.com
noreply at github.com
Tue Nov 30 13:45:04 UTC 2010
Branch: refs/heads/gci_io_close
Home: https://github.com/parrot/parrot
Commit: e844c4ca8111312f978bd58b00e4eb988484109d
https://github.com/parrot/parrot/commit/e844c4ca8111312f978bd58b00e4eb988484109d
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-11-29 (Mon, 29 Nov 2010)
Changed paths:
M src/pmc/filehandle.pmc
M src/pmc/handle.pmc
Log Message:
-----------
Moving close() from FileHandle to Handle
Commit: 0428783261342d1a970a1549783c3445b9f50ff6
https://github.com/parrot/parrot/commit/0428783261342d1a970a1549783c3445b9f50ff6
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-11-29 (Mon, 29 Nov 2010)
Changed paths:
M src/io/api.c
M src/pmc/socket.pmc
Log Message:
-----------
Moving close() from Socket to Handle
Commit: 4a7b901f2a762f5e8296941a803494efad57ea19
https://github.com/parrot/parrot/commit/4a7b901f2a762f5e8296941a803494efad57ea19
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-11-29 (Mon, 29 Nov 2010)
Changed paths:
M src/io/api.c
M src/pmc/stringhandle.pmc
Log Message:
-----------
Moving close() from StringHandle to Handle
Commit: b57705c09687e759569e3d5f0ac8cdc248a18562
https://github.com/parrot/parrot/commit/b57705c09687e759569e3d5f0ac8cdc248a18562
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-11-29 (Mon, 29 Nov 2010)
Changed paths:
M src/io/api.c
Log Message:
-----------
Changing some variable names from code that I've copied
Had to include pcm_socket because it couldn't find macro
PARROT_SOCKET
Commit: b13bbe82f205ce0686b2522061a42c1f35d4cfb7
https://github.com/parrot/parrot/commit/b13bbe82f205ce0686b2522061a42c1f35d4cfb7
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-11-29 (Mon, 29 Nov 2010)
Changed paths:
M src/io/api.c
Log Message:
-----------
Reused documentation of old close() in the new one
Commit: 4a3d5e7df0ad019146516f458a5d2c6cde4020cc
https://github.com/parrot/parrot/commit/4a3d5e7df0ad019146516f458a5d2c6cde4020cc
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-11-29 (Mon, 29 Nov 2010)
Changed paths:
M src/io/api.c
Log Message:
-----------
This would not work outside StringHandle
More information about the parrot-commits
mailing list