This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rename PERLIO_BUFSIZ to PERLIOBUF_DEFAULT_BUFSIZ.
authorCraig A. Berry <craigberry@mac.com>
Thu, 11 Nov 2010 03:23:48 +0000 (21:23 -0600)
committerCraig A. Berry <craigberry@mac.com>
Thu, 11 Nov 2010 03:23:48 +0000 (21:23 -0600)
commit1810cd7c230c5a59515b35da6bad19ff8c8a9d5b
tree534321755eb9ea7e59834356de2b9be28c117ba4
parenteff4c632969f3d8d396084e4721d5853867b0b3a
Rename PERLIO_BUFSIZ to PERLIOBUF_DEFAULT_BUFSIZ.

PERLIO_BUFSIZ was already in use by Encode::Unicode for the
PerlIOEncode_xxx layer, so it makes sense to specify that this
macro is for the PerlIOBuf_xxx layer and that it is a default
value that may eventually be settable at run-time.
perlio.c
perlio.h