This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor the separator splitting loop of S_incpush() into a S_incpush_use_sep().
authorNicholas Clark <nick@ccl4.org>
Sun, 15 Feb 2009 14:35:36 +0000 (14:35 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 15 Feb 2009 17:40:59 +0000 (17:40 +0000)
commit55b4bc1cac18bd560bcd9386594a419294fafc1d
treec84762d158b08bee5310441c5e99d8db881adef6
parent20ce4c11399f59a97d3594520606e1c947b4dde3
Refactor the separator splitting loop of S_incpush() into a S_incpush_use_sep().
Add a parameter to S_incpush() to optionally pass in the length. As S_incpush()
treats the directory parameter as const char, remove some malloc()s elsewhere
that were copying data on the assumption that it was not const safe.
embed.fnc
embed.h
perl.c
proto.h