Stop S_incline needing to temporarily write a '\0' into its passed-in
authorNicholas Clark <nick@ccl4.org>
Fri, 26 Jan 2007 16:16:29 +0000 (16:16 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 26 Jan 2007 16:16:29 +0000 (16:16 +0000)
commitd9095cec1bba87df718f5a1d0a9ab42fe217cea4
treec9fa8049db941c9278d890ee93ab5c93553b70d7
parentabf8b121784743d34fc5407ef35129d1bbdffb2d
Stop S_incline needing to temporarily write a '\0' into its passed-in
buffer. (Requires adding gv_fetchfile_flags(), savesharedpvn() and
CopFILE_setn() to provide pointer/length versions of APIs)

p4raw-id: //depot/perl@30015
cop.h
embed.fnc
embed.h
global.sym
gv.c
pod/perlapi.pod
proto.h
toke.c
util.c