This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add sv_string_from_errnum()
authorZefram <zefram@fysh.org>
Sun, 13 Aug 2017 00:59:43 +0000 (01:59 +0100)
committerZefram <zefram@fysh.org>
Fri, 18 Aug 2017 23:04:20 +0000 (00:04 +0100)
commit658db62260a2a680132cf1a36a3788db37a6941b
tree6aa320e28864142165fce2bd5d634345bb1f9f64
parenta8f4b0c691d6f1b08948976e74087b646bf8c6ef
add sv_string_from_errnum()

This is a new API function, partly substituting for the my_strerror()
that was recently removed from the public API, but also incorporating
the decoding work that's done for $!.
embed.fnc
embed.h
mg.c
proto.h